mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
23 lines
458 B
JSON
23 lines
458 B
JSON
|
{
|
||
|
"plugins": [],
|
||
|
"recurseDepth": 10,
|
||
|
"source": {
|
||
|
"include": ["commands"],
|
||
|
"includePattern": ".+\\.js(doc|x)?$",
|
||
|
"excludePattern": "(^|\\/|\\\\)_"
|
||
|
},
|
||
|
"sourceType": "module",
|
||
|
"tags": {
|
||
|
"allowUnknownTags": true,
|
||
|
"dictionaries": ["jsdoc","closure"]
|
||
|
},
|
||
|
"templates": {
|
||
|
"cleverLinks": false,
|
||
|
"monospaceLinks": false
|
||
|
},
|
||
|
"opts": {
|
||
|
"destination": "documentation",
|
||
|
"recurse": true,
|
||
|
"readme": "README.md"
|
||
|
}
|
||
|
}
|