mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
23 lines
591 B
JavaScript
23 lines
591 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/founders"
|
|
],
|
|
"🗺 Roadmap": ["roadmap/phases", "roadmap/alignment2021"],
|
|
"🌳 Resources": ["resources/graphics", "resources/art", "resources/memes"],
|
|
"About The Wiki": ["style-guide", "mdx"]
|
|
}
|
|
};
|