mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-08 06:33:09 -06:00
More sections
This commit is contained in:
parent
46906b8e7a
commit
db83588a4c
9
docs/administration.md
Normal file
9
docs/administration.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Administration
|
||||||
|
has_children: yes
|
||||||
|
nav_order: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
# Administration
|
||||||
|
|
||||||
|
Section on managing your Dendrite server.
|
||||||
6
docs/administration/adminapi.md
Normal file
6
docs/administration/adminapi.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: Admin APIs
|
||||||
|
parent: Administration
|
||||||
|
---
|
||||||
|
|
||||||
|
# Admin APIs
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
title: Server Key Format
|
||||||
|
parent: Administration
|
||||||
|
---
|
||||||
|
|
||||||
# Server Key Format
|
# Server Key Format
|
||||||
|
|
||||||
Dendrite stores the server signing key in the PEM format with the following structure.
|
Dendrite stores the server signing key in the PEM format with the following structure.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue