2021-04-22 07:14:21 -06:00
|
|
|
{
|
2024-01-28 04:15:03 -07:00
|
|
|
"plugins": [
|
|
|
|
"plugins/markdown",
|
|
|
|
"node_modules/jsdoc-tsimport-plugin"
|
|
|
|
],
|
2021-04-22 07:14:21 -06:00
|
|
|
"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": {
|
2024-01-29 17:13:36 -07:00
|
|
|
"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"
|
|
|
|
}
|
2021-04-24 04:15:58 -06:00
|
|
|
}
|
2021-04-22 07:14:21 -06:00
|
|
|
}
|
2021-04-22 08:00:37 -06:00
|
|
|
}
|