hsd
Version:
Cryptocurrency bike-shed
28 lines (27 loc) • 528 B
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["README.md", "lib/"],
"exclude": [],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown",
"plugins/rm-imports"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"template": "templates/default",
"encoding": "utf8",
"destination": "./docs/reference",
"recurse": true,
"private": true,
"pedantic": true
}
}