mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
* 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
36 lines
713 B
JavaScript
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"
|
|
]
|
|
}
|
|
};
|