yuidoc-ember-blue-theme
v1.0.3
Published
YUIDoc theme for ember addons, with blue, and your logo enabled
Downloads
11
Readme
YUIDoc Ember Blue Theme
An theme based on EmberJs YUIDoc theme
An Blue EmberJS based YUIDoc theme
$ npm install yuidoc-ember-blue-theme
Notes
- This theme is to be used with ember-cli-yuidoc which uses git-repo-version to generate the project version.
Configuration File
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"]
}
}