-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsidebars.js
More file actions
30 lines (29 loc) · 787 Bytes
/
sidebars.js
File metadata and controls
30 lines (29 loc) · 787 Bytes
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
module.exports = {
// someSidebar: {
// Docusaurus: ["doc1", "doc2", "doc3"],
// Features: ["mdx"],
// },
docs: {
Welcome: ["welcome", "intro"],
"Introduction To Jitsi": ["introtojitsi", "architecture", "benchmarks"],
"Getting Started": [
"gettingstarted",
"quickstart",
"installation",
"securedomain",
],
"Recording And Live Streaming with Jibri": [
"jibrisondemand",
"gettingstartedjibri",
"installingdep",
"config",
"jibri",
"newjibri",
"confignewjibri",
],
"Customizing the UI": ["jitsiui"],
"Jitsi & Docker": ["docker"],
"Integrating Jitsi with Your Application": ["iframeapi", "jitsireact"],
Deployment: ["scaling", "loadbalancing", "extensions", "tips"],
},
};