1.0.3 • Published 7 years ago

yuidoc-ember-blue-theme v1.0.3

Weekly downloads
126
License
-
Repository
github
Last release
7 years ago

YUIDoc Ember Blue Theme

LIVE DEMO

An theme based on EmberJs YUIDoc theme

An Blue EmberJS based YUIDoc theme

$ npm install yuidoc-ember-blue-theme

Notes

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"]
    }
}
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago