Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-09 16:29:17 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-09 18:52:31 +0300
commit7eafbe69588efffedd2e241f92f2e509e75d61c6 (patch)
treeafe6c66f42c23237cc901fb3f47b00434bda46ca /mkdocs.yml
parent78836260e467bba23bd827c6d4184a75b4208c63 (diff)
Add documentation about call experience
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 1618bec61..04533ec22 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -16,11 +16,12 @@ markdown_extensions:
baselevel: 2
nav:
- - Nextcloud Talk API: 'index.md'
+ - 'Nextcloud Talk API': 'index.md'
- 'System requirements': 'system-requirements.md'
+ - 'Call experience': 'call-experience.md'
- Constants: 'constants.md'
- Capabilities: 'capabilities.md'
- - API v1.0:
+ - 'API v1.0':
- 'Conversations management': 'conversation.md'
- 'Participants management': 'participant.md'
- 'Call management': 'call.md'