forked from galacticcouncil/hydration-docs
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsidebars.js
53 lines (53 loc) · 1.04 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
44
45
46
47
48
49
50
51
52
53
module.exports = {
sidebar: {
Intro: [
"intro",
"snakenet",
"new_deal"
],
"How-to": [
"create_account",
"claim",
"start_nominating",
"start_validating",
"identity",
"staking_claim_rewards",
"tip_request",
{
type: "category",
label: "Connect to a Node",
items: ["polkadotjs_apps_local", "polkadotjs_apps_public"],
}
],
"Learn": [
"staking",
"staking_rewards"
],
"Maintain": [
"node_setup",
"performance_benchmark",
"node_monitoring"
],
Build: [
"dev_intro",
"build_dev_chain",
"dev_pools",
"dev_primitives",
"dev_math",
{
type: "category",
label: "Pallets",
items: [
"dev_pallets",
"dev_pallet_asset_registry",
"dev_pallet_xyk",
"dev_pallet_hdx",
"dev_pallet_exchange",
"dev_pallet_payment"
]
},
"dev_exercise",
],
Contribute: ["contributing"]
}
};