doipjs/jsdoc-lib.json

21 lines
321 B
JSON
Raw Normal View History

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