Open frangio opened 4 years ago
Some users are visiting the docs for older versions of a project when they are actually interested in the latest version. We can have a banner at the top of older versions reminding people that they're not looking at the latest version.
This should probably be added in article.hbs using something like:
article.hbs
{{#unless (eq @root.page.componentVersion.version @root.page.component.latestVersion.version)}} <!-- banner --> {{/unless}}
Some users are visiting the docs for older versions of a project when they are actually interested in the latest version. We can have a banner at the top of older versions reminding people that they're not looking at the latest version.