-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsidebars.js
43 lines (43 loc) · 1.24 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module.exports = {
sidebar: {
"Getting Started": [
"getting-started/introduction",
"getting-started/installation",
"getting-started/ssh-key-setup",
"getting-started/deploying-applications",
"getting-started/swarm-registry",
"getting-started/environment-variables",
"getting-started/secrets-and-configs",
"getting-started/modules-configuration",
"getting-started/domain-configuration",
"getting-started/automatic-ssl-and-load-balancing",
"getting-started/metrics-and-dashboards",
],
"App Deployment": [
"app-deployment/deploying-apps",
"app-deployment/deployment-labels",
"app-deployment/ci-cd",
"app-deployment/custom-registry",
],
"Persistent Storage": [
"persistent-storage/using-storage",
"persistent-storage/glusterfs",
],
"Swarm Managment": [
"swarm-management/managing-swarm-nodes",
"swarm-management/using-ansible"
],
// Services: [],
// Configuration: [],
// Networking: [],
// Development: [],
// CLI: ["cli/commands"],
Examples: [
{
type: "link",
label: "GitHub",
href: "https://github.com/swarmlet/swarmlet/tree/master/examples",
},
],
},
};