Rework jsdoc format and pull in jsdoc-nr-template

This commit is contained in:
Nick O'Leary
2018-08-24 13:02:06 +01:00
parent 3f37e96f78
commit 48308db45b
4 changed files with 39 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
{
"opts": {
"template": "./node_modules/minami",
"template": "./node_modules/jsdoc-nr-template",
"destination": "./docs",
"recurse": true
},
@@ -17,7 +17,10 @@
"systemName": "Node-RED Runtime API",
"theme":"yeti",
"footer": "",
"copyright": "Released under the Apache License v2.0"
"copyright": "Released under the Apache License v2.0",
"default": {
"outputSourceFiles": false
}
},
"plugins": ["plugins/markdown"]
}