forked from Polkadex-Substrate/polkadex-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.js
More file actions
35 lines (35 loc) · 842 Bytes
/
sidebars.js
File metadata and controls
35 lines (35 loc) · 842 Bytes
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
module.exports = {
docs: [
{
type: 'category',
label: 'Overview',
items: ['vision', 'whatispolkadex', 'whyPolkadot' , 'polkadexTeam', 'polkadexCommunity']
},
{
type: 'category',
label: 'Polkadex Orderbook',
items: ['orderbookIntroduction', 'orderbookArchitecture', 'orderbookBenefits', 'orderbookDecentralizedKYC','orderbookPolkadexFiat']
},
{
type: 'doc',
id: 'IDOPlatform'
},
{
type: 'doc',
id: 'fungibleAssets'
},
{
type: 'doc',
id: 'polkadexNFTs'
},
{
type: 'doc',
id: 'tokenEconomics'
},
{
type: 'category',
label: 'Polkadex Network & Ecosystem',
items: ['polkadexNetworkEcosystemGovernance', 'polkadexNetworkEcosystemStaking', 'polkadexNetworkEcosystemParachain', ]
},
]
};