doipjs/jsdoc-lib.json
2024-01-29 13:19:08 +01:00

35 lines
681 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/clean-jsdoc-theme",
"theme_opts": {
"theme": "light",
"menu": [
{
"title": "Source code",
"link": "https://codeberg.org/keyoxide/doipjs",
"target": "_blank"
},
{
"title": "Keyoxide",
"link": "https://keyoxide.org",
"target": "_blank"
}
]
}
}
}