pidgin/nest

Improve protocols index page

2021-07-19, Sorvival
aa9b6946a636
Improve protocols index page

Make the protocols index page more detailed:

- Explain what are services/protocols.
- Make it clear that we will only answer questions for protocols that come
built into Pidgin.
- Explain that for third party protocol plugins users need to ask questions
directly to their respective authors.

Testing Done:
Ran `dev-server.sh` and verified contents look as intended.

Bugs closed: NEST-33

Reviewed at https://reviews.imfreedom.org/r/820/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}