添加生成文档的功能
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"entryPoints": [
|
||||
"api",
|
||||
"hooks",
|
||||
"utils",
|
||||
"stores"
|
||||
],
|
||||
"out": "docs",
|
||||
"name": "西安应急多灾种灾害链分析系统 API 文档",
|
||||
"includeVersion": true,
|
||||
"excludePrivate": true,
|
||||
"excludeProtected": false,
|
||||
"excludeInternal": true,
|
||||
"readme": "README.md",
|
||||
"theme": "default",
|
||||
"plugin": [],
|
||||
"sort": [
|
||||
"source-order"
|
||||
],
|
||||
"categorizeByGroup": true,
|
||||
"categoryOrder": [
|
||||
"API",
|
||||
"Hooks",
|
||||
"Utils",
|
||||
"Stores",
|
||||
"Types",
|
||||
"Components",
|
||||
"*"
|
||||
],
|
||||
"navigationLinks": {
|
||||
"GitHub": "https://github.com/gis502/xian_vue_new",
|
||||
"首页": "/"
|
||||
},
|
||||
"visibilityFilters": {
|
||||
"protected": true,
|
||||
"private": false,
|
||||
"inherited": true,
|
||||
"external": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user