-
Notifications
You must be signed in to change notification settings - Fork 48
/
sidebars.js
63 lines (63 loc) · 2.31 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
module.exports = {
someSidebar: {
"🌀 Start here": ["home"],
"🤨 Pillar Memes & Lore": [
"wtf-is-metagame/origin-story",
"wtf-is-metagame/in-search-of-commons-that-scale",
"wtf-is-metagame/the-coming-of-metagame",
"wtf-is-metagame/way-of-web3-founders",
"wtf-is-metagame/narrative-1-a-decentralized-factory",
"wtf-is-metagame/narrative-2-a-web-of-opportunity",
"wtf-is-metagame/metamanifesto",
],
"🧐 Understanding MetaGame": [
"how-does-it-work/wtf-is-metagame",
"how-does-it-work/why-gamification-works",
"how-does-it-work/phases-of-metagame",
"how-does-it-work/how-metagame-works",
"enter-metagame/how-to-become-a-player",
// "how-does-it-work/obtaining-seeds",
"how-does-it-work/become-a-founder-of-metagame",
// "how-does-it-work/a-cautionary-tale",
"resources/glossary",
],
'🤔 What we do': [
"what-we-do/tldr",
"what-we-do/metasys",
"what-we-do/mymeta",
"what-we-do/metaos",
// "what-we-do/events",
// "what-we-do/metalibrary",
],
'🏡 The Great Houses': [
'great-houses/house-of-ethereum',
'great-houses/house-of-daos',
'great-houses/house-of-NFTs',
'great-houses/house-of-dapps',
'great-houses/house-of-defi',
'great-houses/house-of-L2s',
'great-houses/how-to-house',
],
"📚 Playbooks": [
"playbooks/how-to-install-wallet-get-gas",
"playbooks/meme-driven-organizations",
"playbooks/what-why-how-of-your-dao",
"playbooks/guilding-101",
"playbooks/building-successful-teams",
"playbooks/how-to-make-it-without-technical-skills",
"playbooks/how-to-coach-eth",
"playbooks/how-to-hackmd",
"playbooks/entering-daos-as-a-writer",
"playbooks/CupOJosephs-Becoming-An-Ethereum-Developer-Roadmap-and-Guide",
"playbooks/become-a-buidler-on-ethereum-by-austin-griffith",
"playbooks/how-to-play-twitter-by-visa",
"playbooks/path-of-the-writer-episode-1.0",
"playbooks/understanding-impostor-syndrome",
"playbooks/how-to-join-a-dao-community",
"playbooks/how-to-git-on-github-non-builder",
"playbooks/how-to-build-a-network-for-impact",
"playbooks/handling-fomo-in-web3",
"playbooks/mgxp-metagame-experience-points",
],
},
};