A simple YUIDoc theme. Based off yuidoc-theme-blue.
Install with NPM:
$ npm install quantosobra/yuidoc-theme-quantosobra
If your project uses a "yuidoc.json" file for configuration, add:
"themedir" : "node_modules/yuidoc-theme-quantosobra"
Example:
{
"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-theme-quantosobra"
}
}