Files
TheGame/sidebars.js
2020-10-30 10:21:35 +01:00

55 lines
1.6 KiB
JavaScript

module.exports = {
someSidebar: {
// '🐣 Start Here': [
// 'introduction',
// 'start-here/for-players',
// 'start-here/for-guilds',
// 'start-here/for-patrons',
// ],
'🤨 WTF is MetaGame?': [
'wtf-is-metagame/in-search-of-commons-that-scale',
'wtf-is-metagame/the-coming-of-metagame',
'wtf-is-metagame/wtf-is-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/metafam-way',
],
'🧐 How Does It Work': [
'how-does-it-work/how-metagame-works',
'how-does-it-work/xp',
'how-does-it-work/phases-of-metagame',
'how-does-it-work/become-a-founder-of-metagame',
],
'🗺 Enter MetaGame': [
'enter-metagame/signpost',
'enter-metagame/join-metagame',
'enter-metagame/how-to-become-a-player',
'enter-metagame/roles-in-metagame',
'enter-metagame/navigation-board',
'enter-metagame/leaderboard',
],
'🏡 The Great Houses': [
'great-houses/house-of-daos',
// 'great-houses/house-of-defiance',
// 'great-houses/house-of-dapps',
// 'great-houses/house-of-tokens',
],
'⚔️ Guilding': [
'Guilding/what-why-how-of-your-dao',
'Guilding/guilding-101',
'Guilding/building-successful-teams',
],
'🌳 Other': [
'resources/glossary',
'resources/graphics',
'resources/art',
'resources/memes',
'resources/talks',
// 'resources/alignment2021',
],
// "About The Wiki": ["style-guide", "mdx"],
},
};