-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathsidebars.js
41 lines (41 loc) · 1.07 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
module.exports = {
someSidebar: {
"DODO V2 Intro": ["briefIntro"],
Protocol: ["pmm", "pmmDetails", "math"],
"Use Case": ["publicPool", "privatePool", "crowdPooling", "upCrowdPooling"],
Contract: [
"framework",
"contractUseGuide",
"mining",
"flashSwap",
"deployedInfo",
"deployedInfoBsc",
"deployedInfoPolygon",
"deployedInfoArbitrum",
"deployedInfoMoonRiver",
"deployedInfoHeco",
"deployedInfoOEC",
"deployedInfoAurora",
"deployedInfoRinkeby",
"subgraph",
"bugBounty",
"audit",
"dppForMM",
"cpwl",
],
Api: ["tradeApi"],
"Business Data": ["businessDataDashboard"],
Tokenomics: ["dodonomics"],
"DODO NFT Intro": ["nftCoreFeatures", "nftTechSpec"],
"DODO Dojo": [
"ThisIsDODO",
"DODO-Economics-102",
"DODO-On-Chain-Liquidity",
"DODO-User-Friendly-Decentralization",
"DODO-Multi-Chain-Capabilities",
],
FAQ: ["commonQuestions"],
Media: ["media"],
// Docusaurus: ["doc1", "doc2", "doc3", "mdx"],
},
};