forked from SelfhostedPro/Yacht-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
29 lines (29 loc) · 781 Bytes
/
sidebars.js
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
module.exports = {
documentation: [
{
Welcome: ["index"],
Installation: [
"Installation/Requirements",
"Installation/Install",
"Installation/Getting_Started",
"Installation/Mac",
"Installation/ARM",
"Installation/Podman",
],
Templates: ["Templates/Templates", "Templates/Template_Variables"],
Pages: [
"Pages/Dashboard",
"Pages/Applications",
"Pages/Templates",
"Pages/Volumes",
"Pages/Images",
"Pages/Networks",
"Pages/Server_Settings",
"Pages/User_Settings",
],
Projects: ["Projects/Projects", "Projects/Advanced"],
Advanced: ["Advanced/Proxy"],
Development: ["Developer_Information/Guide"],
},
],
};