diff options
author | Shay <hillerys@element.io> | 2021-12-01 10:12:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 10:12:19 -0800 |
commit | 84dc50e160a2ec6590813374b5a1e58b97f7a18d (patch) | |
tree | 2376998466e330b66d147fbb65bf20a006f6b4a9 /docs/SUMMARY.md | |
parent | Add a license header and comment. (#11479) (diff) | |
download | synapse-84dc50e160a2ec6590813374b5a1e58b97f7a18d.tar.xz |
Port wiki pages to documentation website (#11402)
* move wiki pages to synapse/docs and add a few titles where necessary * update SUMMARY.md with added pages * add changelog * move incorrectly located newsfragment * update changelog number * snake case added files and update summary.md accordingly * update issue/pr links * update relative links to docs * update changelog to indicate that we moved wiki pages to the docs and state reasoning * revert unintentional change to CHANGES.md * add link Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Update CHANGES.md Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 900254ff64..41c8f0fbc9 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -67,7 +67,12 @@ - [Server Version](admin_api/version_api.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 @@ -95,3 +100,4 @@ # Other - [Dependency Deprecation Policy](deprecation_policy.md) + - [Running Synapse on a Single-Board Computer](other/running_synapse_on_single_board_computers.md) |