Skip to content

Commit 5fce743

Browse files
authored
Merge branch 'main' into update-ainode
2 parents 6d13b3d + 592705e commit 5fce743

330 files changed

Lines changed: 14787 additions & 6660 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
181 KB
Loading
176 KB
Loading

src/.vuepress/sidebar/V1.3.x/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const enSidebar = {
3030
children: [
3131
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
3232
{ text: 'Scenario', link: 'Scenario' },
33+
{ text: 'Release History', link: 'Release-history_apache' },
3334
],
3435
},
3536
{

src/.vuepress/sidebar/V1.3.x/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export const zhSidebar = {
215215
text: '可视化分析',
216216
collapsible: true,
217217
children: [
218-
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB' },
218+
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_apache' },
219219
{ text: 'Grafana', link: 'Grafana-Connector' },
220220
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
221221
{ text: 'DataEase', link: 'DataEase' },

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const enSidebar = {
2929
children: [
3030
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
3131
{ text: 'Scenario', link: 'Scenario' },
32-
{ text: 'Release history', link: 'Release-history_apache' },
32+
{ text: 'Release History', link: 'Release-history_apache' },
3333
],
3434
},
3535
{
@@ -164,6 +164,7 @@ export const enSidebar = {
164164
collapsible: true,
165165
prefix: 'Ecosystem-Integration/',
166166
children: [
167+
{ text: 'Overview', link: 'Ecosystem-Overview_apache' },
167168
{
168169
text: '‌Computing Engine',
169170
collapsible: true,
@@ -195,10 +196,10 @@ export const enSidebar = {
195196
collapsible: true,
196197
prefix: 'SQL-Manual/',
197198
children: [
198-
{ text: 'Identifier', link: 'Identifier' },
199-
{ text: 'Keywords', link: 'Keywords' },
199+
{ text: 'Metadata Operations', link: 'SQL-Metadata-Operations' },
200+
{ text: 'Data Addition&Deletion', link: 'SQL-Data-Addition-Deletion' },
200201
{
201-
text: 'Query statement',
202+
text: 'Data Query',
202203
collapsible: true,
203204
children: [
204205
{ text: 'overview', link: 'overview' },
@@ -213,6 +214,9 @@ export const enSidebar = {
213214
{ text: 'Nested Queries', link: 'Nested-Queries' },
214215
],
215216
},
217+
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements' },
218+
{ text: 'Identifier', link: 'Identifier' },
219+
{ text: 'Keywords', link: 'Keywords' },
216220
{
217221
text: 'Functions and Operators',
218222
collapsible: true,

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const enSidebar = {
2929
children: [
3030
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
3131
{ text: 'Scenario', link: 'Scenario' },
32+
{ text: 'Release History', link: 'Release-history_apache' },
3233
],
3334
},
3435
{
@@ -193,6 +194,7 @@ export const enSidebar = {
193194
collapsible: true,
194195
prefix: 'Ecosystem-Integration/',
195196
children: [
197+
{ text: 'Overview', link: 'Ecosystem-Overview_apache' },
196198
{
197199
text: '‌Data Acquisition',
198200
collapsible: true,

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export const zhSidebar = {
154154
collapsible: true,
155155
prefix: 'Ecosystem-Integration/',
156156
children: [
157+
{ text: '概览', link: 'Ecosystem-Overview_apache' },
157158
{
158159
text: '计算引擎',
159160
collapsible: true,
@@ -185,10 +186,10 @@ export const zhSidebar = {
185186
collapsible: true,
186187
prefix: 'SQL-Manual/',
187188
children: [
188-
{ text: '标识符', link: 'Identifier' },
189-
{ text: '保留字&关键字', link: 'Keywords' },
189+
{ text: '元数据操作', link: 'SQL-Metadata-Operations' },
190+
{ text: '数据增删', link: 'SQL-Data-Addition-Deletion' },
190191
{
191-
text: '查询语句',
192+
text: '数据查询',
192193
collapsible: true,
193194
children: [
194195
{ text: '概览', link: 'overview' },
@@ -203,6 +204,9 @@ export const zhSidebar = {
203204
{ text: '嵌套查询', link: 'Nested-Queries' },
204205
],
205206
},
207+
{ text: '运维语句', link: 'SQL-Maintenance-Statements' },
208+
{ text: '标识符', link: 'Identifier' },
209+
{ text: '保留字&关键字', link: 'Keywords' },
206210
{
207211
text: '函数与操作符',
208212
collapsible: true,

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ export const zhSidebar = {
182182
collapsible: true,
183183
prefix: 'Ecosystem-Integration/',
184184
children: [
185+
{ text: '概览', link: 'Ecosystem-Overview_apache' },
185186
{
186187
text: '数据采集',
187188
collapsible: true,

src/.vuepress/sidebar_timecho/V0.13.x/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
export const enSidebar = {
2020
'/UserGuide/V0.13.x/': [
2121
{
22-
text: 'IoTDB User Guide (V0.13.x)',
22+
text: 'TimechoDB User Guide (V0.13.x)',
2323
collapsible: false,
2424
children: [],
2525
},
2626
{
27-
text: 'IoTDB Introduction',
27+
text: 'TimechoDB Introduction',
2828
collapsible: true,
2929
prefix: 'IoTDB-Introduction/',
3030
children: [

src/.vuepress/sidebar_timecho/V0.13.x/zh.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
export const zhSidebar = {
2020
'/zh/UserGuide/V0.13.x/': [
2121
{
22-
text: 'IoTDB用户手册 (V0.13.x)',
22+
text: 'TimechoDB用户手册 (V0.13.x)',
2323
collapsible: false,
2424
children: [],
2525
},
2626
{
27-
text: 'IoTDB简介',
27+
text: 'TimechoDB简介',
2828
collapsible: true,
2929
prefix: 'IoTDB-Introduction/',
3030
children: [

0 commit comments

Comments
 (0)