Files
astronomy/generate/jsdoc.json
Mateo Tibaquira 44a96f8c21 JS: Improve the documentation of FlexibleDateTime
Also moved the NPM commands to the package.json
so the makedoc scripts execute them in a central place.

Installed a jsdoc theme to improve the html output.
2021-02-07 20:42:05 -05:00

30 lines
655 B
JSON

{
"opts": {
"template": "node_modules/docdash"
},
"plugins": [
"plugins/markdown"
],
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": true,
"removeQuotes": "none",
"scripts": [],
"menu":{
"Github repo": {
"href":"https://github.com/cosinekitty/astronomy",
"target":"_blank",
"class":"menu-item",
"id":"repository"
}
}
},
"templates": {
"default": {
"useLongnameInNav": true
}
}
}