node-poweredup/jsdoc.conf.json
Nathan Kellenicki b9ab15a0c9
All checks were successful
continuous-integration/drone/push Build is passing
Drone now does npm publish
2019-03-20 11:46:04 -07:00

28 lines
761 B
JSON

{
"tags": {
"allowUnknownTags": true
},
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "node-poweredup",
"footer": "",
"copyright": "node-poweredup by Nathan Kellenicki licensed under the MIT license.",
"navType": "vertical",
"theme": "simplex",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"protocol": "html://",
"methodHeadingReturns": false
},
"markdown": {
"parser": "gfm",
"hardwrap": true
}
}