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>2019-09-02 13:12:07 +0300
committerJoas Schilling <coding@schilljs.com>2019-09-02 13:12:07 +0300
commit46cf3ba168a26a8fdafd470bc650208e81d515dd (patch)
treebb8d0e3836625864693e62b02ce8626b04d6cc97 /mkdocs.yml
parentb2f46f3bd17439afb9f114ed697dc9dca9ab2874 (diff)
Also add missing webinary API to navigation
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 110fa6396..0e1a5f0b2 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -24,6 +24,7 @@ nav:
- 'Participants management': 'participant.md'
- 'Call management': 'call.md'
- 'Chat management': 'chat.md'
+ - 'Webinary management': 'webinary.md'
- 'Internal signaling API': 'internal-signaling.md'
- 'External signaling API': 'standalone-signaling-api-v1.md'
- Commands: 'commands.md'