ember-cli-addon-docs
ember-cli-addon-docs copied to clipboard
Easy, beautiful docs for your OSS Ember addons
The deploy pipeline with the version support is pretty awesome. The community would benefit if we extracted that functionality into a new addon that could be used outside of addon-docs....
The company I work for uses Windows, and we've been using ember-cli-addon-docs to document an internal addon. It is pretty evident that this code-base has not been run on Windows...
Since demo sites are mostly static, we could leverage Prember to make addon demos load really fast and avoid authors having to figure it out on their own.
We use the string ADDON_DOCS_ROOT_URL as a token placeholder value for `rootURL` in our `config/environment.js`, so that when building for production, AddonDocs can build a single version of the app,...
After updating to `0.7.0`, some Markdown files that were previously parsed correctly no longer are. We have a template like this: ``` ## Simple Block Mode {{#docs-demo as |demo|}} {{#demo.example...
At the moment, writing pages for ec-addon-docs that requires you to do the following: - Find `tests/dummy/app` folder - Create a route in `tests/dummy/app/router.js` - Create the respective `my-route.md` (or...
**Feature Request** Currently supported doc generators include [YUIDoc](https://github.com/ember-learn/ember-cli-addon-docs-yuidoc) and [ESDoc](https://github.com/ember-learn/ember-cli-addon-docs-esdoc) A future TypeScript doc generator option could include either [TSDoc](https://github.com/Microsoft/tsdoc) or [TypeDoc](https://github.com/TypeStrong/typedoc)
Following up comments on https://github.com/ember-learn/ember-cli-addon-docs/pull/230 I gave a shot at working on moving API docs to their own top-level section. This PR provides the following significant features: * zero-config API...
The body/content area is too narrow. Some possible considerations: 1. increase the main content area width 2. provide mechanism to collapse the left and/or right panes so the main content...