forked from galacticcouncil/hydration-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
81 lines (81 loc) · 1.65 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
module.exports = {
sidebar: {
HydraDX: [
"intro",
"omnipool_trading",
"omnipool_dca",
"omnipool_lp",
"staking",
"omnipool_treasuries",
"omnipool_security",
"omnipool_impermanent_loss",
"omnipool_hydrated_farms",
"tokenomics",
"spending_fw",
],
"How-to": [
"howto_xcm",
"howto_bridge",
"howto_trade",
"howto_dca",
"howto_lp",
"howto_hydrated_farms",
"howto_stake",
{
type: "category",
label: "Wallets",
items: [
"create_account",
"howto_wallet_parity_signer"
]
},
{
type: "category",
label: "Democracy",
items: [
"tip_request",
"participate_in_referenda",
"participate_in_council_elections"
]
},
"claim",
"identity",
{
type: "category",
label: "Connect to a Node",
items: ["polkadotjs_apps_local", "polkadotjs_apps_public"],
}
],
"Learn": [
"learn_amm",
{
type: "category",
label: "Democracy",
items: [
"democracy_intro",
"democracy_referenda",
"democracy_council",
"democracy_technical_committee"
]
},
{
type: "category",
label: "Omnipool",
items: [
"omnipool_design"
]
}
],
"Maintain": [
"collator_setup",
"performance_benchmark",
"node_monitoring"
],
Build: [
"dev_intro",
"build_dev_chain",
],
Archive: ["archive_hydradx_crowdloan"],
Contribute: ["contributing"],
}
};