代码迁移
This commit is contained in:
40
ink-docstrap.json
Normal file
40
ink-docstrap.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user