mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
46 lines
1.2 KiB
JavaScript
46 lines
1.2 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-of-metagame",
|
|
"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"
|
|
]
|
|
}
|
|
};
|