It's been a minute... No longer maintaining this so changing status to public archive...
Generates Dash docs from YUIDoc output for ember-cli apps
See also: ember-cli-yuidoc
YUIDocs should be generated prior to running
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