@beni69/cmd
Version:
The command handler from my discord bot
23 lines (22 loc) • 497 B
JSON
{
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"source": {
"include": ["dist"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true
},
"opts": {
"recurse": true,
"destination": "./docs/"
}
}