A simple YUIDoc theme for DropKick.js
npm install yuidoc-dropkick-themeA simple YUIDoc theme for DropKick.js. This is based (and forked) off of yuidoc-lucid-theme.
``sh`
$ npm install yuidoc-dropkick-theme --save-dev
When running yuidoc directly from the command line without a configuration file, specify the theme with the following two arguments:
- -t Theme directory-H
- Template helpers
`sh`
$ yuidoc -t node_modules/yuidoc-dropkick-theme -H node_modules/yuidoc-bootstrap-theme/helpers/helpers.js
If your project uses a "yuidoc.json" file for configuration, add:
`js`
"themedir" : "node_modules/yuidoc-dropkick-theme",
"helpers" : ["node_modules/yuidoc-dropkick-theme/helpers/helpers.js"]
Example:
`json``
{
"name": "Example",
"url": "www.example.com",
"version": "0.1.0",
"options": {
"paths": "_location to parse_",
"outdir": "build/docs",
"exclude": "lib,docs,build",
"themedir": "node_modules/yuidoc-dropkick-theme",
"helpers": ["node_modules/yuidoc-dropkick-theme/helpers/helpers.js"]
}
}