ember-cli-addon-docs icon indicating copy to clipboard operation
ember-cli-addon-docs copied to clipboard

Easy, beautiful docs for your OSS Ember addons

Results 151 ember-cli-addon-docs issues
Sort by recently updated
recently updated
newest added
trafficstars

That would be extremely useful. Ideally, it should be drag-and-drop: install the addon and `template.md` files actually work.

question

Our own demo app uses a class instead of inline styles, but the guides never got updated. This will fail linting in most apps, and since we already provide the...

I think that, by default, the docs-header component should probably be `position: sticky`, given that it's the most important navigational component of addon-docs and gets displayed on every page, giving...

If you follow the quickstart guide and [set up your 404 route](https://ember-learn.github.io/ember-cli-addon-docs/docs/quickstart#9-add-a-404-route), you'll notice this immediately: It's only visible if you highlight the text, since the colors are exactly the...

### Update 2 (after this comment: https://github.com/ember-learn/ember-cli-addon-docs/issues/453#issuecomment-583858157) "Default styles" were removed in Tailwind V1 (i.e: Tailwind's reset stylesheet sets all elements to look the exact same), resulting in: - plain...

When using addon-docs on an app with `application-template-wrapper` set to `false` (which is default in octane), the app styles don't work well. See below: https://github.com/ember-learn/ember-cli-addon-docs/blob/75742729ec9443e653ad9383c0fbdafb1b404ef0/addon/styles/addon.scss#L51-L58 This is simple to fix,...

Pursuant to [this comment](https://github.com/ember-learn/ember-cli-addon-docs/pull/435#issuecomment-565157534) from @samselikoff , I have been attempting to modify the build process to optionally include Tailwind's base/preflight styles. This PR makes an attempt at this. While...

Currently, if you run on Travis and leave `addon-docs.js` empty it will just work because it [falls back to `process.env.TRAVIS_BRANCH`](https://github.com/ember-learn/ember-cli-addon-docs/blob/731830a208e6a36562a4639867439649720a032a/lib/config.js#L32) to grab the correct `getVersionPath` We should allow the same...