mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": ["jsdoc"]
|
|
},
|
|
"plugins": [
|
|
"node_modules/jsdoc-babel",
|
|
"plugins/markdown",
|
|
"docs/template/custom.js"
|
|
],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": true,
|
|
"useLongnameInNav": false,
|
|
"showInheritedInNav": true
|
|
},
|
|
"opts": {
|
|
"destination": "./docs/public/",
|
|
"encoding": "utf8",
|
|
"private": true,
|
|
"recurse": true,
|
|
"template": "./docs/template"
|
|
}
|
|
}
|