Skip to content

Commit c46e2f5

Browse files
committed
fix title in timecho english version
1 parent 4671ed5 commit c46e2f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
export const enSidebar = {
2020
'/UserGuide/latest-Table/': [
2121
{
22-
text: 'IoTDB User Guide (V2.0.x)',
22+
text: 'TimechoDB User Guide (V2.0.x)',
2323
children: [],
2424
},
2525
{
26-
text: 'About IoTDB',
26+
text: 'About TimechoDB',
2727
collapsible: true,
2828
prefix: 'IoTDB-Introduction/',
2929
children: [
30-
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_timecho' },
30+
{ text: 'Introduction', link: 'IoTDB-Introduction_timecho' },
3131
{ text: 'Scenario', link: 'Scenario' },
3232
{ text: 'Release History', link: 'Release-history_timecho' },
3333
],

src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const enSidebar = {
2727
collapsible: true,
2828
prefix: 'IoTDB-Introduction/',
2929
children: [
30-
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_timecho' },
30+
{ text: 'Introduction', link: 'IoTDB-Introduction_timecho' },
3131
{ text: 'Scenario', link: 'Scenario' },
3232
{ text: 'Release History', link: 'Release-history_timecho' },
3333
],

0 commit comments

Comments
 (0)