forked from nymtech/docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsidebars.js
39 lines (39 loc) · 961 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
30
31
32
33
34
35
36
37
38
39
module.exports = {
sidebar: {
"Overview": [
"overview/index",
"overview/nym-platform",
"overview/network-privacy",
"overview/nym-other-systems",
"overview/private-access-control",
"overview/links"
],
"Run Nym Nodes": [
"run-nym-nodes/index",
"run-nym-nodes/incentives",
"run-nym-nodes/build-nym",
"run-nym-nodes/mixnodes",
"run-nym-nodes/validators",
"run-nym-nodes/requester",
"run-nym-nodes/gateways",
"run-nym-nodes/troubleshooting",
],
"Use Apps": [
"use-apps/index",
"use-apps/blockstream-green",
"use-apps/keybase"
],
"Build Apps": [
"build-apps/build-apps",
"build-apps/choose-a-client",
"build-apps/websocket-client",
"build-apps/wasm-client",
"build-apps/demos"
],
"Community": [
"community/index",
"community/code-of-conduct",
"community/licensing"
]
},
};