Files
TheGame/sidebars.js
Gnomeski 64ef63ac2f Odyssey Completion (#201)
* Create Origin Story

* Rename Origin Story to docs/wtf-is-metagame/OriginStory.md

* Update OriginStory.md

* Update OriginStory.md

* Update Origin Story Formatting

* Updated Image Formats

* Update sidebars.js

Moved Nav position to correct location in Pillar Memes

* Update sidebars.js

fixed typo

* Update sidebars.js

Co-authored-by: The Lone Ronin <log2n@protonmail.com>
Co-authored-by: peth-yursick <55857222+peth-yursick@users.noreply.github.com>
2021-02-02 14:54:49 +01:00

56 lines
1.7 KiB
JavaScript

module.exports = {
someSidebar: {
'🌀 MetaOS': ['home'],
'🤨 Pillar Memes': [
'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/metafam-way',
],
'🧐 Understanding MetaGame': [
'wtf-is-metagame/wtf-is-metagame',
'how-does-it-work/phases-of-metagame',
'how-does-it-work/how-metagame-works',
'how-does-it-work/xp',
'how-does-it-work/obtaining-seeds',
'how-does-it-work/become-a-founder-of-metagame',
],
'🗺 Enter MetaGame': [
'enter-metagame/join-metagame',
'enter-metagame/how-to-become-a-player',
'enter-metagame/roles-in-metagame',
'enter-metagame/navigation-board',
'enter-metagame/leaderboard',
'enter-metagame/Chainlog',
],
'🏡 The Great Houses': [
'great-houses/house-of-ethereum',
'great-houses/house-of-daos',
'great-houses/house-of-NFTs',
'enter-metagame/guilds-of-metagame',
// 'great-houses/house-of-defiance',
// 'great-houses/house-of-dapps',
// 'great-houses/house-of-tokens',
],
'⚔️ Guilding': [
'Guilding/metasys',
'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"],
},
};