An theme based on EmberJs YUIDoc theme
An Blue EmberJS based YUIDoc theme
$ npm install yuidoc-ember-blue-theme
- This theme is to be used with ember-cli-yuidoc which uses git-repo-version to generate the project version.
If your project uses a "yuidoc.json" file for configuration, add:
"themedir" : "node_modules/yuidoc-ember-blue-theme",
"helpers" : ["node_modules/yuidoc-ember-blue-theme/helpers/helpers.js"]
Example:
{
"name": "Example",
"url": "<GITHUB REPO URL>",
"version": "0.1.0",
"options": {
"paths": "_location to parse_",
"outdir": "build/docs",
"exclude": "lib,docs,build",
"themedir": "node_modules/yuidoc-ember-blue-theme",
"helpers": ["node_modules/yuidoc-ember-blue-theme/helpers/helpers.js"]
}
}