mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
13 lines
333 B
JavaScript
13 lines
333 B
JavaScript
module.exports = {
|
|
someSidebar: {
|
|
"📕 Handbook": ["introduction"],
|
|
"📜 Manifesto": [
|
|
"manifesto/pillar-articles",
|
|
"manifesto/metafam-way",
|
|
"manifesto/founders"
|
|
],
|
|
"🌳 Resources": ["resources/graphics", "resources/art", "resources/memes"],
|
|
"About The Wiki": ["style-guide", "mdx"]
|
|
}
|
|
};
|