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 62097fa Update Menu Bar
62097fa is described below
commit 62097fae6bb4e52aebcc0ddea4f52e665712b24a
Author: Junkai Xue <[email protected]>
AuthorDate: Wed Sep 1 11:36:04 2021 -0700
Update Menu Bar
---
website/src/site/markdown/index.md | 10 +++++-----
website/src/site/resources/.htaccess | 1 +
website/src/site/site.xml | 13 +++++++------
3 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/website/src/site/markdown/index.md
b/website/src/site/markdown/index.md
index c8ec9a0..afea5cb 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.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
+* [1.0.2](./1.0.2-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.1-docs/Quickstart.html) [\[Release
Notes\]](./1.0.1-docs/releasenotes/release-1.0.1.html)
+ [\[Quick Start\]](./1.0.2-docs/Quickstart.html) [\[Release
Notes\]](./1.0.2-docs/releasenotes/release-1.0.2.html)
* [0.9.8](./0.9.8-docs/index.html) - A release with several critical bug
fixing for 0.9 series release
@@ -87,7 +87,7 @@ Apache Helix has a new release:
### Download
-<a href="./1.0.1-docs/download.html" class="btn btn-primary
btn-small">1.0.1</a>
+<a href="./1.0.2-docs/download.html" class="btn btn-primary
btn-small">1.0.2</a>
<a href="./0.9.8-docs/download.html" class="btn btn-primary
btn-small">0.9.8</a>
@@ -97,7 +97,7 @@ Apache Helix has a new release:
<dependency>
<groupId>org.apache.helix</groupId>
<artifactId>helix-core</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</dependency>
```
@@ -108,6 +108,6 @@ Requirements: JDK 1.8+, Maven 3.5.0+
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout helix-1.0.1
+git checkout helix-1.0.2
mvn install package -DskipTests
```
diff --git a/website/src/site/resources/.htaccess
b/website/src/site/resources/.htaccess
index c878324..671f4e3 100644
--- a/website/src/site/resources/.htaccess
+++ b/website/src/site/resources/.htaccess
@@ -41,3 +41,4 @@ Redirect /0.9.7-docs/download.html /0.9.7-docs/download.cgi
Redirect /0.9.8-docs/download.html /0.9.8-docs/download.cgi
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
+Redirect /1.0.2-docs/download.html /1.0.2-docs/download.cgi
\ No newline at end of file
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index c35f79a..db2c6cb 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -65,6 +65,7 @@
</menu>
<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="1.0.0 (deprecated)" href="./1.0.0-docs/index.html"/>
<item name="0.9.8" href="./0.9.8-docs/index.html"/>
@@ -91,11 +92,11 @@
<item name="trunk" href="./trunk-docs/index.html"/>
</menu>
- <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 name="Helix 1.0.2">
+ <item name="Documentation" href="./1.0.2-docs/index.html"/>
+ <item name="Quick Start" href="./1.0.2-docs/Quickstart.html"/>
+ <item name="Tutorial" href="./1.0.2-docs/Tutorial.html"/>
+ <item name="Download" href="./1.0.2-docs/download.html"/>
</menu>
<menu name="Helix 0.9.8">
@@ -160,7 +161,7 @@
<slogan>A cluster management framework for partitioned and replicated
distributed resources</slogan>
<bottomNav>
<column>Learn</column>
- <column>Documentation|Helix 1.0.1|Helix 0.9.8</column>
+ <column>Documentation|Helix 1.0.2|Helix 0.9.8</column>
<column>Get Involved</column>
<column>ASF</column>
</bottomNav>