mirror of
https://github.com/node-red/node-red
synced 2024-11-22 07:58:04 +00:00
23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"opts": {
|
|
"template": "./node_modules/ink-docstrap/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",
|
|
"theme":"yeti",
|
|
"footer": "",
|
|
"copyright": "Released under the Apache License v2.0"
|
|
}
|
|
}
|