From 390ad2a286a05557bb8702e09c7ebc3ba50a9d4a Mon Sep 17 00:00:00 2001 From: Leto_b Date: Thu, 15 May 2025 18:18:19 +0800 Subject: [PATCH] fix zeppelin links --- 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 070ce9ebc..362e1c4fb 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 12385122f..733abb443 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' },