mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"opts": {
|
|
"template": "./node_modules/ink-docstrap/template",
|
|
"destination": "./docs",
|
|
"recurse": true
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": false,
|
|
"dictionaries": ["jsdoc"]
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"./red/runtime-api"
|
|
]
|
|
},
|
|
"templates": {
|
|
"systemName": "Node-RED Runtime API",
|
|
"theme":"yeti",
|
|
"footer": "",
|
|
"copyright": "Released under the Apache License v2.0"
|
|
}
|
|
}
|