Files
TheGame/sidebars.js
burrrata 7f7a69daa9 Roadmap Branch (#17)
* moved stuff from old Notion page to roadmap

* created tldr page on roadmap section

* updated roadmap seememe to reflect SEED phase goals

* added clarification that amounts in doc are examples
2020-05-12 21:57:01 -06:00

36 lines
713 B
JavaScript

module.exports = {
someSidebar: {
"📕 Handbook": [
"introduction",
"handbook/play",
"handbook/quests",
"handbook/xp",
"handbook/seed-market",
"handbook/roles",
"handbook/achievements",
"handbook/shilling"
],
"📜 Manifesto": [
"manifesto/pillar-articles",
"manifesto/metafam-way",
"manifesto/perspective",
"manifesto/founders"
],
"🗺 Roadmap": [
"roadmap/tldr",
"roadmap/phases",
"roadmap/alignment2021"
],
"🌳 Resources": [
"resources/graphics",
"resources/art",
"resources/memes"
],
"About The Wiki": [
"style-guide",
"mdx"
]
}
};