This is an automated email from the ASF dual-hosted git repository. JingsongLi pushed a commit to branch codex/update-2.0-document-menu in repository https://gitbox.apache.org/repos/asf/paimon-website.git
commit d5c19b086a8cc692397e7393d997acb3df55b423 Author: JingsongLi <[email protected]> AuthorDate: Sun Aug 9 10:25:23 2026 +0800 feat: update documentation menu for 2.0 --- 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 548cbc36..804255e1 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: '2.0', + value: 'https://paimon.apache.org/docs/2.0' + }, { label: '1.4', value: 'https://paimon.apache.org/docs/1.4' @@ -83,10 +87,6 @@ export class HeaderComponent implements OnInit { { label: '1.3', value: 'https://paimon.apache.org/docs/1.3' - }, - { - label: '1.2', - value: 'https://paimon.apache.org/docs/1.2' } ];
