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
[ BREAKING ] If you have any config for ember-router-scroll in your dummy app's config/environment, you can remove it. (The <body> element is the only scrollable element now.)
[ BREAKING ] Renames {{docs-navbar}} to {{docs-header}}
The navigation section of {{docs-viewer}} has a new contextual component {{viewer.section}} that you should use to group your guides. (The nav layout was designed to expect a section for the first item). See the docs for example usage.
[ BREAKING ] Removes yield for alt-logo in docs-hero. The block below the byline is now yielded. (We will introduce a new api for custom project logos later).
Adds style arg to docs-hero which can be "light" or "dark". Defaults to "light".