From db83588a4c0303f4aac659d81f07c18b42f772ad Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Tue, 10 May 2022 17:52:49 +0100 Subject: [PATCH] More sections --- docs/administration.md | 9 +++++++++ docs/administration/adminapi.md | 6 ++++++ docs/serverkeyformat.md | 7 ++++++- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 docs/administration.md create mode 100644 docs/administration/adminapi.md diff --git a/docs/administration.md b/docs/administration.md new file mode 100644 index 000000000..370384c7d --- /dev/null +++ b/docs/administration.md @@ -0,0 +1,9 @@ +--- +title: Administration +has_children: yes +nav_order: 4 +--- + +# Administration + +Section on managing your Dendrite server. diff --git a/docs/administration/adminapi.md b/docs/administration/adminapi.md new file mode 100644 index 000000000..65521ff26 --- /dev/null +++ b/docs/administration/adminapi.md @@ -0,0 +1,6 @@ +--- +title: Admin APIs +parent: Administration +--- + +# Admin APIs diff --git a/docs/serverkeyformat.md b/docs/serverkeyformat.md index feda93454..3d1c9c117 100644 --- a/docs/serverkeyformat.md +++ b/docs/serverkeyformat.md @@ -1,3 +1,8 @@ +--- +title: Server Key Format +parent: Administration +--- + # Server Key Format Dendrite stores the server signing key in the PEM format with the following structure. @@ -26,4 +31,4 @@ Key-ID: ed25519: = -----END MATRIX PRIVATE KEY----- -``` \ No newline at end of file +```