mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-05 05:10:01 +02:00
Ressources rebranding for Overte (mostly images, icon, model updated with Overte brand) some file has been edited to replace some files (they had vircadia in the name) Most of this has not been tested. (cause I don't build) |
||
---|---|---|
.. | ||
static | ||
tmpl | ||
LICENSE.md | ||
package.json | ||
publish.js | ||
README.md |
hifi-jsdoc-template
The hifi-jsdoc-template is based on the DocDash template.
Usage
Clone repository to your designated jsdoc/node_modules
template directory.
In your config.json
file, add a template option.
"opts": {
"template": "node_modules/hifi-jsdoc-template"
}
Sample config.json
{
"opts": {
"template": "node_modules/hifi-jsdoc-template"
},
"docdash": {
"meta": {
"title": "",
"description": "",
"keyword": ""
},
"search": [true],
"collapse": [true],
"typedefs": [false]
},
"templates": {
"default": {
"outputSourceFiles": false
}
},
"plugins": [
"plugins/hifi",
"plugins/hifiJSONExport"
]
}