More sections

This commit is contained in:
Neil Alexander 2022-05-10 17:52:49 +01:00
parent 46906b8e7a
commit db83588a4c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 21 additions and 1 deletions

9
docs/administration.md Normal file
View file

@ -0,0 +1,9 @@
---
title: Administration
has_children: yes
nav_order: 4
---
# Administration
Section on managing your Dendrite server.

View file

@ -0,0 +1,6 @@
---
title: Admin APIs
parent: Administration
---
# Admin APIs

View file

@ -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:<Key Handle>
<Base64 Encoded Key Data>=
-----END MATRIX PRIVATE KEY-----
```
```