diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-06-03 17:20:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 17:20:40 +0100 |
commit | fd9856e4a98fb3fa9c139317b0a3b79f22aff1c7 (patch) | |
tree | c9aeec6486e6f169dd8db5fbd692a0fff36bacdb /docs/usage/configuration/README.md | |
parent | Add OpenTracing for database activity. (#10113) (diff) | |
download | synapse-fd9856e4a98fb3fa9c139317b0a3b79f22aff1c7.tar.xz |
Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website (#10086)
Diffstat (limited to 'docs/usage/configuration/README.md')
-rw-r--r-- | docs/usage/configuration/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/usage/configuration/README.md b/docs/usage/configuration/README.md new file mode 100644 index 0000000000..41d41167c6 --- /dev/null +++ b/docs/usage/configuration/README.md @@ -0,0 +1,4 @@ +# Configuration + +This section contains information on tweaking Synapse via the various options in the configuration file. A configuration +file should have been generated when you [installed Synapse](../../setup/installation.html). |