From a23d58e2433a94df48ad169085ae316dcd86ff60 Mon Sep 17 00:00:00 2001 From: W1y1r <2730956796@qq.com> Date: Wed, 13 Nov 2024 19:16:39 +0800 Subject: [PATCH] Fix data subscription 404 issue --- src/.vuepress/sidebar/V1.3.x/en.ts | 2 +- src/.vuepress/sidebar/V1.3.x/zh.ts | 2 +- src/.vuepress/sidebar_timecho/V1.3.x/en.ts | 2 +- src/.vuepress/sidebar_timecho/V1.3.x/zh.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts b/src/.vuepress/sidebar/V1.3.x/en.ts index cfdbdf097..daa3fb6f7 100644 --- a/src/.vuepress/sidebar/V1.3.x/en.ts +++ b/src/.vuepress/sidebar/V1.3.x/en.ts @@ -81,7 +81,7 @@ export const enSidebar = { { text: 'Query Data', link: 'Query-Data' }, { text: 'Operator and Expression', link: 'Operator-and-Expression' }, { text: 'Data Sync', link: 'Data-Sync_apache' }, - { text: 'Data Subscription', link: 'Data-Subscription' }, + { text: 'Data Subscription', link: 'Data-subscription' }, { text: 'Stream Processing', link: 'Streaming_apache' }, { text: 'Database Programming', link: 'Database-Programming' }, { text: 'UDF', link: 'User-defined-function' }, diff --git a/src/.vuepress/sidebar/V1.3.x/zh.ts b/src/.vuepress/sidebar/V1.3.x/zh.ts index 937a58851..4fa047b3c 100644 --- a/src/.vuepress/sidebar/V1.3.x/zh.ts +++ b/src/.vuepress/sidebar/V1.3.x/zh.ts @@ -81,7 +81,7 @@ export const zhSidebar = { { text: '数据查询', link: 'Query-Data' }, { text: '运算符、函数和表达式', link: 'Operator-and-Expression' }, { text: '数据同步', link: 'Data-Sync_apache' }, - { text: '数据订阅', link: 'Data-Subscription' }, + { text: '数据订阅', link: 'Data-subscription' }, { text: '流处理框架', link: 'Streaming_apache' }, { text: '数据库编程', link: 'Database-Programming' }, { text: '用户自定义函数', link: 'User-defined-function' }, diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts index 2af3811b1..063b1daff 100644 --- a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts +++ b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts @@ -85,7 +85,7 @@ export const enSidebar = { { text: 'Query Data', link: 'Query-Data' }, { text: 'Operator and Expression', link: 'Operator-and-Expression' }, { text: 'Data Sync', link: 'Data-Sync_timecho' }, - { text: 'Data Subscription', link: 'Data-Subscription' }, + { text: 'Data Subscription', link: 'Data-subscription' }, { text: 'Stream Processing', link: 'Streaming_timecho' }, { text: 'Tiered Storage', link: 'Tiered-Storage_timecho' }, { text: 'View', link: 'IoTDB-View_timecho' }, diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts index 9f28e8caa..3e8f86497 100644 --- a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts +++ b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts @@ -85,7 +85,7 @@ export const zhSidebar = { { text: '数据查询', link: 'Query-Data' }, { text: '运算符和表达式', link: 'Operator-and-Expression' }, { text: '数据同步', link: 'Data-Sync_timecho' }, - { text: '数据订阅', link: 'Data-Subscription' }, + { text: '数据订阅', link: 'Data-subscription' }, { text: '流处理框架', link: 'Streaming_timecho' }, { text: '多级存储', link: 'Tiered-Storage_timecho' }, { text: '视图', link: 'IoTDB-View_timecho' },