refactor: page refactoring
This commit is contained in:
parent
f86364ccdf
commit
4e1c04784a
29 changed files with 1499 additions and 756 deletions
|
|
@ -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" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue