forked from boyska/radiomanifest.js
24 lines
508 B
JSON
24 lines
508 B
JSON
{
|
|
"plugins": ["plugins/markdown.js"],
|
|
"opts": {
|
|
"template": "node_modules/docdash",
|
|
"encoding": "utf8",
|
|
"destination": "./docs"
|
|
},
|
|
"templates": {
|
|
"default": {
|
|
"includeDate": false
|
|
}
|
|
},
|
|
"docdash": {
|
|
"static": true,
|
|
"sort": true,
|
|
"search": true,
|
|
"collapse": true,
|
|
"typedefs": false,
|
|
"private": false,
|
|
"navLevel": 0,
|
|
"removeQuotes": "none",
|
|
"scripts": []
|
|
}
|
|
}
|