Can we do this?
https://gitlab.com/antora/antora/-/issues/612
That includes:
{{#unless (eq page.componentVersion page.component.latest)}} <div class="article-banner"> {{#if page.componentVersion.prerelease}} <p>You are viewing the documentation for a prerelease version.</p> {{else}} <p>A newer version of this documentation is available.</p> {{/if}} <a class="btn" href="{{relativize page.latest.url}}">View Latest</a> </div> {{/unless}}
... but I'm not quite sure where that would go!
Also, is it possible to have a stable link to the latest non-rawhide version of something? (Like, the release notes?)