Closed offirgolan closed 8 years ago
I've also added the ability to force the docs to be generated in defined environments via
{
"options": {
"enabledEnvironments": ["development", "production"]
}
}
@cibernox friendly ping
Hey, I've been on holidays until yesterday.
Looks good, although I haven't dogfooded this addon myself in a while. I feel that it could probably be better mantained by someone that uses it in a more day to day bases.
@offirgolan @stefanpenner Do you know anyone that uses yuidoc daily be willing to become a mantainer of this?
I've just published a new version to npm
@cibernox thank you! Im using this in ember-cp-validations
once my latest PR gets merged. I can definitely help out if you need an extra hand :smile:
This propagates all config options passed in
yuidoc.json
throughout which allows a user to specify any supported yuidocs option such asthemedir
,nocode
, etc.Works with
ember s --docs
andember ember-cli-yuidoc