diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-08-17 14:45:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 14:45:24 +0200 |
commit | 56397599809e131174daaeb4c6dc18fde9db6c3f (patch) | |
tree | 89143336c80709dcab3834eeae1af9d6de069254 /docs/SUMMARY.md | |
parent | Attempt to pull from the legacy spaces summary API over federation. (#10583) (diff) | |
download | synapse-56397599809e131174daaeb4c6dc18fde9db6c3f.tar.xz |
Centralise the custom template directory (#10596)
Several configuration sections are using separate settings for custom template directories, which can be confusing. This PR adds a new top-level configuration for a custom template directory which is then used for every module. The only exception is the consent templates, since the consent template directory require a specific hierarchy, so it's probably better that it stays separate from everything else.
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 3d320a1c43..56e0141c2b 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -21,6 +21,7 @@ - [Homeserver Sample Config File](usage/configuration/homeserver_sample_config.md) - [Logging Sample Config File](usage/configuration/logging_sample_config.md) - [Structured Logging](structured_logging.md) + - [Templates](templates.md) - [User Authentication](usage/configuration/user_authentication/README.md) - [Single-Sign On]() - [OpenID Connect](openid.md) |