-
Notifications
You must be signed in to change notification settings - Fork 436
/
mkdocs.yml
59 lines (55 loc) · 1.88 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
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:
- 'Overview': 'index.md'
- 'User documentation':
- 'User system requirements': 'user-requirements.md'
- 'Administration documentation':
- 'Server system requirements': 'system-requirements.md'
- 'Scalability': 'scalability.md'
- 'Call experience': 'call-experience.md'
- 'Occ commands': 'occ.md'
- 'Bots': 'bot-list.md'
- 'Commands (deprecated)': 'commands.md'
- 'Matterbridge integration': 'matterbridge.md'
- 'Developer documentation':
- 'Bots and webhooks': 'bots.md'
- 'Constants': 'constants.md'
- 'Capabilities': 'capabilities.md'
- 'PHP events': 'events.md'
- 'API documentation':
- 'Global API status and headers': 'global.md'
- 'Conversations management': 'conversation.md'
- 'Conversation avatars management': 'avatar.md'
- 'Participants management': 'participant.md'
- 'Call management': 'call.md'
- 'Call recording management': 'recording.md'
- 'Chat management': 'chat.md'
- 'Reaction management': 'reaction.md'
- 'Poll management': 'poll.md'
- 'Breakout rooms management': 'breakout-rooms.md'
- 'Bots management': 'bot-management.md'
- 'Integration by other apps': 'integration.md'
- 'Webinar management': 'webinar.md'
- 'Settings': 'settings.md'
- 'Signaling API': 'internal-signaling.md'
- 'Configuring a TURN server':
- 'Overview': 'TURN.md'
- 'coTURN': 'coturn.md'
- 'eturnal': 'eturnal.md'
- 'Removed features':
- 'Commands': 'commands.md'