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