refactor: page refactoring

This commit is contained in:
orewaee 2025-11-04 18:18:46 +04:00
parent f86364ccdf
commit 4e1c04784a
29 changed files with 1499 additions and 756 deletions

View file

@ -3,7 +3,6 @@
"name": null,
"pages": [
{ "title": "Как начать играть?", "path": "/start" },
{ "title": "Фишки сервера", "path": "/features" },
{ "title": "Ссылки на нас", "path": "/links" }
]
},
@ -23,5 +22,15 @@
{ "title": "Торговые зоны", "path": "/gov/trade" },
{ "title": "Судебный кодекс", "path": "/gov/court" }
]
},
{
"name": "Фичи сервера",
"pages": [
{ "title": "Общее", "path": "/features/global" },
{ "title": "Чат", "path": "/features/chat" },
{ "title": "Полиция", "path": "/features/police" },
{ "title": "Кланы", "path": "/features/clan" },
{ "title": "Стримерский плагин", "path": "/features/stream/twitch" }
]
}
]