Skip to content

Commit

Permalink
Fixes #21030: Mark 7.1 as released in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Apr 26, 2022
1 parent 3b58a15 commit 069643e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 "7.1") }}
{{~#if (eq ./version "7.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">Rudder language</span>
<ul class="versions">
<li class="version">
<a href="https://docs.rudder.io/language/7.1/">7.1-beta</a>
<a href="https://docs.rudder.io/language/7.1/">7.1</a>
</li>
<li class="version is-latest">
<a href="https://docs.rudder.io/language/7.0/">7.0</a>
Expand All @@ -46,7 +46,7 @@
<span class="title">Public API reference</span>
<ul class="versions">
<li class="version">
<a href="https://docs.rudder.io/api/v/15/">7.1-beta (v15)</a>
<a href="https://docs.rudder.io/api/v/15/">7.1 (v15)</a>
</li>
<li class="version is-latest">
<a href="https://docs.rudder.io/api/v/14/">7.0 (v14)</a>
Expand Down Expand Up @@ -80,7 +80,7 @@
{{#if (eq this.name "reference")}}
{{#each ./versions}}
<li class="version {{~#if (eq this ../latestVersion)}} is-latest{{/if}}">
{{~#if (eq ./version "7.1") }}
{{~#if (eq ./version "7.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 "7.1") }}
{{~#if (eq page.componentVersion.version "7.2") }}
<div class="banner-warning warning-beta">
<span class="icon-warning"></span>
This version is under development
Expand Down

0 comments on commit 069643e

Please sign in to comment.