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

HTHou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 4c0a991f change default mode of userguide (#1147)
4c0a991f is described below

commit 4c0a991fe7c7485f16c57ca976f9330f30c33c23
Author: leto-b <[email protected]>
AuthorDate: Tue Jun 9 11:57:07 2026 +0800

    change default mode of userguide (#1147)
---
 src/.vuepress/navbar/en.ts         |  2 +-
 src/.vuepress/navbar/zh.ts         |  2 +-
 src/.vuepress/navbar_timecho/en.ts | 13 +++++++++----
 src/.vuepress/navbar_timecho/zh.ts | 21 ++++++++++++++-------
 4 files changed, 25 insertions(+), 13 deletions(-)

diff --git a/src/.vuepress/navbar/en.ts b/src/.vuepress/navbar/en.ts
index 9f899910..d50a5b6c 100644
--- a/src/.vuepress/navbar/en.ts
+++ b/src/.vuepress/navbar/en.ts
@@ -22,7 +22,7 @@ export const enNavbar = navbar([
   {
     text: 'Documentation',
     children: [
-      { text: 'v2.0.x', link: '/UserGuide/latest/QuickStart/QuickStart_apache' 
},
+      { text: 'v2.0.x', link: 
'/UserGuide/latest-Table/QuickStart/QuickStart_apache' },
       {
         text: 'v1.3.x',
         link: '/UserGuide/V1.3.x/QuickStart/QuickStart_apache',
diff --git a/src/.vuepress/navbar/zh.ts b/src/.vuepress/navbar/zh.ts
index 030852ac..e0d21864 100644
--- a/src/.vuepress/navbar/zh.ts
+++ b/src/.vuepress/navbar/zh.ts
@@ -25,7 +25,7 @@ export const zhNavbar = navbar([
       // { text: 'latest', link: 
'/zh/UserGuide/Master/QuickStart/QuickStart_apache' },
       {
         text: 'v2.0.x',
-        link: '/zh/UserGuide/latest/QuickStart/QuickStart_apache',
+        link: '/zh/UserGuide/latest-Table/QuickStart/QuickStart_apache',
       },
       {
         text: 'v1.3.x',
diff --git a/src/.vuepress/navbar_timecho/en.ts 
b/src/.vuepress/navbar_timecho/en.ts
index ed410ad1..cbca4c40 100644
--- a/src/.vuepress/navbar_timecho/en.ts
+++ b/src/.vuepress/navbar_timecho/en.ts
@@ -31,13 +31,18 @@ export const enNavbar = navbar([
     text: 'Documentation',
     children: [
       {
-        text: 'latest',
-        link: '/UserGuide/latest/QuickStart/QuickStart_timecho',
+        text: 'v2.0.x',
+        link: '/UserGuide/latest-Table/QuickStart/QuickStart_timecho',
       },
-      { text: 'v1.1.x', link: '/UserGuide/V1.1.x/QuickStart/QuickStart' },
-      { text: 'v1.0.x', link: '/UserGuide/V1.0.x/QuickStart/QuickStart' },
+      {
+        text: 'v1.3.x',
+        link: '/UserGuide/V1.3.x/QuickStart/QuickStart_timecho',
+      },
+      { text: 'v1.2.x', link: '/UserGuide/V1.2.x/QuickStart/QuickStart' },
       { text: 'v0.13.x', link: '/UserGuide/V0.13.x/QuickStart/QuickStart' },
+      { text: 'Release History', link: 
'/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.html' }
     ],
+
   },
   {
     text: 'News',
diff --git a/src/.vuepress/navbar_timecho/zh.ts 
b/src/.vuepress/navbar_timecho/zh.ts
index 467f431a..78d35bc2 100644
--- a/src/.vuepress/navbar_timecho/zh.ts
+++ b/src/.vuepress/navbar_timecho/zh.ts
@@ -31,14 +31,21 @@ export const zhNavbar = navbar([
   },
   {
     text: '文档',
-    link: 
'https://www.timecho.com/docs/zh/latest/QuickStart/QuickStart_timecho.html',
+    link: 
'https://www.timecho.com/docs/zh/latest-Table/QuickStart/QuickStart_timecho.html',
     target: '_self',
-    // children: [
-    //   { text: 'latest', link: '/zh/UserGuide/Master/QuickStart/QuickStart' 
},
-    //   { text: 'v1.1.x', link: '/zh/UserGuide/V1.1.x/QuickStart/QuickStart' 
},
-    //   { text: 'v1.0.x', link: '/zh/UserGuide/V1.0.x/QuickStart/QuickStart' 
},
-    //   { text: 'v0.13.x', link: 
'/zh/UserGuide/V0.13.x/QuickStart/QuickStart' },
-    // ],
+    children: [
+      {
+        text: 'v2.0.x',
+        link: '/zh/UserGuide/latest-Table/QuickStart/QuickStart_timecho',
+      },
+      {
+        text: 'v1.3.x',
+        link: '/zh/UserGuide/V1.3.x/QuickStart/QuickStart_timecho',
+      },
+      { text: 'v1.2.x', link: '/zh/UserGuide/V1.2.x/QuickStart/QuickStart' },
+      { text: 'v0.13.x', link: '/zh/UserGuide/V0.13.x/QuickStart/QuickStart' },
+      { text: '发布历史', link: 
'/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.html' }
+    ],
   },
   {
     text: '新闻',

Reply via email to