forked from Mirrors/doipjs
32 lines
631 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|