31 lines
757 B
JSON
31 lines
757 B
JSON
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": true,
|
||
|
"dictionaries": ["jsdoc"]
|
||
|
},
|
||
|
"source": {
|
||
|
"include": ["index.js", "package.json", "README.md", "src"],
|
||
|
"includePattern": ".js$",
|
||
|
"excludePattern": "(node_modules/|docs)"
|
||
|
},
|
||
|
"plugins": [
|
||
|
"plugins/markdown"
|
||
|
],
|
||
|
"templates": {
|
||
|
"cleverLinks": false,
|
||
|
"monospaceLinks": true,
|
||
|
"useLongnameInNav": false,
|
||
|
"showInheritedInNav": true,
|
||
|
"default": {
|
||
|
"outputSourceFiles": false,
|
||
|
"includeDate": false
|
||
|
}
|
||
|
},
|
||
|
"opts": {
|
||
|
"destination": "./docs/",
|
||
|
"encoding": "utf8",
|
||
|
"private": true,
|
||
|
"recurse": true,
|
||
|
"template": "./node_modules/minami"
|
||
|
}
|
||
|
}
|