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 1d5e197  Update main page
1d5e197 is described below

commit 1d5e197fb4cacaa1f54b7224667890fe58d72c6a
Author: Junkai Xue <[email protected]>
AuthorDate: Mon May 18 12:56:43 2020 -0700

    Update main page
---
 website/src/site/markdown/index.md   |  6 +++---
 website/src/site/resources/.htaccess |  1 +
 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 f649115..750c6e9 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -81,15 +81,15 @@ Apache Helix has a new release:
 
     [\[Quick Start\]](./1.0.0-docs/Quickstart.html) [\[Release 
Notes\]](./1.0.0-docs/releasenotes/release-1.0.0.html)
 
-* [0.9.4](./0.9.4-docs/index.html) - A release with several critical bug 
fixing for 0.9 series release
+* [0.9.7](./0.9.7-docs/index.html) - A release with several critical bug 
fixing for 0.9 series release
 
-    [\[Quick Start\]](./0.9.4-docs/Quickstart.html) [\[Release 
Notes\]](./0.9.4-docs/releasenotes/release-0.9.4.html)
+    [\[Quick Start\]](./0.9.7-docs/Quickstart.html) [\[Release 
Notes\]](./0.9.7-docs/releasenotes/release-0.9.4.html)
 
 ### Download
 
 <a href="./1.0.0-docs/download.html" class="btn btn-primary 
btn-small">1.0.0</a>
 
-<a href="./0.9.4-docs/download.html" class="btn btn-primary 
btn-small">0.9.4</a>
+<a href="./0.9.7-docs/download.html" class="btn btn-primary 
btn-small">0.9.7</a>
 
 ### Maven Dependency
 
diff --git a/website/src/site/resources/.htaccess 
b/website/src/site/resources/.htaccess
index d5b2131..0d9f730 100644
--- a/website/src/site/resources/.htaccess
+++ b/website/src/site/resources/.htaccess
@@ -37,4 +37,5 @@ Redirect /0.8.4-docs/download.html /0.8.4-docs/download.cgi
 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
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 46f7658..8648021 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -64,6 +64,7 @@
 
     <menu name="Documentation">
       <item name="1.0.0 (stable)" href="./1.0.0-docs/index.html"/>
+      <item name="0.9.7" href="./0.9.7-docs/index.html"/>
       <item name="0.9.4" href="./0.9.4-docs/index.html"/>
       <item name="0.9.1" href="./0.9.1-docs/index.html"/>
       <item name="0.9.0" href="./0.9.0-docs/index.html"/>
@@ -93,11 +94,11 @@
       <item name="Download" href="./1.0.0-docs/download.html"/>
     </menu>
 
-    <menu name="Helix 0.9.4">
-      <item name="Documentation" href="./0.9.4-docs/index.html"/>
-      <item name="Quick Start" href="./0.9.4-docs/Quickstart.html"/>
-      <item name="Tutorial" href="./0.9.4-docs/Tutorial.html"/>
-      <item name="Download" href="./0.9.4-docs/download.html"/>
+    <menu name="Helix 0.9.7">
+      <item name="Documentation" href="./0.9.7-docs/index.html"/>
+      <item name="Quick Start" href="./0.9.7-docs/Quickstart.html"/>
+      <item name="Tutorial" href="./0.9.7-docs/Tutorial.html"/>
+      <item name="Download" href="./0.9.7-docs/download.html"/>
     </menu>
 
     <menu name="Get Involved">
@@ -155,7 +156,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.4</column>
+        <column>Documentation|Helix 1.0.0|Helix 0.9.7</column>
         <column>Get Involved</column>
         <column>ASF</column>
       </bottomNav>

Reply via email to