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

critas 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 4682bb59 fix zeppelin links (#747)
4682bb59 is described below

commit 4682bb59f10dbffb1ffb31ff177e11e1088731cf
Author: leto-b <[email protected]>
AuthorDate: Fri May 16 14:55:03 2025 +0800

    fix zeppelin links (#747)
---
 src/.vuepress/sidebar/V2.0.x/zh-Tree.ts         | 2 +-
 src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts 
b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
index 070ce9eb..362e1c4f 100644
--- a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
@@ -209,7 +209,7 @@ export const zhSidebar = {
           text: '可视化分析',
           collapsible: true,
           children: [
-            { text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB' },
+            { text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_apache' },
             { text: 'Grafana', link: 'Grafana-Connector' },
             { text: 'Grafana插件', link: 'Grafana-Plugin' },
             { text: 'DataEase', link: 'DataEase' },
diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts 
b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
index d59fd98d..092bf35a 100644
--- a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
+++ b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
@@ -220,7 +220,7 @@ export const zhSidebar = {
           text: '可视化分析',
           collapsible: true,
           children: [
-            { text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB' },
+            { text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
             { text: 'Grafana', link: 'Grafana-Connector' },
             { text: 'Grafana插件', link: 'Grafana-Plugin' },
             { text: 'DataEase', link: 'DataEase' },

Reply via email to