This is an automated email from the ASF dual-hosted git repository.
adutra pushed a commit to branch versioned-docs
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/versioned-docs by this push:
new dffe8e14b7 Docs: Redesign Releases & Documentation sections
(versioned-docs branch) (#3936)
dffe8e14b7 is described below
commit dffe8e14b7bdc4bf32c148dce4c97cd99767b5c1
Author: Alexandre Dutra <[email protected]>
AuthorDate: Tue Mar 10 15:15:56 2026 +0100
Docs: Redesign Releases & Documentation sections (versioned-docs branch)
(#3936)
---
0.9.0/_index.md | 9 +++++++--
1.0.0/_index.md | 9 +++++++--
1.0.1/_index.md | 9 +++++++--
1.1.0/_index.md | 9 +++++++--
1.2.0/_index.md | 9 +++++++--
1.3.0/_index.md | 9 +++++++--
latest/index.md | 7 +++++++
7 files changed, 49 insertions(+), 12 deletions(-)
diff --git a/0.9.0/_index.md b/0.9.0/_index.md
index ecd56adfd3..5438c1cc2f 100644
--- a/0.9.0/_index.md
+++ b/0.9.0/_index.md
@@ -17,14 +17,19 @@
# specific language governing permissions and limitations
# under the License.
#
+title: 'Apache Polaris 0.9.0 Documentation'
linkTitle: '0.9.0'
-title: '0.9.0'
type: docs
-weight: 900
+weight: -900
params:
top_hidden: true
show_page_toc: false
release_version: '0.9.0'
+menus:
+ main:
+ parent: doc
+ weight: -900
+ identifier: doc-0.9.0
cascade:
type: docs
params:
diff --git a/1.0.0/_index.md b/1.0.0/_index.md
index 8b83cde5c2..fa0556811a 100644
--- a/1.0.0/_index.md
+++ b/1.0.0/_index.md
@@ -17,14 +17,19 @@
# specific language governing permissions and limitations
# under the License.
#
+title: 'Apache Polaris 1.0.0 Documentation'
linkTitle: '1.0.0'
-title: 'Overview'
type: docs
-weight: 10000
+weight: -10000
params:
top_hidden: true
show_page_toc: false
release_version: '1.0.0'
+menus:
+ main:
+ parent: doc
+ weight: -10000
+ identifier: doc-1.0.0
cascade:
type: docs
params:
diff --git a/1.0.1/_index.md b/1.0.1/_index.md
index f70b40ec4a..cc16489ef9 100644
--- a/1.0.1/_index.md
+++ b/1.0.1/_index.md
@@ -17,14 +17,19 @@
# specific language governing permissions and limitations
# under the License.
#
+title: 'Apache Polaris 1.0.1 Documentation'
linkTitle: '1.0.1'
-title: 'Overview'
type: docs
-weight: 10001
+weight: -10001
params:
top_hidden: true
show_page_toc: false
release_version: '1.0.1'
+menus:
+ main:
+ parent: doc
+ weight: -10001
+ identifier: doc-1.0.1
cascade:
type: docs
params:
diff --git a/1.1.0/_index.md b/1.1.0/_index.md
index 526b686dca..58e4245f31 100644
--- a/1.1.0/_index.md
+++ b/1.1.0/_index.md
@@ -17,14 +17,19 @@
# specific language governing permissions and limitations
# under the License.
#
+title: 'Apache Polaris 1.1.0 documentation'
linkTitle: '1.1.0'
-title: 'Overview'
type: docs
-weight: 10100
+weight: -10100
params:
top_hidden: true
show_page_toc: false
release_version: '1.1.0'
+menus:
+ main:
+ parent: doc
+ weight: -10100
+ identifier: doc-1.1.0
cascade:
type: docs
params:
diff --git a/1.2.0/_index.md b/1.2.0/_index.md
index 2b09de8296..93f7f28b59 100644
--- a/1.2.0/_index.md
+++ b/1.2.0/_index.md
@@ -17,14 +17,19 @@
# specific language governing permissions and limitations
# under the License.
#
+title: 'Apache Polaris 1.2.0 Documentation'
linkTitle: '1.2.0'
-title: 'Overview'
type: docs
-weight: 10200
+weight: -10200
params:
top_hidden: true
show_page_toc: false
release_version: '1.2.0'
+menus:
+ main:
+ parent: doc
+ weight: -10200
+ identifier: doc-1.2.0
cascade:
type: docs
params:
diff --git a/1.3.0/_index.md b/1.3.0/_index.md
index 2ffdd17493..fc84457cc6 100644
--- a/1.3.0/_index.md
+++ b/1.3.0/_index.md
@@ -17,14 +17,19 @@
# specific language governing permissions and limitations
# under the License.
#
+title: 'Apache Polaris 1.3.0 Documentation'
linkTitle: '1.3.0'
-title: 'Overview'
type: docs
-weight: 10300
+weight: -10300
params:
top_hidden: true
show_page_toc: false
release_version: '1.3.0'
+menus:
+ main:
+ parent: doc
+ weight: -10300
+ identifier: doc-1.3.0
cascade:
type: docs
params:
diff --git a/latest/index.md b/latest/index.md
index fd13f86557..f3c20c522c 100644
--- a/latest/index.md
+++ b/latest/index.md
@@ -20,7 +20,14 @@
# This file creates the /releases/latest/ redirect to the current latest
stable release.
# Update the 'redirect_to' parameter below when publishing a new release.
title: 'Latest Release'
+linkTitle: 'Latest'
layout: 'redirect'
params:
redirect_to: '/releases/1.3.0/'
+menus:
+ main:
+ parent: doc
+ weight: -999997 # 3rd item in the menu
+ identifier: doc-latest
+ name: Latest
---