Files
TheGame/sidebars.js
2020-06-16 18:45:15 +02:00

46 lines
1.1 KiB
JavaScript

module.exports = {
someSidebar: {
"🤨 WTF is MetaGame?": [
"introduction",
"handbook/for-players",
"handbook/for-guilds",
"handbook/for-investors",
"handbook/in-search-of-commons-that-scale",
"handbook/the-coming-of-metagame",
"handbook/wtf-is-metagame",
"handbook/way-of-web3-founders",
"handbook/narrative-1-a-decentralized-factory",
"handbook/narrative-2-a-web-of-opportunity",
"manifesto/metafam-way"
],
"🧐 How does it work?": [
"handbook/how-metagame-works",
"handbook/xp",
"handbook/play",
"handbook/become-a-founder-of-metagame",
"handbook/phases-of-metagame",
"roadmap/phases"
],
"😈 Players": [
"roadmap/players-of-metagame",
"roadmap/leaderboard"
],
"⚔️ Guilds": [
"Guilding/Guilds",
"Guilding/guilding-101",
"Guilding/building-successful-teams"
],
"🌳 Other Stuff": [
"resources/graphics",
"resources/art",
"resources/memes",
"resources/talks",
"roadmap/alignment2021"
],
"About The Wiki": [
"style-guide",
"mdx"
]
}
};