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 8de08aba feat: update header to 1.3
8de08aba is described below
commit 8de08abac24819ec0489099841e608e92264dba7
Author: JingsongLi <[email protected]>
AuthorDate: Mon Nov 10 14:26:25 2025 +0800
feat: update header to 1.3
---
src/app/components/header/header.component.ts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/app/components/header/header.component.ts
b/src/app/components/header/header.component.ts
index 31292f8d..2ce0f338 100644
--- a/src/app/components/header/header.component.ts
+++ b/src/app/components/header/header.component.ts
@@ -76,6 +76,10 @@ export class HeaderComponent implements OnInit {
label: 'master',
value: 'https://paimon.apache.org/docs/master'
},
+ {
+ label: '1.3',
+ value: 'https://paimon.apache.org/docs/1.3'
+ },
{
label: '1.2',
value: 'https://paimon.apache.org/docs/1.2'
@@ -83,10 +87,6 @@ export class HeaderComponent implements OnInit {
{
label: '1.1',
value: 'https://paimon.apache.org/docs/1.1'
- },
- {
- label: '1.0',
- value: 'https://paimon.apache.org/docs/1.0'
}
];