diff --git a/site/content/downloads.md b/site/content/downloads.md deleted file mode 100644 index 5dc26954859..00000000000 --- a/site/content/downloads.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# 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 00000000000..98995749beb --- /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 00000000000..87983379afc --- /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 c6a299d0262..227482108b5 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: "" identifier: "asf"