-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
170 lines (166 loc) 路 5.75 KB
/
Copy pathmkdocs.yml
File metadata and controls
170 lines (166 loc) 路 5.75 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
site_name: MiroTalk docs v1.3.90
site_description: MiroTalk WebRTC documentations
site_author: Miroslav Pejic (miroslav.pejic.85@gmail.com)
copyright: 漏 2026 MiroTalk, all rights reserved
use_directory_urls: true
# Navigation Bar
nav:
- Home: index.md
- story: story/index.html
- about: about/index.html
- overview: overview/index.html
- changelogs: changelogs/changelogs.md
- cloudron: cloudron/cloudron.md
- evoplat: evoplat/evoplat.md
- faq: faq/index.md
- coturn:
- stun-turn: coturn/stun-turn.md
- installation: coturn/installation.md
- licensing-options: license/licensing-options.md
- mirotalk-admin:
- about: mirotalk-admin/index.html
- github: https://github.com/miroslavpejic85/mirotalk-admin
- quick-start: mirotalk-admin/quick-start.md
- self-hosting: mirotalk-admin/self-hosting.md
- mirotalk-bro:
- about: mirotalk-bro/index.html
- api: mirotalk-bro/api.md
- configurations: mirotalk-bro/configurations.md
- integration: mirotalk-bro/integration.md
- join-room: mirotalk-bro/join-room.md
- ngrok: mirotalk-bro/ngrok.md
- self-hosting: mirotalk-bro/self-hosting.md
- mirotalk-c2c:
- about: mirotalk-c2c/index.html
- api: mirotalk-c2c/api.md
- configurations: mirotalk-c2c/configurations.md
- integration: mirotalk-c2c/integration.md
- join-room: mirotalk-c2c/join-room.md
- ngrok: mirotalk-c2c/ngrok.md
- self-hosting: mirotalk-c2c/self-hosting.md
- mirotalk-cme:
- about: mirotalk-cme/index.html
- api: mirotalk-cme/api.md
- configurations: mirotalk-cme/configurations.md
- I18n: mirotalk-cme/I18n.md
- integration: mirotalk-cme/integration.md
- join-room: mirotalk-cme/join-room.md
- ngrok: mirotalk-cme/ngrok.md
- self-hosting: mirotalk-cme/self-hosting.md
- webhook: mirotalk-cme/webhook.md
- mirotalk-docs:
- self-hosting: mirotalk-docs/self-hosting.md
- mirotalk-p2p:
- about: mirotalk-p2p/index.html
- api: mirotalk-p2p/api.md
- configurations: mirotalk-p2p/configurations.md
- host-protection: mirotalk-p2p/host-protection.md
- integration: mirotalk-p2p/integration.md
- join-room: mirotalk-p2p/join-room.md
- ngrok: mirotalk-p2p/ngrok.md
- rebranding: mirotalk-p2p/rebranding.md
- self-hosting: mirotalk-p2p/self-hosting.md
- updates: mirotalk-p2p/updates.md
- webhook: mirotalk-p2p/webhook.md
- mirotalk-sfu:
- about: mirotalk-sfu/index.html
- api: mirotalk-sfu/api.md
- configurations: mirotalk-sfu/configurations.md
- host-protection: mirotalk-sfu/host-protection.md
- integration: mirotalk-sfu/integration.md
- join-room: mirotalk-sfu/join-room.md
- ngrok: mirotalk-sfu/ngrok.md
- rebranding: mirotalk-sfu/rebranding.md
- rtmp: mirotalk-sfu/rtmp.md
- scalability: mirotalk-sfu/scalability.md
- self-hosting: mirotalk-sfu/self-hosting.md
- updates: mirotalk-sfu/updates.md
- webhook: mirotalk-sfu/webhook.md
- mirotalk-web:
- about: mirotalk-web/index.html
- api: mirotalk-web/api.md
- configurations: mirotalk-web/configurations.md
- integration: mirotalk-web/integration.md
- ngrok: mirotalk-web/ngrok.md
- self-hosting: mirotalk-web/self-hosting.md
- stripe: mirotalk-web/stripe.md
- mirotalk-ultimate: mirotalk-ultimate/index.html
- ngrok: ngrok/ngrok.md
- scripts:
- about: scripts/about.md
- sfu:
- sfu-install: scripts/sfu/sfu-install.sh
- sfu-uninstall: scripts/sfu/sfu-uninstall.sh
- sfu-update: scripts/sfu/sfu-update.sh
- p2p:
- p2p-install: scripts/p2p/p2p-install.sh
- p2p-uninstall: scripts/p2p/p2p-uninstall.sh
- p2p-update: scripts/p2p/p2p-update.sh
- c2c:
- c2c-install: scripts/c2c/c2c-install.sh
- c2c-uninstall: scripts/c2c/c2c-uninstall.sh
- c2c-update: scripts/c2c/c2c-update.sh
- bro:
- bro-install: scripts/bro/bro-install.sh
- bro-uninstall: scripts/bro/bro-uninstall.sh
- bro-update: scripts/bro/bro-update.sh
- cme:
- cme-install: scripts/cme/cme-install.sh
- cme-uninstall: scripts/cme/cme-uninstall.sh
- cme-update: scripts/cme/cme-update.sh
- web:
- web-install: scripts/web/web-install.sh
- web-uninstall: scripts/web/web-uninstall.sh
- web-update: scripts/web/web-update.sh
- coturn:
- coturn-install: scripts/coturn/coturn-install.sh
- coturn-uninstall: scripts/coturn/coturn-uninstall.sh
- utility:
- docker-compose: utility/docker-compose.md
- ftp: utility/ftp.md
- nvm: utility/nvm.md
- update: utility/update.md
- webrtc:
- architectures: webrtc/architectures.md
# Theme Configuration
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: dark blue
toggle:
icon: material/brightness-4
name: Switch to system preference
favicon: images/icon/favicon.ico
logo: images/logo.svg
font:
text: 'Roboto'
code: 'Fira Code'
extra:
meta:
description: MiroTalk WebRTC Ultimate Bundle
keywords: WebRTC
features:
- content.code.copy
# Extensions
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
auto_title: true
linenums: true
anchor_linenums: true
line_spans: __span
linenums_style: pymdownx-inline
- admonition
- pymdownx.details
- pymdownx.superfences