Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e75c7e3

Browse files
authored
Add a table of contents to config manual (#12527)
* Update config_documentation.md
1 parent 8a87b44 commit e75c7e3

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

Diff for: changelog.d/12527.doc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add an index to the configuration manual.
2+

Diff for: docs/usage/configuration/config_documentation.md

+44-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,49 @@ apply if you want your config file to be read properly. A few helpful things to
6464
In addition, each setting has an example of its usage, with the proper indentation
6565
shown.
6666

67-
67+
## Contents
68+
[Modules](#modules)
69+
70+
[Server](#server)
71+
72+
[Homeserver Blocking](#homeserver-blocking)
73+
74+
[TLS](#tls)
75+
76+
[Federation](#federation)
77+
78+
[Caching](#caching)
79+
80+
[Database](#database)
81+
82+
[Logging](#logging)
83+
84+
[Ratelimiting](#ratelimiting)
85+
86+
[Media Store](#media-store)
87+
88+
[Captcha](#captcha)
89+
90+
[TURN](#turn)
91+
92+
[Registration](#registration)
93+
94+
[API Configuration](#api-configuration)
95+
96+
[Signing Keys](#signing-keys)
97+
98+
[Single Sign On Integration](#single-sign-on-integration)
99+
100+
[Push](#push)
101+
102+
[Rooms](#rooms)
103+
104+
[Opentracing](#opentracing)
105+
106+
[Workers](#workers)
107+
108+
[Background Updates](#background-updates)
109+
68110
## Modules
69111

70112
Server admins can expand Synapse's functionality with external modules.
@@ -3409,4 +3451,4 @@ background_updates:
34093451
sleep_duration_ms: 300
34103452
min_batch_size: 10
34113453
default_batch_size: 50
3412-
```
3454+
```

0 commit comments

Comments
 (0)