Skip to content

Commit

Permalink
update menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
junkaixue committed Nov 30, 2024
1 parent d8366de commit c6c21ea
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion website/0.9.9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>website</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>0.9.9-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion website/1.3.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>website</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>1.3.1-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion website/1.4.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>website</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
</parent>

<artifactId>1.4.2-docs</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand All @@ -47,12 +47,11 @@
<modules>
<module>0.9.9</module>
<module>1.3.1</module>
<module>1.4.1</module>
<module>1.4.2</module>
</modules>

<properties>
<revision>1.4.1-SNAPSHOT</revision>
<revision>1.4.3-SNAPSHOT</revision>
<!-- for svnpubsub site deployment -->
<!-- you can use javasvn too -->
<svnImpl>svn</svnImpl>
Expand Down
10 changes: 5 additions & 5 deletions website/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ Modeling a distributed system as a state machine with constraints on states and

Apache Helix has a new release:

* [1.4.1](./1.4.1-docs/index.html) - A release containing fixes and other improvements
* [1.4.2](./1.4.2-docs/index.html) - A release containing generic metadata client release + fixes

[\[Quick Start\]](./1.4.1-docs/Quickstart.html) [\[Release Notes\]](./1.4.1-docs/releasenotes/release-1.4.1.html)
[\[Quick Start\]](./1.4.2-docs/Quickstart.html) [\[Release Notes\]](./1.4.2-docs/releasenotes/release-1.4.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)

### Download

<a href="./1.4.1-docs/download.html" class="btn btn-primary btn-small">1.4.1</a>
<a href="./1.4.2-docs/download.html" class="btn btn-primary btn-small">1.4.2</a>

<a href="./0.9.9-docs/download.html" class="btn btn-primary btn-small">0.9.9</a>

Expand All @@ -97,7 +97,7 @@ Apache Helix has a new release:
<dependency>
<groupId>org.apache.helix</groupId>
<artifactId>helix-core</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</dependency>
```

Expand All @@ -110,6 +110,6 @@ Requirements: JDK 11, Maven 3.6.0+ for 1.2.0+
```
git clone https://github.com/apache/helix.git
cd helix
git checkout helix-1.4.1
git checkout helix-1.4.2
mvn install package -DskipTests
```
2 changes: 1 addition & 1 deletion website/src/site/resources/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

Redirect /download.html /download.cgi
Redirect /0.9.9-docs/download.html /0.9.9-docs/download.cgi
Redirect /1.4.0-docs/download.html /1.4.0-docs/download.cgi
Redirect /1.4.2-docs/download.html /1.4.2-docs/download.cgi
Redirect /1.4.1-docs/download.html /1.4.1-docs/download.cgi
14 changes: 7 additions & 7 deletions website/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
</menu>

<menu name="Documentation">
<item name="1.4.1" href="./1.4.1-docs/index.html"/>
<item name="1.4.2" href="./1.4.2-docs/index.html"/>
<item name="1.3.1" href="./1.3.1-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 1.4.1">
<item name="Documentation" href="./1.4.1-docs/index.html"/>
<item name="Quick Start" href="./1.4.1-docs/Quickstart.html"/>
<item name="Tutorial" href="./1.4.1-docs/Tutorial.html"/>
<item name="Download" href="./1.4.1-docs/download.html"/>
<menu name="Helix 1.4.2">
<item name="Documentation" href="./1.4.2-docs/index.html"/>
<item name="Quick Start" href="./1.4.2-docs/Quickstart.html"/>
<item name="Tutorial" href="./1.4.2-docs/Tutorial.html"/>
<item name="Download" href="./1.4.2-docs/download.html"/>
</menu>

<menu name="Helix 0.9.10 (0.9.9)">
Expand Down Expand Up @@ -140,7 +140,7 @@
<slogan>A cluster management framework for partitioned and replicated distributed resources</slogan>
<bottomNav>
<column>Learn</column>
<column>Documentation|Helix 1.4.1|Helix 0.9.10</column>
<column>Documentation|Helix 1.4.2|Helix 0.9.10</column>
<column>Get Involved</column>
<column>ASF</column>
</bottomNav>
Expand Down

0 comments on commit c6c21ea

Please sign in to comment.