overte-thingvellir/tools/jsdoc/hifi-jsdoc-template
2023-08-25 13:57:39 -03:00
..
static Add example animation and sound for API docs 2023-08-25 13:57:39 -03:00
tmpl Update jsdoc 2022-02-19 17:59:44 +01:00
LICENSE.md
package.json
publish.js Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
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"
    ]
}