diff options
author | CicadaCinema <52425971+CicadaCinema@users.noreply.github.com> | 2023-06-18 22:54:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 22:54:16 +0100 |
commit | d13466c1eed040a97048c8b30b64df9f4bc84727 (patch) | |
tree | a85255a98128bfa19ecca92d49b187ec3a5ce0c0 | |
parent | 420e7ec81fedf9ff531c75ece4c80a9b63046ba9 (diff) |
rearrange order of sections about signing keys and configuring dendrite, fix a dead link (#3114)
I thought I would rearrange these pages since the configuration step
requires that a signing key has been generated.
Co-authored-by: kegsay <kegan@matrix.org>
-rw-r--r-- | docs/installation/manual/3_signingkey.md (renamed from docs/installation/manual/4_signingkey.md) | 2 | ||||
-rw-r--r-- | docs/installation/manual/4_configuration.md (renamed from docs/installation/manual/3_configuration.md) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation/manual/4_signingkey.md b/docs/installation/manual/3_signingkey.md index bd9c242a..91289fd6 100644 --- a/docs/installation/manual/4_signingkey.md +++ b/docs/installation/manual/3_signingkey.md @@ -2,7 +2,7 @@ title: Generating signing keys parent: Manual grand_parent: Installation -nav_order: 4 +nav_order: 3 permalink: /installation/manual/signingkeys --- diff --git a/docs/installation/manual/3_configuration.md b/docs/installation/manual/4_configuration.md index a9dd81c8..624cc415 100644 --- a/docs/installation/manual/3_configuration.md +++ b/docs/installation/manual/4_configuration.md @@ -2,7 +2,7 @@ title: Configuring Dendrite parent: Manual grand_parent: Installation -nav_order: 3 +nav_order: 4 permalink: /installation/manual/configuration --- @@ -21,7 +21,7 @@ sections: First of all, you will need to configure the server name of your Matrix homeserver. This must match the domain name that you have selected whilst [configuring the domain -name delegation](domainname#delegation). +name delegation](../domainname#delegation). In the `global` section, set the `server_name` to your delegated domain name: |