diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-08-03 11:19:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 09:19:20 +0000 |
commit | 5eccfdfafdf957739697d667c05fde829cc0f8bc (patch) | |
tree | 351584b0cdd5f38c12a79668d7f4077a72998df7 | |
parent | Fix wrong headline for `url_preview_accept_language` in docs (#13437) (diff) | |
download | synapse-5eccfdfafdf957739697d667c05fde829cc0f8bc.tar.xz |
Remove 'Contents' section from the Configuration Manual (#13438)
Fixes: #13053
-rw-r--r-- | changelog.d/13438.doc | 1 | ||||
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 43 |
2 files changed, 1 insertions, 43 deletions
diff --git a/changelog.d/13438.doc b/changelog.d/13438.doc new file mode 100644 index 0000000000..163b63ffc6 --- /dev/null +++ b/changelog.d/13438.doc @@ -0,0 +1 @@ +Remove redundant 'Contents' section from the Configuration Manual. Contributed by @dklimpel. diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index d072240abf..2e2e59195b 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -72,49 +72,6 @@ apply if you want your config file to be read properly. A few helpful things to In addition, each setting has an example of its usage, with the proper indentation shown. -## Contents -[Modules](#modules) - -[Server](#server) - -[Homeserver Blocking](#homeserver-blocking) - -[TLS](#tls) - -[Federation](#federation) - -[Caching](#caching) - -[Database](#database) - -[Logging](#logging) - -[Ratelimiting](#ratelimiting) - -[Media Store](#media-store) - -[Captcha](#captcha) - -[TURN](#turn) - -[Registration](#registration) - -[API Configuration](#api-configuration) - -[Signing Keys](#signing-keys) - -[Single Sign On Integration](#single-sign-on-integration) - -[Push](#push) - -[Rooms](#rooms) - -[Opentracing](#opentracing) - -[Workers](#workers) - -[Background Updates](#background-updates) - ## Modules Server admins can expand Synapse's functionality with external modules. |