yuidoc-ember-blue-theme

YUIDoc theme for ember addons, with blue, and your logo enabled

Usage no npm install needed!

<script type="module">
  import yuidocEmberBlueTheme from 'https://cdn.skypack.dev/yuidoc-ember-blue-theme';
</script>

README

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