You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes it possible to separate your docs application from your addon's dummy app. Fixes#383.
The way it works is:
- you're still required to keep both the addon and the docs app in the same repo (so we don't need to worry about separately versioning each)
- but they can be peers or subdirectories of each other
- in your docs application you add ember-cli-addon-docs
- in your docs application you must set the `documentingAddonAt` option to point at the path of the actual addon.
As a side-effect of refactoring the way "Edit this page" links work, I think I also fixed them for API-docs pages in all addon docs sites (not just ones using this new architecture).
0 commit comments