This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 13532000 Modify directory order (#140)
13532000 is described below
commit 1353200071b7ed7efd2ed4027e10c613f24e076d
Author: majialin <[email protected]>
AuthorDate: Tue Jun 25 20:14:49 2024 +0800
Modify directory order (#140)
---
docs/src/.vuepress/sidebar/V1.0.x/en.ts | 11 ++++++-----
docs/src/.vuepress/sidebar/V1.0.x/zh.ts | 11 ++++++-----
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/docs/src/.vuepress/sidebar/V1.0.x/en.ts
b/docs/src/.vuepress/sidebar/V1.0.x/en.ts
index d6dcca31..f23eb1fc 100644
--- a/docs/src/.vuepress/sidebar/V1.0.x/en.ts
+++ b/docs/src/.vuepress/sidebar/V1.0.x/en.ts
@@ -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,
@@ -38,10 +43,6 @@ export const enSidebar = {
// { text: 'Quick Start', link: 'QuickStart' },
// ],
},
- {
- text: 'Data Model',
- collapsible: true,
- link: 'QuickStart/Data-Model',
- },
+
]
};
diff --git a/docs/src/.vuepress/sidebar/V1.0.x/zh.ts
b/docs/src/.vuepress/sidebar/V1.0.x/zh.ts
index 34873140..b5fe03eb 100644
--- a/docs/src/.vuepress/sidebar/V1.0.x/zh.ts
+++ b/docs/src/.vuepress/sidebar/V1.0.x/zh.ts
@@ -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,
@@ -38,10 +43,6 @@ export const zhSidebar = {
// { text: '快速上手', link: 'QuickStart' },
// ],
},
- {
- text: '数据模型',
- collapsible: true,
- link: 'QuickStart/Data-Model',
- },
+
]
};