conf.json
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"templates": {
"theme": "yeti",
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"encoding": "utf8",
"recurse": true,
"destination": "./docs/",
"template": "node_modules/ink-docstrap/template"
}
}