-
Notifications
You must be signed in to change notification settings - Fork 12
/
sidebars.js
43 lines (42 loc) · 1.35 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
module.exports = {
docs: [
{
type: 'category',
label: 'Overview',
items: ['vision', 'whatispolkadex', 'whyPolkadot' , 'polkadexTeam', 'polkadexCommunity']
},
{
type: 'category',
label: 'Polkadex Orderbook',
items: [{
type: 'category',
label: 'FAQ',
items: ['orderbookPolkadexFAQWallets','orderbookPolkadexFAQBalances', 'orderbookPolkadexFAQTransfer'],
}]
},
{
type: "category",
label: "Orderbook Guide",
items: [{
type: 'category',
label: 'How to trade on Polkadex Orderbook?',
items: ['orderbookPolkadexFAQHowToTradeStep1', "orderbookPolkadexFAQHowToTradeStep2","orderbookPolkadexFAQHowToTradeStep3","orderbookPolkadexFAQHowToTradeStep4","orderbookPolkadexFAQHowToTradeStep5","orderbookPolkadexFAQHowToTradeStep6"],
},
{
type: 'category',
label: 'How to transfer funds from other networks to Polkadex (THEA)?',
items: ["polkadexOrderbookFAQHowToTransferDeposits", "polkadexOrderbookFAQHowToTransferWithdrawals"],
}
],
},
{
type: 'doc',
id: 'tokenEconomics'
},
{
type: 'category',
label: 'Polkadex Network & Ecosystem',
items: ['polkadexNetworkEcosystemGovernance', 'polkadexNetworkEcosystemStaking', 'polkadexNetworkEcosystemParachain', ]
},
]
};