Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ _paq.push(['enableLinkTracking']);
}),
pagePatterns: [
'**/*.md',
'!**/*_timecho.md',
'!**/stage/**/*.md',
'!**/Master/**/*.md',
'!.vuepress',
Expand Down
54 changes: 0 additions & 54 deletions src/.vuepress/navbar_timecho/en.ts

This file was deleted.

20 changes: 0 additions & 20 deletions src/.vuepress/navbar_timecho/index.ts

This file was deleted.

58 changes: 0 additions & 58 deletions src/.vuepress/navbar_timecho/zh.ts

This file was deleted.

6 changes: 3 additions & 3 deletions src/.vuepress/sidebar/V0.13.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
export const enSidebar = {
'/UserGuide/V0.13.x/': [
{
text: 'IoTDB User Guide (V0.13.x)',
text: 'User Guide (V0.13.x)',
collapsible: false,
children: [],
},
{
text: 'IoTDB Introduction',
text: 'Introduction',
collapsible: true,
prefix: 'IoTDB-Introduction/',
children: [
{ text: 'What is IoTDB', link: 'What-is-IoTDB' },
{ text: 'What is Apache IoTDB', link: 'What-is-IoTDB' },
{ text: 'Architecture', link: 'Architecture' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Features', link: 'Features' },
Expand Down
7 changes: 3 additions & 4 deletions src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
export const enSidebar = {
'/UserGuide/V1.3.x/': [
{
text: 'IoTDB User Guide (V1.3.x)',
text: 'User Guide (V1.3.x)',
children: [],
},
{
text: 'About IoTDB',
text: 'About Apache IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
// children: 'structure', 使用该方式自动获取文件夹下的文件
children: [
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Release History', link: 'Release-history_apache' },
],
Expand Down
6 changes: 3 additions & 3 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
export const enSidebar = {
'/UserGuide/latest-Table/': [
{
text: 'IoTDB User Guide (V2.0.x)',
text: 'User Guide (V2.0.x)',
children: [],
},
{
text: 'About IoTDB',
text: 'About Apache IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
children: [
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Release History', link: 'Release-history_apache' },
],
Expand Down
6 changes: 3 additions & 3 deletions src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
export const enSidebar = {
'/UserGuide/latest/': [
{
text: 'IoTDB User Guide (V2.0.x)',
text: 'User Guide (V2.0.x)',
children: [],
},
{
text: 'About IoTDB',
text: 'About Apache IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
children: [
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Release History', link: 'Release-history_apache' },
],
Expand Down
Loading
Loading