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-07-05 18:01:54 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-05 18:01:54 +0300
commit09255e8beae5a59f06cd4522cbd5a6ec4d80c54b (patch)
tree144e1561d61a767cf148bee7bc59ce8c5b76d19e /mkdocs.yml
parent4e65251fa3caa4d797a0cf7cfa3af648aa264952 (diff)
Start converting to readthedocs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 000000000..6ab7fc8e3
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,29 @@
+site_name: Nextcloud Talk API documentation
+
+theme:
+ name: readthedocs
+ highlightjs: true
+ hljs_languages:
+ - php
+ - js
+ - bash
+
+markdown_extensions:
+ - admonition
+ - def_list
+ - toc:
+ permalink: "#"
+ baselevel: 2
+
+nav:
+ - Nextcloud Talk API: 'index.md'
+ - Constants: 'constants.md'
+ - Capabilities: 'capabilities.md'
+ - API v1.0:
+ - 'Conversations management': 'conversation.md'
+ - 'Participants management': 'participant.md'
+ - 'Call management': 'call.md'
+ - 'Chat management': 'chat.md'
+ - 'Internal signaling API': 'internal-signaling.md'
+ - 'External signaling API': 'standalone-signaling-api-v1.md'
+ - Commands: 'commands.md'