ModelHandle/tools/jsdoc.json
2021-12-23 22:06:30 +01:00

26 lines
508 B
JSON

{
"source": {
"include": ["source", "website"]
},
"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"
}
}
},
"templates": {
"default": {
"includeDate": false
}
}
}