-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
261 lines (252 loc) · 10.6 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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
site_name: openVidu
site_url: https://openvidu.io/
site_description: A powerful platform to develop WebRTC real-time applications.<br>Self-hosted. Performant. Fault Tolerant. Scalable. Observable.
repo_name: openvidu/openvidu
repo_url: https://github.com/openvidu/openvidu
nav:
- Home: index.md
- Docs:
- Getting started: docs/getting-started.md
- Comparing OpenVidu: docs/comparing-openvidu.md
- Developing your OpenVidu app:
- docs/developing-your-openvidu-app/index.md
- How to: docs/developing-your-openvidu-app/how-to.md
- Tutorials:
- Application Server:
- docs/tutorials/application-server/index.md
- Node.js: docs/tutorials/application-server/node.md
- Go: docs/tutorials/application-server/go.md
- Ruby: docs/tutorials/application-server/ruby.md
- Java: docs/tutorials/application-server/java.md
- Python: docs/tutorials/application-server/python.md
- Rust: docs/tutorials/application-server/rust.md
- PHP: docs/tutorials/application-server/php.md
- .NET: docs/tutorials/application-server/dotnet.md
- Application Client:
- docs/tutorials/application-client/index.md
- JavaScript: docs/tutorials/application-client/javascript.md
- React: docs/tutorials/application-client/react.md
- Angular: docs/tutorials/application-client/angular.md
- Vue: docs/tutorials/application-client/vue.md
- Electron: docs/tutorials/application-client/electron.md
- Ionic: docs/tutorials/application-client/ionic.md
- Android: docs/tutorials/application-client/android.md
- iOS: docs/tutorials/application-client/ios.md
- Advanced Features:
- docs/tutorials/advanced-features/index.md
- Recording Basic: docs/tutorials/advanced-features/recording-basic.md
- Recording Advanced: docs/tutorials/advanced-features/recording-advanced.md
- Angular Components:
- docs/tutorials/angular-components/index.md
- Custom UI: docs/tutorials/angular-components/openvidu-custom-ui.md
- Custom Toolbar: docs/tutorials/angular-components/openvidu-custom-toolbar.md
- Toolbar Buttons: docs/tutorials/angular-components/openvidu-toolbar-buttons.md
- Toolbar Panel Buttons: docs/tutorials/angular-components/openvidu-toolbar-panel-buttons.md
- Custom Layout: docs/tutorials/angular-components/openvidu-custom-layout.md
- Custom Stream: docs/tutorials/angular-components/openvidu-custom-stream.md
- Custom Panels: docs/tutorials/angular-components/openvidu-custom-panels.md
- Additional Panels: docs/tutorials/angular-components/openvidu-additional-panels.md
- Custom Chat Panel: docs/tutorials/angular-components/openvidu-custom-chat-panel.md
- Custom Activities Panel: docs/tutorials/angular-components/openvidu-custom-activities-panel.md
- Custom Participants Panel: docs/tutorials/angular-components/openvidu-custom-participants-panel.md
- Custom Participant Panel Item: docs/tutorials/angular-components/openvidu-custom-participant-panel-item.md
- Custom Participant Panel Item Element: docs/tutorials/angular-components/openvidu-custom-participant-panel-item-element.md
- Toggle Hand: docs/tutorials/angular-components/openvidu-toggle-hand.md
- Admin Dashboard: docs/tutorials/angular-components/openvidu-admin-dashboard.md
- Self-hosting:
- Deployment types: docs/self-hosting/deployment-types.md
- Production ready:
- docs/self-hosting/production-ready/index.md
- Performant: docs/self-hosting/production-ready/performance.md
- Scalable: docs/self-hosting/production-ready/scalability.md
- Fault Tolerant: docs/self-hosting/production-ready/fault-tolerance.md
- Observable:
- docs/self-hosting/production-ready/observability/index.md
- OpenVidu Dashboard: docs/self-hosting/production-ready/observability/openvidu-dashboard.md
- Grafana stack: docs/self-hosting/production-ready/observability/grafana-stack.md
- Local (Development): docs/self-hosting/local.md
- Single Node:
- docs/self-hosting/single-node/index.md
- On Premises:
- Install: docs/self-hosting/single-node/on-premises/install.md
- Administration: docs/self-hosting/single-node/on-premises/admin.md
- AWS:
- Install: docs/self-hosting/single-node/aws/install.md
- Administration: docs/self-hosting/single-node/aws/admin.md
- Elastic:
- docs/self-hosting/elastic/index.md
- On Premises:
- Install: docs/self-hosting/elastic/on-premises/install.md
- Administration: docs/self-hosting/elastic/on-premises/admin.md
- AWS:
- Install: docs/self-hosting/elastic/aws/install.md
- Administration: docs/self-hosting/elastic/aws/admin.md
- High Availability:
- docs/self-hosting/ha/index.md
- On Premises:
- Install with DNS Load Balancing: docs/self-hosting/ha/on-premises/install-dlb.md
- Install with Network Load Balancer: docs/self-hosting/ha/on-premises/install-nlb.md
- Configuration And Administration: docs/self-hosting/ha/on-premises/admin.md
- AWS:
- Install: docs/self-hosting/ha/aws/install.md
- Administration: docs/self-hosting/ha/aws/admin.md
- Configuration:
- Changing Config: docs/self-hosting/configuration/changing-config.md
- Config Sytem In depth: docs/self-hosting/configuration/in-depth.md
- Config References: docs/self-hosting/configuration/reference.md
- How To Guides:
- docs/self-hosting/how-to-guides/index.md
- Configure External S3: docs/self-hosting/how-to-guides/external-s3.md
- Force traffic to 443 TLS: docs/self-hosting/how-to-guides/force-443-tls.md
- Enable Webhooks: docs/self-hosting/how-to-guides/enable-webhooks.md
- Enable and Disable Modules: docs/self-hosting/how-to-guides/enable-disable-modules.md
- Create and configurate AWS Certificate for HA: docs/self-hosting/how-to-guides/create-configure-AWS-certificate.md
# - FAQ: docs/self-hosting/faq.md
- UI Components:
- Angular Components: docs/ui-components/angular-components.md
- React Components: docs/ui-components/react-components.md
- OpenVidu Call:
- docs/openvidu-call/index.md
- Docs: docs/openvidu-call/docs.md
- Releases: docs/releases.md
# - Blog:
# - blog/index.md
- Support:
- support.md
- Pricing:
- pricing.md
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
theme:
name: material
custom_dir: docs/overrides
language: en
features:
- content.code.copy
- content.tabs.link
- content.code.annotate
- content.tooltips
- navigation.tabs
# - navigation.tabs.sticky
- navigation.tracking
- navigation.footer
# - navigation.expand
# - navigation.path
# - navigation.sections
- navigation.top
- navigation.indexes
# - toc.follow
# - toc.integrate
- search.suggest
- search.highlight
# - header.autohide
- announce.dismiss
font:
text: Tomorrow # Nunito Sans, Rubik, Barlow, Raleway, Open Sans, Tomorrow, IBM Plex Sans
code: Roboto Mono
palette:
# Palette toggle for dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
favicon: assets/images/logo.png
logo: assets/images/openvidu_globe_bg_transp_cropped.png
plugins:
- search
- glightbox:
touchNavigation: true
loop: false
autoplayVideos: true
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- do-not-include-in-gallery
auto_caption: false
caption_position: bottom
background: none
shadow: false
- blog
markdown_extensions:
- admonition
- tables
- attr_list
- md_in_html
- toc:
permalink: "#"
permalink_title: Anchor link to this section for reference
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.snippets:
url_download: true
check_paths: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
version:
provider: mike
default: latest
alias: true
generator: false
social:
- icon: simple/github
link: https://github.com/OpenVidu
- icon: simple/x
link: https://x.com/openvidu
- icon: simple/medium
link: https://openvidu.medium.com/
- icon: simple/youtube
link: https://www.youtube.com/@openvidu
consent:
title: Cookie consent
description: >
This website uses cookies to ensure you get the best experience on our website.
<a href="https://openvidu.io/conditions/cookie-policy" target="_blank">See cookie policy</a>
cookies:
analytics:
name: Google Analytics
checked: true
extra_css:
- stylesheets/colors.css
- stylesheets/extra.css
- stylesheets/unsemantic-grid.css
- stylesheets/livekit-tutorials.css
- stylesheets/amplify.css
- stylesheets/home.css
- stylesheets/openvidu-call.css
- javascripts/openvidu-register/openvidu-register.css
extra_javascript:
- javascripts/extra.js
- javascripts/consent.js
- javascripts/openvidu-register/openvidu-register.js
copyright: >
2024 © OpenVidu –
<a href="#__consent">Change cookie settings</a>