doipjs/jsdoc-lib.json
2021-07-09 23:47:48 +02:00

32 lines
631 B
JSON

{
"plugins": ["plugins/markdown"],
"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"
}
]
}
}
}