docs: add chapters json

This commit is contained in:
orewaee 2025-09-18 21:21:56 +04:00
parent f01afb0d2a
commit 0889b47d4f

16
chapters.json Normal file
View file

@ -0,0 +1,16 @@
[
{
"name": null,
"pages": [
{ "title": "Правила", "path": "/server/rules" },
{ "title": "Правила", "path": "/server/rules" }
]
},
{
"name": "Сервер",
"pages": [
{ "title": "Фичи", "path": "/features" },
{ "title": "Моды", "path": "/mods" }
]
}
]