-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmenu.json
More file actions
36 lines (36 loc) · 2.53 KB
/
menu.json
File metadata and controls
36 lines (36 loc) · 2.53 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
{
"_order": ["User Documentation", "User Tutorial", "For Admins"],
"User Documentation":
[
{"name": "Access Guide", "page": "userdocs/access-guide.html", "feather": "book-open"},
{"name": "Getting Started", "page": "userdocs/get-started.html", "feather": "play"},
{"name": "CLI Tools", "page": "userdocs/cli-tools.html", "feather": "command"},
{"name": "Policies", "page": "userdocs/policies.html", "feather": "lock"},
{"name": "Contact", "page": "userdocs/contact.html", "feather": "message-circle"},
{"name": "FAQ", "page": "userdocs/faq.html", "feather": "send"}
],
"User Tutorial":
[
{"name": "Containers/Pods", "page": "usertutorial/containers-pods.html", "feather": "terminal"},
{"name": "Woking with Images (Harbor)", "page": "usertutorial/harbor-user.html", "feather": "terminal"},
{"name": "Build custom container", "page": "usertutorial/build-custom-container.html", "feather": "archive"},
{"name": "CPU/GPU/Mem Requests", "page": "usertutorial/cpu-gpu-mem-requests.html", "feather": "cpu"},
{"name": "Persistent Storage", "page": "usertutorial/persistent-storage.html", "feather": "database"},
{"name": "Expose Service Port", "page": "usertutorial/expose-service-port.html", "feather": "eye"},
{"name": "Secure Endpoint (SSL Certificate)", "page": "usertutorial/secure-endpoint.html", "feather": "lock"},
{"name": "Network Development (Multus)", "page": "usertutorial/network-development-multus.html", "feather": "globe"},
{"name": "Jupyter Notebook", "page": "usertutorial/jupyter-notebook.html", "feather": "codesandbox"},
{"name": "Batch Jobs", "page": "usertutorial/batch-jobs.html", "feather": "cloud"}
],
"For Admins":
[
{"name": "User Control", "page": "adminpages/user-control.html", "feather": "users"},
{"name": "Harbor Registry", "page": "adminpages/harbor-admin.html", "feather": "database"},
{"name": "Ingress Controller", "page": "adminpages/ingress-controller.html", "feather": "settings"},
{"name": "Cluster Monitoring", "page": "adminpages/cluster-monitoring.html", "feather": "bar-chart"},
{"name": "Kyverno policies", "page": "adminpages/kyverno-policies.html", "feather": "alert-triangle"},
{"name": "Multus Control and assignment", "page": "adminpages/multus-control.html", "feather": "settings"},
{"name": "Node Problem Detector", "page": "adminpages/node-problem-detector.html", "feather": "alert-octagon"},
{"name": "New Kubernetes Service/Operator", "page": "adminpages/new-kube-service-op.html", "feather": "tool"}
]
}