1
0
Fork 0
radiomanifest.js/jsdoc.conf.json
2022-01-30 13:49:08 +01:00

17 lines
369 B
JSON

{
"plugins": ["plugins/markdown.js"],
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "./docs"
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": false,
"removeQuotes": "none",
"scripts": []
}
}