From da0952e05862d8a0cb8aba7076fb8ca4ddbfa3b3 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 2 Feb 2025 01:12:38 +0900 Subject: [PATCH] Update docs for Synapse: add anchor links to each other Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-synapse.md | 2 ++ docs/maintenance-synapse.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/configuring-playbook-synapse.md b/docs/configuring-playbook-synapse.md index f31ca5d81..04e33c36b 100644 --- a/docs/configuring-playbook-synapse.md +++ b/docs/configuring-playbook-synapse.md @@ -2,6 +2,8 @@ By default, this playbook configures the [Synapse](https://github.com/element-hq/synapse) Matrix server, so that it works for the general case. If that's okay, you can skip this document. +💡 See this page for details about maintaining Synapse: [Synapse maintenance](maintenance-synapse.md) + ## Adjusting the playbook configuration ### Load balancing with workers diff --git a/docs/maintenance-synapse.md b/docs/maintenance-synapse.md index bc78f28fd..cd8f11697 100644 --- a/docs/maintenance-synapse.md +++ b/docs/maintenance-synapse.md @@ -12,6 +12,8 @@ Table of contents: - [Make Synapse faster](#make-synapse-faster) +💡 See this page for details about configuring Synapse: [Configuring Synapse](configuring-playbook-synapse.md) + ## Purging old data with the Purge History API You can use the **[Purge History API](https://github.com/element-hq/synapse/blob/master/docs/admin_api/purge_history_api.md)** to delete old messages on a per-room basis. **This is destructive** (especially for non-federated rooms), because it means **people will no longer have access to history past a certain point**.