This is an automated email from the ASF dual-hosted git repository.
haonan 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 6f3b63b3 fix title in timecho english version (#904)
6f3b63b3 is described below
commit 6f3b63b3df3094429401c13aa47b57532105a86e
Author: leto-b <[email protected]>
AuthorDate: Wed Nov 26 09:43:58 2025 +0800
fix title in timecho english version (#904)
---
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 497a26ce..8dccc2b1 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 fb647d19..f3f81a96 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' },
],