mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
40 lines
784 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|