summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-12-01 15:13:01 +0100
committerGitHub <noreply@github.com>2021-12-01 14:13:01 +0000
commit153194c7717d8016b0eb974c81b1baee7dc1917d (patch)
tree20070c0a7b607dae01b8c93a7ae726f5880e726f /docs
parentAdditional type hints for config module. (#11465) (diff)
downloadsynapse-153194c7717d8016b0eb974c81b1baee7dc1917d.tar.xz
Link background update controller docs to summary (#11475)
Diffstat (limited to 'docs')
-rw-r--r--docs/SUMMARY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index cdedf8bccc..900254ff64 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -44,6 +44,7 @@
         - [Presence router callbacks](modules/presence_router_callbacks.md)
         - [Account validity callbacks](modules/account_validity_callbacks.md)
         - [Password auth provider callbacks](modules/password_auth_provider_callbacks.md)
+        - [Background update controller callbacks](modules/background_update_controller_callbacks.md)
         - [Porting a legacy module to the new interface](modules/porting_legacy_module.md)
     - [Workers](workers.md)
       - [Using `synctl` with Workers](synctl_workers.md)