-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathsidebars.js
65 lines (65 loc) · 1.38 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
module.exports = {
sidebar: {
Basilisk: [
"product_intro",
"product_snek_swap",
"product_snek_lbp",
"spending_fw",
"tokenomics"
],
"How-to": [
{
type: "category",
label: "Wallets",
items: [
"create_account",
"howto_wallet_parity_signer"
]
},
{
type: "category",
label: "Snek Swap",
items: [
"howto_snek_swap_trade",
"howto_snek_swap_provide_liquidity"
]
},
{
type: "category",
label: "Snek LBP",
items: [
"howto_snek_lbp_buy",
"howto_snek_lbp_mechanics"
]
},
"howto_bridge",
"howto_democracy_referenda",
"howto_democracy_council_elections" ],
Learn: [
{
type: "category",
label: "Democracy",
items: [
"learn_democracy_intro",
"learn_democracy_referenda",
"learn_democracy_council",
"learn_democracy_technical_committee"
]
},
"parachains",
"parachain_auctions",
"crowdloans"
],
Build: [
{
type: 'link',
label: 'Rust Docs',
href: 'https://rustdocs.bsx.fi',
},
"infra_testnet",
"build_xc_integration"
],
"Help with Docs": ["contributing"],
"Archive": ["basilisk_crowdloan_1"]
}
};