Files

13 lines
889 B
JSON

{
"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" }
]
}