|
1 | 1 | module.exports = { |
2 | 2 | someSidebar: { |
3 | | - 'START HERE': ['home-v2', 'about-v2'], |
4 | | - SHENANIGAN: ['particle-predictions-v2'], |
| 3 | + "START HERE": ["home-v2", "about-v2", "she-lore-v2"], |
| 4 | + "SHENANIGAN DAPP": ["particle-predictions-v2"], |
5 | 5 | Legacy: [ |
6 | 6 | { |
7 | | - type: 'category', |
8 | | - label: 'START HERE', |
9 | | - items: ['home', 'about', 'pinkpaper'], |
| 7 | + type: "category", |
| 8 | + label: "START HERE", |
| 9 | + items: ["home", "about", "pinkpaper"], |
10 | 10 | }, |
11 | 11 | { |
12 | | - type: 'category', |
13 | | - label: 'SHENANIGAN', |
14 | | - items: ['dathletes', 'fans', 'livestream'], |
| 12 | + type: "category", |
| 13 | + label: "SHENANIGAN", |
| 14 | + items: ["dathletes", "fans", "livestream"], |
15 | 15 | }, |
16 | 16 | { |
17 | | - type: 'category', |
18 | | - label: 'CRYPTOECONOMICS', |
19 | | - items: ['dao', 'tokenomics', 'she-nft'], |
| 17 | + type: "category", |
| 18 | + label: "CRYPTOECONOMICS", |
| 19 | + items: ["dao", "tokenomics", "she-nft"], |
20 | 20 | }, |
21 | 21 | { |
22 | | - type: 'category', |
23 | | - label: 'DEVELOPMENT', |
24 | | - items: ['contribution', 'team'], |
| 22 | + type: "category", |
| 23 | + label: "DEVELOPMENT", |
| 24 | + items: ["contribution", "team"], |
25 | 25 | }, |
26 | 26 | { |
27 | | - type: 'category', |
28 | | - label: 'EDUCATION HUB', |
29 | | - items: ['glossary', 'web3-glossary', 'faq'], |
| 27 | + type: "category", |
| 28 | + label: "EDUCATION HUB", |
| 29 | + items: ["glossary", "web3-glossary", "faq"], |
30 | 30 | }, |
31 | 31 | ], |
32 | 32 | }, |
|
0 commit comments