Also see the howto doc
Based on Minami - A clean, responsive documentation template theme for JSDoc 3.
TODO: show LOKE theme...
$ npm install --save-dev loke-jsdoc-themeClone repository to your designated jsdoc template directory, then:
$ jsdoc /my/code.js -t path/to/themeIn your projects package.json file add a generate script:
"script": {
"generate-docs": "jsdoc --configure node_modules/loke-jsdoc-theme/default.jsdoc.json --verbose"
}To build docs run:
$ npm run generate-docsAlternatively copy the default configuration file from the NPM package to the project folder and customise it. See http://usejsdoc.org/about-configuring-jsdoc.html
Licensed under the Apache2 license.
