This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree 2 files changed +46
-2
lines changed
2 files changed +46
-2
lines changed Original file line number Diff line number Diff line change
1
+ Add an index to the configuration manual.
2
+
Original file line number Diff line number Diff line change @@ -64,7 +64,49 @@ apply if you want your config file to be read properly. A few helpful things to
64
64
In addition, each setting has an example of its usage, with the proper indentation
65
65
shown.
66
66
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
+
68
110
# # Modules
69
111
70
112
Server admins can expand Synapse's functionality with external modules.
@@ -3409,4 +3451,4 @@ background_updates:
3409
3451
sleep_duration_ms: 300
3410
3452
min_batch_size: 10
3411
3453
default_batch_size: 50
3412
- ` ` `
3454
+ ` ` `
You can’t perform that action at this time.
0 commit comments