2018-04-15 12:18:10 +02:00
|
|
|
{
|
2018-04-24 17:48:32 +02:00
|
|
|
"opts": {
|
2018-08-24 14:02:06 +02:00
|
|
|
"template": "./node_modules/jsdoc-nr-template",
|
2018-04-24 17:48:32 +02:00
|
|
|
"destination": "./docs",
|
|
|
|
"recurse": true
|
|
|
|
},
|
2018-04-15 12:18:10 +02:00
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": false,
|
|
|
|
"dictionaries": ["jsdoc"]
|
|
|
|
},
|
|
|
|
"source": {
|
2018-08-22 11:00:03 +02:00
|
|
|
"_include": [
|
2018-08-19 01:44:17 +02:00
|
|
|
"./packages/node_modules/@node-red/runtime/lib/api"
|
2018-04-15 12:18:10 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"templates": {
|
|
|
|
"systemName": "Node-RED Runtime API",
|
|
|
|
"theme":"yeti",
|
|
|
|
"footer": "",
|
2018-08-24 14:02:06 +02:00
|
|
|
"copyright": "Released under the Apache License v2.0",
|
|
|
|
"default": {
|
|
|
|
"outputSourceFiles": false
|
|
|
|
}
|
2018-08-22 11:00:03 +02:00
|
|
|
},
|
|
|
|
"plugins": ["plugins/markdown"]
|
2018-04-15 12:18:10 +02:00
|
|
|
}
|