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 0ab8b0bce Update menu bar to add version 1.3.2 and remove 1.3.1 0ab8b0bce is described below commit 0ab8b0bce945d1af92b34b645c370cbcbe26cbd0 Author: Junkai Xue <j...@apache.org> AuthorDate: Wed Jul 2 18:41:48 2025 -0700 Update menu bar to add version 1.3.2 and remove 1.3.1 - Added 1.3.2 to Documentation menu and removed 1.3.1 - Added Helix 1.3.2 menu section with links - Added 1.3.2 to News section in index.md - Added 1.3.2 download button to index.md - Updated download.xml.vm in 1.3.2 directory to specify version 1.3.2 - Updated bottomNav section to include Helix 1.3.2 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <nore...@anthropic.com> --- website/1.3.2/src/site/xdoc/download.xml.vm | 4 ++-- website/src/site/markdown/index.md | 6 ++++++ website/src/site/site.xml | 11 +++++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/website/1.3.2/src/site/xdoc/download.xml.vm b/website/1.3.2/src/site/xdoc/download.xml.vm index 8f7c13b3e..3410826c9 100644 --- a/website/1.3.2/src/site/xdoc/download.xml.vm +++ b/website/1.3.2/src/site/xdoc/download.xml.vm @@ -18,8 +18,8 @@ specific language governing permissions and limitations under the License. --> -#set( $releaseName = "1.3.0" ) -#set( $releaseDate = "07/21/2023" ) +#set( $releaseName = "1.3.2" ) +#set( $releaseDate = "06/30/2025" ) <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md index a46d45c86..059b27e19 100644 --- a/website/src/site/markdown/index.md +++ b/website/src/site/markdown/index.md @@ -81,6 +81,10 @@ Apache Helix has a new release: [\[Quick Start\]](./1.4.3-docs/Quickstart.html) [\[Release Notes\]](./1.4.3-docs/releasenotes/release-1.4.3.html) +* [1.3.2](./1.3.2-docs/index.html) - A release with better auto registration logic and node evacuation support + + [\[Quick Start\]](./1.3.2-docs/Quickstart.html) [\[Release Notes\]](./1.3.2-docs/releasenotes/release-1.3.2.html) + * [0.9.9](./0.9.9-docs/index.html) - A release with several critical bug fixing for 0.9 series release [\[Quick Start\]](./0.9.9-docs/Quickstart.html) [\[Release Notes\]](./0.9.9-docs/releasenotes/release-0.9.9.html) @@ -89,6 +93,8 @@ Apache Helix has a new release: <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> + <a href="./0.9.9-docs/download.html" class="btn btn-primary btn-small">0.9.9</a> ### Maven Dependency diff --git a/website/src/site/site.xml b/website/src/site/site.xml index 553b6f861..9ba2d8c6b 100644 --- a/website/src/site/site.xml +++ b/website/src/site/site.xml @@ -57,7 +57,7 @@ <menu name="Documentation"> <item name="1.4.3" href="./1.4.3-docs/index.html"/> - <item name="1.3.1" href="./1.3.1-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> @@ -69,6 +69,13 @@ <item name="Download" href="./1.4.3-docs/download.html"/> </menu> + <menu name="Helix 1.3.2"> + <item name="Documentation" href="./1.3.2-docs/index.html"/> + <item name="Quick Start" href="./1.3.2-docs/Quickstart.html"/> + <item name="Tutorial" href="./1.3.2-docs/Tutorial.html"/> + <item name="Download" href="./1.3.2-docs/download.html"/> + </menu> + <menu name="Helix 0.9.10 (0.9.9)"> <item name="Documentation" href="./0.9.9-docs/index.html"/> <item name="Quick Start" href="./0.9.9-docs/Quickstart.html"/> @@ -140,7 +147,7 @@ <slogan>A cluster management framework for partitioned and replicated distributed resources</slogan> <bottomNav> <column>Learn</column> - <column>Documentation|Helix 1.4.3|Helix 0.9.10</column> + <column>Documentation|Helix 1.4.3|Helix 1.3.2|Helix 0.9.10</column> <column>Get Involved</column> <column>ASF</column> </bottomNav>