doipjs/jsdoc-lib.json

21 lines
321 B
JSON
Raw Normal View History

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