mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 22:33:04 +02:00
27 lines
613 B
JSON
27 lines
613 B
JSON
{
|
|
"opts": {
|
|
"template": "hifi-jsdoc-template"
|
|
},
|
|
"deploy": {
|
|
"root": "https://apidocs.vircadia.dev/"
|
|
},
|
|
"docdash": {
|
|
"meta": {
|
|
"title": "Vircadia API Docs",
|
|
"description": "API documentation for Vircadia.",
|
|
"keyword": "api, docs, vircadia, documentation"
|
|
},
|
|
"search": [true],
|
|
"collapse": [true],
|
|
"typedefs": [false]
|
|
},
|
|
"templates": {
|
|
"default": {
|
|
"outputSourceFiles": false
|
|
}
|
|
},
|
|
"plugins": [
|
|
"plugins/hifi",
|
|
"plugins/hifiJSONExport"
|
|
]
|
|
}
|