Remove 'Contents' section from the Configuration Manual (#13438)

Fixes: #13053
pull/13450/head
Dirk Klimpel 2022-08-03 11:19:20 +02:00 committed by GitHub
parent ec6758d472
commit 5eccfdfafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 43 deletions

1
changelog.d/13438.doc Normal file
View File

@ -0,0 +1 @@
Remove redundant 'Contents' section from the Configuration Manual. Contributed by @dklimpel.

View File

@ -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 In addition, each setting has an example of its usage, with the proper indentation
shown. 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 ## Modules
Server admins can expand Synapse's functionality with external modules. Server admins can expand Synapse's functionality with external modules.