mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-26 09:10:23 -05:00
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.
30 lines
655 B
JSON
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
|
|
}
|
|
}
|
|
} |