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 0a2ef3f  Update the menu bar
0a2ef3f is described below

commit 0a2ef3fa2ebd46d638db377beb26162580159349
Author: Junkai Xue <[email protected]>
AuthorDate: Wed Jul 29 11:50:54 2020 -0700

    Update the menu bar
---
 website/src/site/markdown/index.md   |  4 ++--
 website/src/site/resources/.htaccess |  3 ++-
 website/src/site/site.xml            | 13 +++++++------
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/website/src/site/markdown/index.md 
b/website/src/site/markdown/index.md
index 750c6e9..cf83915 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -77,9 +77,9 @@ Modeling a distributed system as a state machine with 
constraints on states and
 
 Apache Helix has a new release:
 
-* [1.0.0](./1.0.0-docs/index.html) - A release containing multiple major 
features such as ZooScalability, Cloud Support, Customized View, WAGED 
Rebalancer and Distributed Lock
+* [1.0.1](./1.0.1-docs/index.html) - A release containing multiple major 
features such as ZooScalability, Cloud Support, Customized View, WAGED 
Rebalancer and Distributed Lock
 
-    [\[Quick Start\]](./1.0.0-docs/Quickstart.html) [\[Release 
Notes\]](./1.0.0-docs/releasenotes/release-1.0.0.html)
+    [\[Quick Start\]](./1.0.1-docs/Quickstart.html) [\[Release 
Notes\]](./1.0.1-docs/releasenotes/release-1.0.1.html)
 
 * [0.9.7](./0.9.7-docs/index.html) - A release with several critical bug 
fixing for 0.9 series release
 
diff --git a/website/src/site/resources/.htaccess 
b/website/src/site/resources/.htaccess
index 0d9f730..a1a701d 100644
--- a/website/src/site/resources/.htaccess
+++ b/website/src/site/resources/.htaccess
@@ -38,4 +38,5 @@ Redirect /0.9.0-docs/download.html /0.9.0-docs/download.cgi
 Redirect /0.9.1-docs/download.html /0.9.1-docs/download.cgi
 Redirect /0.9.4-docs/download.html /0.9.4-docs/download.cgi
 Redirect /0.9.7-docs/download.html /0.9.7-docs/download.cgi
-Redirect /1.0.0-docs/download.html /1.0.0-docs/download.cgi
\ No newline at end of file
+Redirect /1.0.0-docs/download.html /1.0.0-docs/download.cgi
+Redirect /1.0.1-docs/download.html /1.0.1-docs/download.cgi
\ No newline at end of file
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index b66089b..18ea0b2 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -63,6 +63,7 @@
     </menu>
 
     <menu name="Documentation">
+      <item name="1.0.1" href="./1.0.1-docs/index.html"/>
       <item name="1.0.0 (deprecated)" href="./1.0.0-docs/index.html"/>
       <item name="0.9.7 (stable)" href="./0.9.7-docs/index.html"/>
       <item name="0.9.4" href="./0.9.4-docs/index.html"/>
@@ -87,11 +88,11 @@
       <item name="trunk" href="./trunk-docs/index.html"/>
     </menu>
 
-    <menu name="Helix 1.0.0">
-      <item name="Documentation" href="./1.0.0-docs/index.html"/>
-      <item name="Quick Start" href="./1.0.0-docs/Quickstart.html"/>
-      <item name="Tutorial" href="./1.0.0-docs/Tutorial.html"/>
-      <item name="Download" href="./1.0.0-docs/download.html"/>
+    <menu name="Helix 1.0.1">
+      <item name="Documentation" href="./1.0.1-docs/index.html"/>
+      <item name="Quick Start" href="./1.0.1-docs/Quickstart.html"/>
+      <item name="Tutorial" href="./1.0.1-docs/Tutorial.html"/>
+      <item name="Download" href="./1.0.1-docs/download.html"/>
     </menu>
 
     <menu name="Helix 0.9.7">
@@ -156,7 +157,7 @@
       <slogan>A cluster management framework for partitioned and replicated 
distributed resources</slogan>
       <bottomNav>
         <column>Learn</column>
-        <column>Documentation|Helix 1.0.0|Helix 0.9.7</column>
+        <column>Documentation|Helix 1.0.1|Helix 0.9.7</column>
         <column>Get Involved</column>
         <column>ASF</column>
       </bottomNav>

Reply via email to