Merge branch 'release-v1.49' into matrix-org-hotfixes
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index cdedf8bccc..b05af6d690 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)
@@ -64,9 +65,15 @@
- [Statistics](admin_api/statistics.md)
- [Users](admin_api/user_admin_api.md)
- [Server Version](admin_api/version_api.md)
+ - [Federation](usage/administration/admin_api/federation.md)
- [Manhole](manhole.md)
- [Monitoring](metrics-howto.md)
+ - [Understanding Synapse Through Grafana Graphs](usage/administration/understanding_synapse_through_grafana_graphs.md)
+ - [Useful SQL for Admins](usage/administration/useful_sql_for_admins.md)
+ - [Database Maintenance Tools](usage/administration/database_maintenance_tools.md)
+ - [State Groups](usage/administration/state_groups.md)
- [Request log format](usage/administration/request_log.md)
+ - [Admin FAQ](usage/administration/admin_faq.md)
- [Scripts]()
# Development
@@ -94,3 +101,4 @@
# Other
- [Dependency Deprecation Policy](deprecation_policy.md)
+ - [Running Synapse on a Single-Board Computer](other/running_synapse_on_single_board_computers.md)
|