ModelHandle/tools/jsdoc.json
2021-12-23 21:46:52 +01:00

21 lines
405 B
JSON

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