29 lines
548 B
JSON
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
|
|
}
|
|
}
|
|
}
|