41 lines
814 B
JSON
41 lines
814 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": [
|
|
"jsdoc"
|
|
]
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"./src"
|
|
],
|
|
"includePattern": ".+\\.js(doc|x)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false,
|
|
"default": {
|
|
"outputSourceFiles": true
|
|
},
|
|
"systemName": "接口文档",
|
|
"footer": "",
|
|
"copyright": "",
|
|
"navType": "vertical",
|
|
"theme": "Cerulean",
|
|
"linenums": true,
|
|
"collapseSymbols": true,
|
|
"inverseNav": true,
|
|
"protocol": "html://",
|
|
"methodHeadingReturns": true
|
|
},
|
|
"opts": {
|
|
"destination": "./docs/docs/",
|
|
"encoding": "utf8",
|
|
"private": true,
|
|
"recurse": true,
|
|
"sort": false,
|
|
"template": "./node_modules/ink-docstrap/template"
|
|
}
|
|
}
|