Skip to content

Commit

Permalink
Modify directory order
Browse files Browse the repository at this point in the history
  • Loading branch information
mal117 committed Jun 25, 2024
1 parent 05967b7 commit 7c1e45c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions docs/src/.vuepress/sidebar/V1.0.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ export const enSidebar = {
collapsible: true,
link: 'QuickStart/Navigating_Time_Series_Data',
},
{
text: 'Data Model',
collapsible: true,
link: 'QuickStart/Data-Model',
},
{
text: 'Quick Start',
collapsible: true,
Expand All @@ -38,10 +43,6 @@ export const enSidebar = {
// { text: 'Quick Start', link: 'QuickStart' },
// ],
},
{
text: 'Data Model',
collapsible: true,
link: 'QuickStart/Data-Model',
},

]
};
11 changes: 6 additions & 5 deletions docs/src/.vuepress/sidebar/V1.0.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ export const zhSidebar = {
collapsible: true,
link: 'QuickStart/Navigating_Time_Series_Data',
},
{
text: '数据模型',
collapsible: true,
link: 'QuickStart/Data-Model',
},
{
text: '快速上手',
collapsible: true,
Expand All @@ -38,10 +43,6 @@ export const zhSidebar = {
// { text: '快速上手', link: 'QuickStart' },
// ],
},
{
text: '数据模型',
collapsible: true,
link: 'QuickStart/Data-Model',
},

]
};

0 comments on commit 7c1e45c

Please sign in to comment.