mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
26 lines
610 B
JSON
26 lines
610 B
JSON
{
|
|
"opts": {
|
|
"template": "./node_modules/jsdoc-nr-template",
|
|
"destination": "./docs",
|
|
"recurse": true
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": false,
|
|
"dictionaries": ["jsdoc"]
|
|
},
|
|
"source": {
|
|
"_include": [
|
|
"./packages/node_modules/@node-red/runtime/lib/api"
|
|
]
|
|
},
|
|
"templates": {
|
|
"systemName": "Node-RED Runtime API",
|
|
"footer": "",
|
|
"copyright": "Released under the Apache License v2.0",
|
|
"default": {
|
|
"outputSourceFiles": false
|
|
}
|
|
},
|
|
"plugins": ["plugins/markdown"]
|
|
}
|