Update menu bar
diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md index 059b27e..089eafa 100644 --- a/website/src/site/markdown/index.md +++ b/website/src/site/markdown/index.md
@@ -77,6 +77,10 @@ Apache Helix has a new release: +* [2.0.1](./2.0.1-docs/index.html) - A patch release on top of 2.0.0 with Helix REST hardening, bug fixes, and dependency updates + + [\[Quick Start\]](./2.0.1-docs/Quickstart.html) [\[Release Notes\]](./2.0.1-docs/releasenotes/release-2.0.1.html) + * [1.4.3](./1.4.3-docs/index.html) - A release containing minor fixes for instance operation and task framework [\[Quick Start\]](./1.4.3-docs/Quickstart.html) [\[Release Notes\]](./1.4.3-docs/releasenotes/release-1.4.3.html) @@ -91,6 +95,8 @@ ### Download +<a href="./2.0.1-docs/download.html" class="btn btn-primary btn-small">2.0.1</a> + <a href="./1.4.3-docs/download.html" class="btn btn-primary btn-small">1.4.3</a> <a href="./1.3.2-docs/download.html" class="btn btn-primary btn-small">1.3.2</a> @@ -103,7 +109,7 @@ <dependency> <groupId>org.apache.helix</groupId> <artifactId>helix-core</artifactId> - <version>1.4.3</version> + <version>2.0.1</version> </dependency> ``` @@ -116,6 +122,6 @@ ``` git clone https://github.com/apache/helix.git cd helix -git checkout helix-1.4.3 +git checkout helix-2.0.1 mvn install package -DskipTests ```
diff --git a/website/src/site/site.xml b/website/src/site/site.xml index f93cc7a..3115b42 100644 --- a/website/src/site/site.xml +++ b/website/src/site/site.xml
@@ -56,18 +56,18 @@ </menu> <menu name="Documentation"> - <item name="2.0.0" href="./2.0.0-docs/index.html"/> + <item name="2.0.1" href="./2.0.1-docs/index.html"/> <item name="1.4.3" href="./1.4.3-docs/index.html"/> <item name="1.3.2" href="./1.3.2-docs/index.html"/> <item name="0.9.10 (0.9.9)" href="./0.9.9-docs/index.html"/> <item name="trunk" href="./trunk-docs/index.html"/> </menu> - <menu name="Helix 2.0.0"> - <item name="Documentation" href="./2.0.0-docs/index.html"/> - <item name="Quick Start" href="./2.0.0-docs/Quickstart.html"/> - <item name="Tutorial" href="./2.0.0-docs/Tutorial.html"/> - <item name="Download" href="./2.0.0-docs/download.html"/> + <menu name="Helix 2.0.1"> + <item name="Documentation" href="./2.0.1-docs/index.html"/> + <item name="Quick Start" href="./2.0.1-docs/Quickstart.html"/> + <item name="Tutorial" href="./2.0.1-docs/Tutorial.html"/> + <item name="Download" href="./2.0.1-docs/download.html"/> </menu> <menu name="Helix 1.4.3"> @@ -155,7 +155,7 @@ <slogan>A cluster management framework for partitioned and replicated distributed resources</slogan> <bottomNav> <column>Learn</column> - <column>Documentation|Helix 2.0.0|Helix 1.4.3|Helix 1.3.2|Helix 0.9.10</column> + <column>Documentation|Helix 2.0.1|Helix 1.4.3|Helix 1.3.2|Helix 0.9.10</column> <column>Get Involved</column> <column>ASF</column> </bottomNav>