doipjs/jsdoc-lib.json
2024-01-30 01:13:36 +01:00

40 lines
784 B
JSON

{
"plugins": [
"plugins/markdown",
"node_modules/jsdoc-tsimport-plugin"
],
"source": {
"include": ["./src", "./README.md"]
},
"recurseDepth": 2,
"templates": {
"default": {
"staticFiles": {
"include": ["./static"]
}
}
},
"opts": {
"template": "node_modules/docdash",
"destination": "docs/"
},
"docdash": {
"collapse": true,
"meta": {
"title": "doipjs",
"description": "Documentation for the doip.js library"
},
"menu": {
"Keyoxide": {
"href":"https://keyoxide.org",
"target":"_blank",
"class":"menu-item"
},
"Keyoxide docs": {
"href":"https://docs.keyoxide.org",
"target":"_blank",
"class":"menu-item"
}
}
}
}