From c46e2f5e7fbeab1971472487341751d0898a26d5 Mon Sep 17 00:00:00 2001 From: Leto_b Date: Mon, 10 Nov 2025 10:27:31 +0800 Subject: [PATCH] fix title in timecho english version --- src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts | 6 +++--- src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts b/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts index 247a7c120..968a60dd7 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts @@ -19,15 +19,15 @@ export const enSidebar = { '/UserGuide/latest-Table/': [ { - text: 'IoTDB User Guide (V2.0.x)', + text: 'TimechoDB User Guide (V2.0.x)', children: [], }, { - text: 'About IoTDB', + text: 'About TimechoDB', collapsible: true, prefix: 'IoTDB-Introduction/', children: [ - { text: 'IoTDB Introduction', link: 'IoTDB-Introduction_timecho' }, + { text: 'Introduction', link: 'IoTDB-Introduction_timecho' }, { text: 'Scenario', link: 'Scenario' }, { text: 'Release History', link: 'Release-history_timecho' }, ], diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts index 475853632..a85ebe508 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts @@ -27,7 +27,7 @@ export const enSidebar = { collapsible: true, prefix: 'IoTDB-Introduction/', children: [ - { text: 'IoTDB Introduction', link: 'IoTDB-Introduction_timecho' }, + { text: 'Introduction', link: 'IoTDB-Introduction_timecho' }, { text: 'Scenario', link: 'Scenario' }, { text: 'Release History', link: 'Release-history_timecho' }, ],