mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
51 lines
1.4 KiB
JavaScript
51 lines
1.4 KiB
JavaScript
module.exports = {
|
|
someSidebar: {
|
|
"🐣 Start Here": [
|
|
"Players/start-here",
|
|
"handbook/for-players",
|
|
"handbook/for-guilds",
|
|
"handbook/for-investors",
|
|
"handbook/how-to-play",
|
|
"handbook/where-to-start",
|
|
],
|
|
"🤨 WTF is MetaGame?": [
|
|
"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",
|
|
],
|
|
"🗺 Enter MetaGame": [
|
|
"Players/enter-the-house-of-metafam",
|
|
"Players/local-knowledge",
|
|
"handbook/how-to-become-a-player",
|
|
"handbook/roles-in-metagame",
|
|
"handbook/navigation-board",
|
|
"Players/leaderboard",
|
|
"Guilding/guilds-of-metagame",
|
|
],
|
|
"🧐 How Does It Work": [
|
|
"handbook/how-metagame-works",
|
|
"handbook/xp",
|
|
"handbook/become-a-founder-of-metagame",
|
|
"handbook/phases-of-metagame",
|
|
],
|
|
"⚔️ Guilding": [
|
|
"Guilding/guilding-101",
|
|
"Guilding/building-successful-teams",
|
|
],
|
|
|
|
"🌳 Other": [
|
|
"resources/graphics",
|
|
"resources/art",
|
|
"resources/memes",
|
|
"resources/talks",
|
|
"handbook/glossary",
|
|
"roadmap/alignment2021",
|
|
],
|
|
// "About The Wiki": ["style-guide", "mdx"],
|
|
},
|
|
};
|