30 lines
669 B
JSON
30 lines
669 B
JSON
{
|
|
"plugins": ["plugins/markdown"],
|
|
"recurseDepth": 5,
|
|
"sourceType": "module",
|
|
"source": {
|
|
"include": ["./utils/", "./api/"],
|
|
"excludePattern": "(node_modules/|docs)"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": false,
|
|
"dictionaries": ["jsdoc"]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"monospaceLinks": true,
|
|
"disableSort": true
|
|
},
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"verbose": true,
|
|
"destination": "./docs/",
|
|
"readme": "./README.md",
|
|
"package": "./package.json"
|
|
},
|
|
"markdown": {
|
|
"hardwrap": false,
|
|
"idInHeadings": true
|
|
}
|
|
}
|