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

haonan pushed a commit to branch docs/dev
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/docs/dev by this push:
     new b752dfa0 change quickstart sidebar of java and python (#698)
b752dfa0 is described below

commit b752dfa09a54b59f9bf303e52c6ba396c595c9e7
Author: leto-b <[email protected]>
AuthorDate: Fri Jan 9 09:43:56 2026 +0800

    change quickstart sidebar of java and python (#698)
---
 src/.vuepress/sidebar/v2.x/en.ts | 4 ++--
 src/.vuepress/sidebar/v2.x/zh.ts | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/.vuepress/sidebar/v2.x/en.ts b/src/.vuepress/sidebar/v2.x/en.ts
index a6ac11d1..aaa701e4 100644
--- a/src/.vuepress/sidebar/v2.x/en.ts
+++ b/src/.vuepress/sidebar/v2.x/en.ts
@@ -40,8 +40,8 @@ export const enSidebar = {
       children: [
         { text: 'QuickStart-C', link: 'QuickStart-C' },
         { text: 'QuickStart-C++', link: 'QuickStart-CPP' },
-        { text: 'QuickStart-JAVA', link: 'QuickStart' },
-        { text: 'QuickStart-PYTHON', link: 'QuickStart-PYTHON' },
+        { text: 'QuickStart-Java', link: 'QuickStart' },
+        { text: 'QuickStart-Python', link: 'QuickStart-PYTHON' },
       ],
       // prefix: 'QuickStart/',
       // // children: 'structure',
diff --git a/src/.vuepress/sidebar/v2.x/zh.ts b/src/.vuepress/sidebar/v2.x/zh.ts
index f10fb411..dd0ec755 100644
--- a/src/.vuepress/sidebar/v2.x/zh.ts
+++ b/src/.vuepress/sidebar/v2.x/zh.ts
@@ -40,8 +40,8 @@ export const zhSidebar = {
       children: [
         { text: '快速上手-C', link: 'QuickStart-C' },
         { text: '快速上手-C++', link: 'QuickStart-CPP' },
-        { text: '快速上手-JAVA', link: 'QuickStart' },
-        { text: '快速上手-PYTHON', link: 'QuickStart-PYTHON' },
+        { text: '快速上手-Java', link: 'QuickStart' },
+        { text: '快速上手-Python', link: 'QuickStart-PYTHON' },
       ],
       // prefix: 'QuickStart/',
       // children: 'structure',

Reply via email to