This is an automated email from the ASF dual-hosted git repository.

yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new c103ab5d6 Restructure the download page (#2011)
c103ab5d6 is described below

commit c103ab5d6303c85b3837d9a4d39f870104d4b341
Author: Yufei Gu <[email protected]>
AuthorDate: Wed Jul 9 13:07:56 2025 -0700

    Restructure the download page (#2011)
---
 site/content/downloads.md          | 33 ---------------------------------
 site/content/downloads/_index.md   | 28 ++++++++++++++++++++++++++++
 site/content/downloads/releases.md | 31 +++++++++++++++++++++++++++++++
 site/hugo.yaml                     | 12 ++++++++----
 4 files changed, 67 insertions(+), 37 deletions(-)

diff --git a/site/content/downloads.md b/site/content/downloads.md
deleted file mode 100644
index 5dc269548..000000000
--- a/site/content/downloads.md
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-
-
-# Downloads
-
-## Releases
-
-### 0.9.0
-
-Apache Polaris 0.9.0 release is the first Polaris release. Only the source 
distribution is available for this release.
-
-* 
https://downloads.apache.org/incubator/polaris/0.9.0-incubating/apache-polaris-0.9.0-incubating.tar.gz
-    * 
[asc](https://downloads.apache.org/incubator/polaris/0.9.0-incubating/apache-polaris-0.9.0-incubating.tar.gz.asc)
-    * 
[sha512](https://downloads.apache.org/incubator/polaris/0.9.0-incubating/apache-polaris-0.9.0-incubating.tar.gz.sha512)
-    * [KEYS](https://downloads.apache.org/incubator/polaris/KEYS)
-
diff --git a/site/content/downloads/_index.md b/site/content/downloads/_index.md
new file mode 100644
index 000000000..98995749b
--- /dev/null
+++ b/site/content/downloads/_index.md
@@ -0,0 +1,28 @@
+---
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+title: "Downloads"
+linkTitle: "Downloads"
+weight: 200
+toc_hide: true
+hide_summary: true
+exclude_search: true
+cascade:
+  type: docs
+---
diff --git a/site/content/downloads/releases.md 
b/site/content/downloads/releases.md
new file mode 100644
index 000000000..87983379a
--- /dev/null
+++ b/site/content/downloads/releases.md
@@ -0,0 +1,31 @@
+---
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+linkTitle: "Releases"
+weight: 200
+---
+
+
+| Version | Release Date | Downloads                                           
                                                                                
                                                                                
                                                                                
                                                            | Release Notes   |
+|---------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|
+| **0.9.0** | 3/11/2024    | 
[tar.gz](https://downloads.apache.org/incubator/polaris/0.9.0-incubating/apache-polaris-0.9.0-incubating.tar.gz)
 • 
[asc](https://downloads.apache.org/incubator/polaris/0.9.0-incubating/apache-polaris-0.9.0-incubating.tar.gz.asc)
 • 
[sha512](https://downloads.apache.org/incubator/polaris/0.9.0-incubating/apache-polaris-0.9.0-incubating.tar.gz.sha512)
 • [KEYS](https://downloads.apache.org/incubator/polaris/KEYS) | 
[Notes](#0.9.0) |
+
+## Release Notes
+### 0.9.0
+Apache Polaris 0.9.0 was released on March 11, 2025 as the first Polaris 
release. Only the source distribution is available for this release. 
\ No newline at end of file
diff --git a/site/hugo.yaml b/site/hugo.yaml
index c6a299d02..227482108 100644
--- a/site/hugo.yaml
+++ b/site/hugo.yaml
@@ -93,9 +93,6 @@ imaging:
 
 menu:
   main:
-    - name: GitHub
-      url: https://github.com/apache/polaris
-
     - name: "Documentation"
       identifier: "releases"
       weight: 100
@@ -114,8 +111,11 @@ menu:
 
     - name: "Downloads"
       identifier: "downloads"
-      url: "/downloads"
       weight: 200
+    - name: "Releases"
+      parent: "downloads"
+      url: "/downloads/releases"
+      weight: 10
 
     - name: "Community"
       identifier: "community"
@@ -149,6 +149,10 @@ menu:
       url: "/community/release-guide"
       wieght: 70
 
+    - name: "GitHub"
+      url: "https://github.com/apache/polaris";
+      weight: 400
+
     - name: "ASF"
       pre: "<i class='fa-solid fa-feather'></i>"
       identifier: "asf"

Reply via email to