Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #24705: Prepare doc for 8.1 release #1030

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions rudder-theme/src/partials/navigation-explore.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li class="version
{{~#if (and (eq ../this @root.page.component) (eq this @root.page.componentVersion))}} is-current{{/if~}}
{{~#if (eq this ../latestVersion)}} is-latest{{/if}}">
{{~#if (eq ./version "8.1") }}
{{~#if (eq ./version "8.2") }}
<a href="{{{relativize @root.page.url ./url}}}">{{./version}}-beta</a>
{{else}}
<a href="{{{relativize @root.page.url ./url}}}">{{./version}}</a>
Expand All @@ -34,7 +34,7 @@
<span class="title">YAML techniques</span>
<ul class="versions">
<li class="version">
<a href="https://docs.rudder.io/techniques/8.1/">8.1-beta</a>
<a href="https://docs.rudder.io/techniques/8.1/">8.1</a>
</li>
<li class="version is-latest">
<a href="https://docs.rudder.io/techniques/8.0/">8.0</a>
Expand All @@ -45,7 +45,7 @@
<span class="title">Public API reference</span>
<ul class="versions">
<li class="version">
<a href="https://docs.rudder.io/api/v/19/">8.1-beta (v19)</a>
<a href="https://docs.rudder.io/api/v/19/">8.1 (v19)</a>
</li>
<li class="version">
<a href="https://docs.rudder.io/api/v/18/">8.0 (v18)</a>
Expand Down Expand Up @@ -74,7 +74,7 @@
{{#if (eq this.name "reference")}}
{{#each ./versions}}
<li class="version {{~#if (eq this ../latestVersion)}} is-latest{{/if}}">
{{~#if (eq ./version "8.1") }}
{{~#if (eq ./version "8.2") }}
<a href="{{@root.site.url}}/changelogs/{{./version}}/index.html">{{./version}}-beta</a>
{{else}}
<a href="{{@root.site.url}}/changelogs/{{./version}}/index.html">{{./version}}</a>
Expand Down
2 changes: 1 addition & 1 deletion rudder-theme/src/partials/toolbar.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{~#if (eq page.componentVersion.version "8.1") }}
{{~#if (eq page.componentVersion.version "8.2") }}
<div class="banner-warning warning-beta">
<span class="icon-warning"></span>
This version is under development
Expand Down