chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"backend": [
|
||||
{ "name": "project", "title": "文档项目", "icon": "fa fa-folder-open", "type": 2, "sort": 1, "status": 1, "route": "/docs/backend/project" },
|
||||
{ "name": "version", "title": "版本管理", "icon": "fa fa-code-fork", "type": 2, "sort": 2, "status": 1, "route": "/docs/backend/version" },
|
||||
{ "name": "doc", "title": "文档管理", "icon": "fa fa-file-text-o", "type": 2, "sort": 3, "status": 1, "route": "/docs/backend/doc" },
|
||||
{ "name": "import", "title": "导入文档", "icon": "fa fa-upload", "type": 2, "sort": 4, "status": 1, "route": "/docs/backend/doc/import" }
|
||||
],
|
||||
"frontend": [
|
||||
{ "name": "index", "title": "文档首页", "icon": "fa fa-book", "type": 2, "sort": 1, "status": 1, "route": "/docs" },
|
||||
{ "name": "search", "title": "文档搜索", "icon": "fa fa-search", "type": 2, "sort": 2, "status": 1, "route": "/docs/search" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user