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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c32306af8 feat: add label 1.1
4c32306af8 is described below

commit 4c32306af83e7b89c79408eb073040477d019a91
Author: JingsongLi <[email protected]>
AuthorDate: Fri Apr 18 16:40:12 2025 +0800

    feat: add label 1.1
---
 src/app/components/header/header.component.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/app/components/header/header.component.html 
b/src/app/components/header/header.component.html
index fdacd430f0..4e5824ce00 100644
--- a/src/app/components/header/header.component.html
+++ b/src/app/components/header/header.component.html
@@ -24,6 +24,10 @@
               label: 'master',
               value: 'https://paimon.apache.org/docs/master'
             },
+            {
+              label: '1.1',
+              value: 'https://paimon.apache.org/docs/1.1'
+            },
             {
               label: '1.0',
               value: 'https://paimon.apache.org/docs/1.0'
@@ -31,10 +35,6 @@
             {
               label: '0.9',
               value: 'https://paimon.apache.org/docs/0.9'
-            },
-            {
-              label: '0.8',
-              value: 'https://paimon.apache.org/docs/0.8'
             }
           ]"
         >

Reply via email to