Update docs/maintenance-synapse.md: make the loose list tight

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2025-02-02 01:12:38 +09:00
parent 47525903b0
commit e356f404ad
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75

View File

@ -3,13 +3,9 @@
This document shows you how to perform various maintenance tasks related to the Synapse chat server.
Table of contents:
- [Purging old data with the Purge History API](#purging-old-data-with-the-purge-history-api), for when you wish to delete in-use (but old) data from the Synapse database
- [Compressing state with rust-synapse-compress-state](#compressing-state-with-rust-synapse-compress-state)
- [Browse and manipulate the database](#browse-and-manipulate-the-database), for when you really need to take matters into your own hands
- [Make Synapse faster](#make-synapse-faster)
💡 See this page for details about configuring Synapse: [Configuring Synapse](configuring-playbook-synapse.md)