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": {
|
2021-04-24 04:15:58 -06:00
|
|
|
"template": "node_modules/clean-jsdoc-theme",
|
|
|
|
"theme_opts": {
|
|
|
|
"theme": "light",
|
2021-07-09 15:47:48 -06:00
|
|
|
"menu": [
|
2021-04-24 04:15:58 -06:00
|
|
|
{
|
|
|
|
"title": "Source code",
|
|
|
|
"link": "https://codeberg.org/keyoxide/doipjs",
|
|
|
|
"target": "_blank"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Keyoxide",
|
|
|
|
"link": "https://keyoxide.org",
|
|
|
|
"target": "_blank"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-04-22 07:14:21 -06:00
|
|
|
}
|
2021-04-22 08:00:37 -06:00
|
|
|
}
|