Repository: helix
Updated Branches:
  refs/heads/master 1f8566b35 -> 1613bd426


Update menu bar for 0.8.0


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/1613bd42
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/1613bd42
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/1613bd42

Branch: refs/heads/master
Commit: 1613bd426b9de3cd5396a9af3ca8529e4196d746
Parents: 1f8566b
Author: Junkai Xue <j...@linkedin.com>
Authored: Fri Feb 2 11:10:03 2018 -0800
Committer: Junkai Xue <j...@linkedin.com>
Committed: Fri Feb 2 11:10:32 2018 -0800

----------------------------------------------------------------------
 website/src/site/markdown/index.md    | 10 +++++-----
 website/src/site/resources/.htaccess  |  1 +
 website/src/site/site.xml             | 15 ++++++++-------
 website/src/site/xdoc/download.xml.vm |  2 +-
 4 files changed, 15 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/1613bd42/website/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/index.md 
b/website/src/site/markdown/index.md
index 02bb8f3..5768720 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 two new releases:
 
-* [0.6.9](./0.6.9-docs/index.html) - A release that includes stability 
improvements.
+* [0.8.0](./0.8.0-docs/index.html) - A release that includes helix REST 2.0, 
helix UI and performance improvement backward compatible with 0.6.x.
 
-    [\[Quick Start\]](./0.6.9-docs/Quickstart.html) [\[Release 
Notes\]](./releasenotes/release-0.6.9.html)
+    [\[Quick Start\]](./0.8.0-docs/Quickstart.html) [\[Release 
Notes\]](./releasenotes/release-0.8.0.html)
 
 * [0.7.1 (beta)](./0.7.1-docs/index.html) - A release that includes YARN 
integration, ad-hoc task management, and performant IPC.
 
@@ -87,7 +87,7 @@ Apache Helix has two new releases:
 
 ### Download
 
-<a href="./0.6.9-docs/download.html" class="btn btn-primary 
btn-small">0.6.9</a>
+<a href="./0.8.0-docs/download.html" class="btn btn-primary 
btn-small">0.8.0</a>
 
 <a href="./0.7.1-docs/download.html" class="btn btn-primary btn-small">0.7.1 
(beta)</a>
 
@@ -97,7 +97,7 @@ Apache Helix has two new releases:
 <dependency>
   <groupId>org.apache.helix</groupId>
   <artifactId>helix-core</artifactId>
-  <version>0.6.9</version>
+  <version>0.8.0</version>
 </dependency>
 ```
 
@@ -108,6 +108,6 @@ Requirements: JDK 1.6+, Maven 2.0.8+
 ```
 git clone https://git-wip-us.apache.org/repos/asf/helix.git
 cd helix
-git checkout helix-0.6.9
+git checkout helix-0.8.0
 mvn install package -DskipTests
 ```

http://git-wip-us.apache.org/repos/asf/helix/blob/1613bd42/website/src/site/resources/.htaccess
----------------------------------------------------------------------
diff --git a/website/src/site/resources/.htaccess 
b/website/src/site/resources/.htaccess
index 9e849af..1b6842a 100644
--- a/website/src/site/resources/.htaccess
+++ b/website/src/site/resources/.htaccess
@@ -29,3 +29,4 @@ Redirect /0.6.7-docs/download.html /0.6.7-docs/download.cgi
 Redirect /0.6.8-docs/download.html /0.6.8-docs/download.cgi
 Redirect /0.6.9-docs/download.html /0.6.9-docs/download.cgi
 Redirect /0.7.1-docs/download.html /0.7.1-docs/download.cgi
+Redirect /0.8.0-docs/download.html /0.8.0-docs/download.cgi
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/helix/blob/1613bd42/website/src/site/site.xml
----------------------------------------------------------------------
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 579276f..bbb9188 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -65,8 +65,9 @@
     </menu>
 
     <menu name="Documentation">
-      <item name="0.6.9 (stable)" href="./0.6.9-docs/index.html"/>
+      <item name="0.8.0 (stable)" href="./0.8.0-docs/index.html"/>
       <item name="0.7.1 (beta)" href="./0.7.1-docs/index.html"/>
+      <item name="0.6.9" href="./0.6.9-docs/index.html"/>
       <item name="0.6.8" href="./0.6.8-docs/index.html"/>
       <item name="0.6.7" href="./0.6.7-docs/index.html"/>
       <item name="0.6.6" href="./0.6.6-docs/index.html"/>
@@ -79,11 +80,11 @@
       <item name="trunk" href="./trunk-docs/index.html"/>
     </menu>
 
-    <menu name="Helix 0.6.9">
-      <item name="Documentation" href="./0.6.9-docs/index.html"/>
-      <item name="Quick Start" href="./0.6.9-docs/Quickstart.html"/>
-      <item name="Tutorial" href="./0.6.9-docs/Tutorial.html"/>
-      <item name="Download" href="./0.6.9-docs/download.html"/>
+    <menu name="Helix 0.8.0">
+      <item name="Documentation" href="./0.8.0-docs/index.html"/>
+      <item name="Quick Start" href="./0.8.0-docs/Quickstart.html"/>
+      <item name="Tutorial" href="./0.8.0-docs/Tutorial.html"/>
+      <item name="Download" href="./0.8.0-docs/download.html"/>
     </menu>
 
     <menu name="Helix 0.7.1 (beta)">
@@ -148,7 +149,7 @@
       <slogan>A cluster management framework for partitioned and replicated 
distributed resources</slogan>
       <bottomNav>
         <column>Learn</column>
-        <column>Documentation|Helix 0.6.9|Helix 0.7.1 (beta)</column>
+        <column>Documentation|Helix 0.8.0|Helix 0.7.1 (beta)</column>
         <column>Get Involved</column>
         <column>ASF</column>
       </bottomNav>

http://git-wip-us.apache.org/repos/asf/helix/blob/1613bd42/website/src/site/xdoc/download.xml.vm
----------------------------------------------------------------------
diff --git a/website/src/site/xdoc/download.xml.vm 
b/website/src/site/xdoc/download.xml.vm
index 09f693a..fc800bc 100644
--- a/website/src/site/xdoc/download.xml.vm
+++ b/website/src/site/xdoc/download.xml.vm
@@ -44,7 +44,7 @@ under the License.
     </section>
 
     <section name="Current Release">
-      <p>Release date: 10/08/2017 </p>
+      <p>Release date: 02/01/2018 </p>
       <p><a 
href="releasenotes/release-${currentRelease}.html">${currentRelease} Release 
notes</a></p>
       <a name="mirror"/>
       <subsection name="Mirror">

Reply via email to