Generate dash docsets from YUI documentation
npm install ember-cli-dash-docsetGenerates Dash docs from YUIDoc output for ember-cli apps
See also: ember-cli-yuidoc
YUIDocs should be generated prior to running
!Demo
ember install:npm ember-cli-dash-docset
dashdoc.json contains directives that control the generated docset
```
{
"name": "docset-data", <---- output docset name
"outdir": "docset", <---- where to put it
"input": "docs", <---- where to get the YUI generated docs
"icon": "tests/fixtures/icon.png", <--- Optional image (32x32 png)
"dash": {
"bundleIdentifier": "sample",
"bundleName": "sample",
"docSetFamily": "sample",
"docSetPlatformFamily": "sample",
"docSetIndexPath": "index.html"
}
}
ember ember-cli-dash-docset
PRs accepted
should pass jshint . and have tests
* npm test`
[travis-badge]: https://travis-ci.org/jschilli/ember-cli-dash-docset.svg?branch=master
[travis-badge-url]: https://travis-ci.org/jschilli/ember-cli-dash-docset