summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-03 07:36:43 +0100
committerJoas Schilling <coding@schilljs.com>2023-03-03 07:36:43 +0100
commit7f6dbab1a087b798fbbe83c2e11c06bdc448b222 (patch)
tree2c774d9a8633ffb86899c5d7d2628b02ef1f4442 /mkdocs.yml
parent3f93defc5c2df80937ba80a996be6852fee83f00 (diff)
Reorganize more documentation pages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml19
1 files changed, 11 insertions, 8 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 3a3d4910e..80777b7af 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -17,10 +17,18 @@ markdown_extensions:
nav:
- 'Nextcloud Talk API': 'index.md'
- - 'System requirements': 'system-requirements.md'
- 'Call experience': 'call-experience.md'
- - Constants: 'constants.md'
- - Capabilities: 'capabilities.md'
+ - 'User system requirements': 'user-requirements.md'
+ - 'Administration documentation':
+ - 'Server system requirements': 'system-requirements.md'
+ - 'Configuring coTURN': 'TURN.md'
+ - 'Occ commands': 'occ.md'
+ - 'Commands': 'commands.md'
+ - 'Matterbridge integration': 'matterbridge.md'
+ - 'Developer documentation':
+ - 'Constants': 'constants.md'
+ - 'Capabilities': 'capabilities.md'
+ - 'PHP events': 'events.md'
- 'API documentation':
- 'Conversations management': 'conversation.md'
- 'Participants management': 'participant.md'
@@ -34,8 +42,3 @@ nav:
- 'Settings': 'settings.md'
- 'Integration by other apps': 'integration.md'
- 'Signaling API': 'internal-signaling.md'
- - Commands: 'commands.md'
- - 'Occ commands': 'occ.md'
- - 'PHP events': 'events.md'
- - 'Configuring coTURN': 'TURN.md'
- - 'Matterbridge integration': 'matterbridge.md'