From ccd73eaff911429e20be2199ea9ba3678eaa61e8 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Mon, 16 Oct 2023 12:04:08 +0200 Subject: [PATCH] Fixes #23575: Mark 8.0 as final in the docs --- rudder-theme/src/partials/navigation-explore.hbs | 6 +++--- rudder-theme/src/partials/toolbar.hbs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rudder-theme/src/partials/navigation-explore.hbs b/rudder-theme/src/partials/navigation-explore.hbs index 56ba4761..ad8568ee 100644 --- a/rudder-theme/src/partials/navigation-explore.hbs +++ b/rudder-theme/src/partials/navigation-explore.hbs @@ -14,7 +14,7 @@
  • - {{~#if (eq ./version "8.0") }} + {{~#if (eq ./version "8.1") }} {{./version}}-beta {{else}} {{./version}} @@ -34,7 +34,7 @@ YAML techniques
  • @@ -68,7 +68,7 @@ {{#if (eq this.name "reference")}} {{#each ./versions}}
  • - {{~#if (eq ./version "8.0") }} + {{~#if (eq ./version "8.1") }} {{./version}}-beta {{else}} {{./version}} diff --git a/rudder-theme/src/partials/toolbar.hbs b/rudder-theme/src/partials/toolbar.hbs index cb80e11d..44cc39a9 100644 --- a/rudder-theme/src/partials/toolbar.hbs +++ b/rudder-theme/src/partials/toolbar.hbs @@ -1,4 +1,4 @@ -{{~#if (eq page.componentVersion.version "8.0") }} +{{~#if (eq page.componentVersion.version "8.1") }}