Files
TheGame/sidebars.js
Mano a8dd0a00ef Issue#128 - Design Tweaks (#129)
* style & layout changes

* reverted back image path url
2020-10-04 15:14:48 +02:00

48 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/how-to-become-a-player",
"enter-metagame/roles-in-metagame",
"enter-metagame/navigation-board",
"enter-metagame/leaderboard",
],
"⚔️ 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"],
},
};