Docdash
A clean, responsive documentation template theme for JSDoc 3.
Example
See http://clenemt.github.io/docdash/ for a sample demo. 🚀
Install
$ npm install docdash
Usage
Clone repository to your designated jsdoc
template directory, then:
$ jsdoc entry-file.js -t path/to/docdash
Usage (npm)
In your projects package.json
file add a new script:
"script":
In your jsdoc.json
file, add a template option.
"opts":
jsdoc.json
Sample See the config file for the fixtures or the sample below.
Options
Docdash supports the following options:
{
"docdash": {
"static": [false|true], // Display the static members inside the navbar
"sort": [false|true] // Sort the methods in the navbar
}
}
Place them anywhere inside your jsdoc.json
file.
Thanks
License
Licensed under the Apache License, version 2.0. (see Apache-2.0).