doipjs/jsdoc-lib.json

25 lines
362 B
JSON
Raw Normal View History

2021-04-22 07:14:21 -06:00
{
"plugins": ["plugins/markdown"],
"source": {
"include": [
"./src",
"./README.md"
]
},
"recurseDepth": 2,
"templates": {
"default": {
"staticFiles": {
"include": [
"./static"
]
}
}
},
"opts": {
"template": "node_modules/docdash"
},
"docdash": {
"search": true
}
}