-
Breaking change: You now must always pass the file extension into the DocsSnippet component: {{docs-snippet name='foo.js'}}
-
Addon docs now works in Fastboot
And more bug fixes.
Bug fixes.
Style tweaks.
More style updates. Updates:
- Use
docs-linkanywhere in your MD files where you were usinglink-to, as we now style by class rather than descendents.
First release! We can start tracking "breaking" changes before 1.0.
If you were already using addon docs, this release
-
Removes the global app navbar. You can see how we're using it in this dummy app - just move
{{docs-navbar}}fromapplication.hbstoindex.hbs. -
Updates the design of the docs-viewer, to include the project name & version. This data is inferred from your project's
package.json.