openhab
Version:
JavaScript Library for openHAB Automation
52 lines (51 loc) • 1.17 kB
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc"
]
},
"source": {
"include": [
"src",
"package.json",
"README.md"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs|dist)"
},
"plugins": [
"plugins/markdown",
"node_modules/jsdoc-tsimport-plugin/index.js"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": false,
"recurse": true,
"template": "./node_modules/docdash"
},
"docdash": {
"sort": true,
"static": true,
"sectionOrder": [
"Namespaces",
"Classes",
"Modules",
"Externals",
"Events",
"Mixins",
"Tutorials",
"Interfaces"
],
"search": true,
"scopeInOutputPath": false,
"nameInOutputPath": false,
"versionInOutputPath": false
}
}