2021-04-22 15:14:21 +02:00
|
|
|
{
|
2024-01-28 12:15:03 +01:00
|
|
|
"plugins": [
|
|
|
|
"plugins/markdown",
|
|
|
|
"node_modules/jsdoc-tsimport-plugin"
|
|
|
|
],
|
2021-04-22 15:14:21 +02:00
|
|
|
"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": {
|
2024-01-30 01:13:36 +01: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 12:15:58 +02:00
|
|
|
}
|
2021-04-22 15:14:21 +02:00
|
|
|
}
|
2021-04-22 16:00:37 +02:00
|
|
|
}
|