Browse Source

Establish a hierarchy among documentation pages related to installation; ones about importing data and configuring server delegation

This commit clarifies the hierarchy among pages for installation by moving articles for importing data and server delegation under the "installation" section, as there are multiple documentation pages which discuss a similar topic and you can easily get lost in those pages.

Also: remove the anchor link to configuring-playbook-base-domain-serving.md from configuring-playbook.md, since that procedure is not required on configuring options but on finalizing the installation, which is discussed on installing.md after that page.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3771/head
Suguru Hirahara 1 year ago
parent
commit
b94d4d1862
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
2 changed files with 13 additions and 9 deletions
  1. +13
    -7
      docs/README.md
  2. +0
    -2
      docs/configuring-playbook.md

+ 13
- 7
docs/README.md View File

@@ -12,22 +12,28 @@


- [Installing](installing.md) - [Installing](installing.md)


- [Playbook tags](playbook-tags.md)
- **Importing data from another server installation**

- [Importing an existing SQLite database (from another Synapse installation)](importing-synapse-sqlite.md) (optional)

- [Importing an existing Postgres database (from another installation)](importing-postgres.md) (optional)

- [Importing `media_store` data files from an existing Synapse installation](importing-synapse-media-store.md) (optional)


- **Importing data from another server installation**
- [Server Delegation](howto-server-delegation.md)


- [Importing an existing SQLite database (from another Synapse installation)](importing-synapse-sqlite.md) (optional)
- Server Delegation via a well-known file (recommended): [Installing well-known files on the base domain's server](configuring-well-known.md#installing-well-known-files-on-the-base-domain-s-server)


- [Importing an existing Postgres database (from another installation)](importing-postgres.md) (optional)
- [Serving the base domain](configuring-playbook-base-domain-serving.md)


- [Importing `media_store` data files from an existing Synapse installation](importing-synapse-media-store.md) (optional)
- [Server Delegation via a DNS SRV record (advanced)](howto-srv-server-delegation.md)

- [Playbook tags](playbook-tags.md)


- [Registering users](registering-users.md) - [Registering users](registering-users.md)


- [Updating users passwords](updating-users-passwords.md) - [Updating users passwords](updating-users-passwords.md)


- [Configuring service discovery via .well-known](configuring-well-known.md)

- [Maintenance / checking if services work](maintenance-checking-services.md) - [Maintenance / checking if services work](maintenance-checking-services.md)


- [Maintenance / upgrading services](maintenance-upgrading-services.md) - [Maintenance / upgrading services](maintenance-upgrading-services.md)


+ 0
- 2
docs/configuring-playbook.md View File

@@ -64,8 +64,6 @@ When you're done with all the configuration you'd like to do, continue with [Ins


- [Controlling Matrix federation](configuring-playbook-federation.md) - [Controlling Matrix federation](configuring-playbook-federation.md)


- [Serving the base domain](configuring-playbook-base-domain-serving.md)

### Clients ### Clients


Web clients for Matrix that you can host on your own domains. Web clients for Matrix that you can host on your own domains.


Loading…
Cancel
Save