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 6c1918e32 feat: update doc config for releasing 1.2
6c1918e32 is described below
commit 6c1918e327815a44ac79873549a7dbb9784e0fca
Author: JingsongLi <[email protected]>
AuthorDate: Sat Jun 28 15:18:41 2025 +0800
feat: update doc config for releasing 1.2
---
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 9c952649e..31292f8d6 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.2',
+ value: 'https://paimon.apache.org/docs/1.2'
+ },
{
label: '1.1',
value: 'https://paimon.apache.org/docs/1.1'
@@ -83,10 +87,6 @@ export class HeaderComponent implements OnInit {
{
label: '1.0',
value: 'https://paimon.apache.org/docs/1.0'
- },
- {
- label: '0.9',
- value: 'https://paimon.apache.org/docs/0.9'
}
];