summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-06-30 15:59:11 +0100
committerGitHub <noreply@github.com>2022-06-30 15:59:11 +0100
commit0ceb3af10b88f9f195fd42db12d33dafda8e6261 (patch)
tree18edbc083784d87cd7634736e3eb1372d92407b6
parentMore type hints for `synapse.logging` (#13103) (diff)
downloadsynapse-0ceb3af10b88f9f195fd42db12d33dafda8e6261.tar.xz
Add a link to the configuration manual from the homeserver sample config documentation page (#13139)
-rw-r--r--changelog.d/13139.doc1
-rw-r--r--docs/usage/configuration/homeserver_sample_config.md3
2 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/13139.doc b/changelog.d/13139.doc
new file mode 100644
index 0000000000..f5d99d461a
--- /dev/null
+++ b/changelog.d/13139.doc
@@ -0,0 +1 @@
+Add a link to the configuration manual from the homeserver sample config documentation.
diff --git a/docs/usage/configuration/homeserver_sample_config.md b/docs/usage/configuration/homeserver_sample_config.md
index 11e806998d..2dbfb35baa 100644
--- a/docs/usage/configuration/homeserver_sample_config.md
+++ b/docs/usage/configuration/homeserver_sample_config.md
@@ -9,6 +9,9 @@ a real homeserver.yaml. Instead, if you are starting from scratch, please genera
 a fresh config using Synapse by following the instructions in
 [Installation](../../setup/installation.md).
 
+Documentation for all configuration options can be found in the
+[Configuration Manual](./config_documentation.md).
+
 ```yaml
 {{#include ../../sample_config.yaml}}
 ```