You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2021/11/21 21:16:10 UTC

[helix] branch master updated: Add 0.9.9 to menu bar

This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new ee6994e  Add 0.9.9 to menu bar
ee6994e is described below

commit ee6994e5c1d3780a9f25f1219cfd91757c3cb4bb
Author: Junkai Xue <jx...@linkedin.com>
AuthorDate: Sun Nov 21 13:15:56 2021 -0800

    Add 0.9.9 to menu bar
---
 website/src/site/site.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index c59bf13..d97aac6 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -67,6 +67,7 @@
     <menu name="Documentation">
       <item name="1.0.2" href="./1.0.2-docs/index.html"/>
       <item name="1.0.1" href="./1.0.1-docs/index.html"/>
+      <item name="0.9.9" href="./0.9.9-docs/index.html"/>
       <item name="0.9.8" href="./0.9.8-docs/index.html"/>
       <item name="trunk" href="./trunk-docs/index.html"/>
     </menu>
@@ -78,11 +79,11 @@
       <item name="Download" href="./1.0.2-docs/download.html"/>
     </menu>
 
-    <menu name="Helix 0.9.8">
-      <item name="Documentation" href="./0.9.8-docs/index.html"/>
-      <item name="Quick Start" href="./0.9.8-docs/Quickstart.html"/>
-      <item name="Tutorial" href="./0.9.8-docs/Tutorial.html"/>
-      <item name="Download" href="./0.9.8-docs/download.html"/>
+    <menu name="Helix 0.9.9">
+      <item name="Documentation" href="./0.9.9-docs/index.html"/>
+      <item name="Quick Start" href="./0.9.9-docs/Quickstart.html"/>
+      <item name="Tutorial" href="./0.9.9-docs/Tutorial.html"/>
+      <item name="Download" href="./0.9.9-docs/download.html"/>
     </menu>
 
     <menu name="Get Involved">
@@ -140,7 +141,7 @@
       <slogan>A cluster management framework for partitioned and replicated distributed resources</slogan>
       <bottomNav>
         <column>Learn</column>
-        <column>Documentation|Helix 1.0.2|Helix 0.9.8</column>
+        <column>Documentation|Helix 1.0.2|Helix 0.9.9</column>
         <column>Get Involved</column>
         <column>ASF</column>
       </bottomNav>