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-05-07 15:45:24 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-07 15:47:28 +0300
commitce2f71ad0937044f726305df2f659eb664181b14 (patch)
tree5bc6a4d7991d5e089756e203645320ac432149c3 /mkdocs.yml
parentfb7557e23ffddedcf142ed50200e262f4c1b9094 (diff)
Add documentation for the settings api
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 8b61739f0..f7f577924 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -25,6 +25,7 @@ nav:
- 'Call management': 'call.md'
- 'Chat management': 'chat.md'
- 'Webinar management': 'webinar.md'
+ - 'Settings': 'settings.md'
- 'Integration by other apps': 'integration.md'
- 'Internal signaling API': 'internal-signaling.md'
- 'External signaling API': 'standalone-signaling-api-v1.md'