ModelHandle/tools/jsdoc.json
2022-12-11 09:19:00 +01:00

29 lines
548 B
JSON

{
"source": {
"include": ["source"]
},
"opts": {
"template": "node_modules/docdash/",
"encoding": "utf8",
"destination": "build/docs/",
"recurse": true,
"verbose": false
},
"plugins": [
"plugins/markdown"
],
"docdash" : {
"menu": {
"GitHub": {
"href":"https://github.com/kovacsv/Online3DViewer",
"target":"_blank"
}
}
},
"templates": {
"default": {
"includeDate": false
}
}
}