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