Skip to content

Commit d2b6d4b

Browse files
authored
Merge branch 'main' into tree-pipe-path-support-multi-values-2082
2 parents da32408 + ce17504 commit d2b6d4b

461 files changed

Lines changed: 77535 additions & 40591 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.
37.4 KB
Loading
57.8 KB
Loading
21.2 KB
Loading

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const enSidebar = {
4040
{ text: 'Common Concepts', link: 'Cluster-Concept_apache' },
4141
{ text: 'Timeseries Data Model', link: 'Navigating_Time_Series_Data' },
4242
{ text: 'Modeling Scheme Design', link: 'Data-Model-and-Terminology_apache' },
43-
{ text: 'Data Type', link: 'Data-Type' },
43+
{ text: 'Data Type', link: 'Data-Type_apache' },
4444
],
4545
},
4646
{
@@ -189,6 +189,7 @@ export const enSidebar = {
189189
collapsible: true,
190190
children: [
191191
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
192+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
192193
],
193194
},
194195
{
@@ -215,14 +216,15 @@ export const enSidebar = {
215216
collapsible: true,
216217
prefix: 'SQL-Manual/',
217218
children: [
219+
{ text: 'QuickStart Only SQL', link: 'QuickStart-Only-Sql_apache' },
218220
{ text: 'Metadata Operations', link: 'SQL-Metadata-Operations_apache' },
219221
{ text: 'Data Addition&Deletion', link: 'SQL-Data-Addition-Deletion_apache' },
220222
{
221223
text: 'Data Query',
222224
collapsible: true,
223225
children: [
224226
{ text: 'overview', link: 'overview_apache' },
225-
{ text: 'SELECT Clause', link: 'Select-Clause' },
227+
{ text: 'SELECT Clause', link: 'Select-Clause_apache' },
226228
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
227229
{ text: 'WHERE Clause', link: 'Where-Clause' },
228230
{ text: 'GROUP BY Clause', link: 'GroupBy-Clause' },
@@ -233,14 +235,14 @@ export const enSidebar = {
233235
{ text: 'Nested Queries', link: 'Nested-Queries' },
234236
],
235237
},
236-
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements' },
238+
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements_apache' },
237239
{ text: 'Identifier', link: 'Identifier' },
238240
{ text: 'Keywords', link: 'Keywords' },
239241
{
240242
text: 'Functions and Operators',
241243
collapsible: true,
242244
children: [
243-
{ text: 'Basis Functions', link: 'Basis-Function' },
245+
{ text: 'Basis Functions', link: 'Basis-Function_apache' },
244246
{ text: 'Featured Functions', link: 'Featured-Functions_apache' },
245247
],
246248
},
@@ -262,7 +264,7 @@ export const enSidebar = {
262264
prefix: 'Reference/',
263265
children: [
264266
{ text: 'Sample Data', link: 'Sample-Data' },
265-
{ text: 'Config Manual', link: 'System-Config-Manual' },
267+
{ text: 'Config Manual', link: 'System-Config-Manual_apache' },
266268
{ text: 'Status Codes', link: 'Status-Codes' },
267269
{ text: 'System Tables', link: 'System-Tables_apache' },
268270
],

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const enSidebar = {
138138
children: [
139139
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
140140
{ text: 'Cluster Maintenance', link: 'Load-Balance' },
141-
{ text: 'Maintenance statement', link: 'Maintenance-commands' },
141+
{ text: 'Maintenance statement', link: 'Maintenance-commands_apache' },
142142
],
143143
},
144144
],
@@ -235,6 +235,7 @@ export const enSidebar = {
235235
children: [
236236
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
237237
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
238+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
238239
],
239240
},
240241
{
@@ -268,6 +269,7 @@ export const enSidebar = {
268269
collapsible: true,
269270
prefix: 'SQL-Manual/',
270271
children: [
272+
{ text: 'QuickStart Only SQL', link: 'QuickStart-Only-Sql_apache' },
271273
{ text: 'Identifiers', link: 'Syntax-Rule' },
272274
{ text: 'Keywords', link: 'Keywords' },
273275
{ text: 'SQL Manual', link: 'SQL-Manual_apache' },

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const zhSidebar = {
4040
{ text: '常见概念', link: 'Cluster-Concept_apache' },
4141
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
4242
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_apache' },
43-
{ text: '数据类型', link: 'Data-Type' },
43+
{ text: '数据类型', link: 'Data-Type_apache' },
4444
],
4545
},
4646
{
@@ -186,6 +186,7 @@ export const zhSidebar = {
186186
collapsible: true,
187187
children: [
188188
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
189+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
189190
],
190191
},
191192
{
@@ -212,14 +213,15 @@ export const zhSidebar = {
212213
collapsible: true,
213214
prefix: 'SQL-Manual/',
214215
children: [
216+
{ text: '快速 SQL 体验', link: 'QuickStart-Only-Sql_apache' },
215217
{ text: '元数据操作', link: 'SQL-Metadata-Operations_apache' },
216218
{ text: '数据增删', link: 'SQL-Data-Addition-Deletion_apache' },
217219
{
218220
text: '数据查询',
219221
collapsible: true,
220222
children: [
221223
{ text: '概览', link: 'overview_apache' },
222-
{ text: 'SELECT子句', link: 'Select-Clause' },
224+
{ text: 'SELECT子句', link: 'Select-Clause_apache' },
223225
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
224226
{ text: 'WHERE子句', link: 'Where-Clause' },
225227
{ text: 'GROUP BY子句', link: 'GroupBy-Clause' },
@@ -230,14 +232,14 @@ export const zhSidebar = {
230232
{ text: '嵌套查询', link: 'Nested-Queries' },
231233
],
232234
},
233-
{ text: '运维语句', link: 'SQL-Maintenance-Statements' },
235+
{ text: '运维语句', link: 'SQL-Maintenance-Statements_apache' },
234236
{ text: '标识符', link: 'Identifier' },
235237
{ text: '保留字&关键字', link: 'Keywords' },
236238
{
237239
text: '函数与操作符',
238240
collapsible: true,
239241
children: [
240-
{ text: '基础函数', link: 'Basis-Function' },
242+
{ text: '基础函数', link: 'Basis-Function_apache' },
241243
{ text: '特色函数', link: 'Featured-Functions_apache' },
242244
],
243245
},
@@ -259,7 +261,7 @@ export const zhSidebar = {
259261
prefix: 'Reference/',
260262
children: [
261263
{ text: '示例数据', link: 'Sample-Data' },
262-
{ text: '配置参数', link: 'System-Config-Manual' },
264+
{ text: '配置参数', link: 'System-Config-Manual_apache' },
263265
{ text: '状态码', link: 'Status-Codes' },
264266
{ text: '系统表', link: 'System-Tables_apache' },
265267
],

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const zhSidebar = {
129129
children: [
130130
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
131131
{ text: '集群维护', link: 'Load-Balance' },
132-
{ text: '运维语句', link: 'Maintenance-statement' },
132+
{ text: '运维语句', link: 'Maintenance-statement_apache' },
133133
],
134134
},
135135
],
@@ -226,6 +226,7 @@ export const zhSidebar = {
226226
children: [
227227
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
228228
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
229+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
229230
],
230231
},
231232
{
@@ -259,6 +260,7 @@ export const zhSidebar = {
259260
collapsible: true,
260261
prefix: 'SQL-Manual/',
261262
children: [
263+
{ text: '快速 SQL 体验', link: 'QuickStart-Only-Sql_apache' },
262264
{ text: '标识符', link: 'Syntax-Rule' },
263265
{ text: '关键字', link: 'Keywords' },
264266
{ text: 'SQL手册', link: 'SQL-Manual_apache' },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const enSidebar = {
169169
children: [
170170
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
171171
{ text: 'Load Balance', link: 'Load-Balance' },
172-
{ text: 'Maintenance statement', link: 'Maintenance-commands' },
172+
{ text: 'Maintenance statement', link: 'Maintenance-commands_timecho' },
173173
],
174174
},
175175
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const zhSidebar = {
151151
children: [
152152
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
153153
{ text: '负载均衡', link: 'Load-Balance' },
154-
{ text: '运维语句', link: 'Maintenance-statement' },
154+
{ text: '运维语句', link: 'Maintenance-statement_timecho' },
155155
],
156156
},
157157
],

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const enSidebar = {
4040
{ text: 'Common Concepts', link: 'Cluster-Concept_timecho' },
4141
{ text: 'Timeseries Data Model', link: 'Navigating_Time_Series_Data' },
4242
{ text: 'Modeling Scheme Design', link: 'Data-Model-and-Terminology_timecho' },
43-
{ text: 'Data Type', link: 'Data-Type' },
43+
{ text: 'Data Type', link: 'Data-Type_timecho' },
4444
],
4545
},
4646
{
@@ -83,7 +83,7 @@ export const enSidebar = {
8383
collapsible: true,
8484
children: [
8585
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
86-
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
86+
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' },
8787
],
8888
},
8989
{
@@ -161,9 +161,9 @@ export const enSidebar = {
161161
prefix: 'AI-capability/',
162162
children: [
163163
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
164-
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
164+
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
165165
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
166-
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
166+
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
167167
],
168168
},
169169
{
@@ -217,6 +217,7 @@ export const enSidebar = {
217217
collapsible: true,
218218
children: [
219219
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
220+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
220221
],
221222
},
222223
{
@@ -243,14 +244,15 @@ export const enSidebar = {
243244
collapsible: true,
244245
prefix: 'SQL-Manual/',
245246
children: [
247+
{ text: 'QuickStart Only SQL', link: 'QuickStart-Only-Sql_timecho' },
246248
{ text: 'Metadata Operations', link: 'SQL-Metadata-Operations_timecho' },
247249
{ text: 'Data Addition&Deletion', link: 'SQL-Data-Addition-Deletion_timecho' },
248250
{
249251
text: 'Data Query',
250252
collapsible: true,
251253
children: [
252254
{ text: 'overview', link: 'overview_timecho' },
253-
{ text: 'SELECT Clause', link: 'Select-Clause' },
255+
{ text: 'SELECT Clause', link: 'Select-Clause_timecho' },
254256
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
255257
{ text: 'WHERE Clause', link: 'Where-Clause' },
256258
{ text: 'GROUP BY Clause', link: 'GroupBy-Clause' },
@@ -262,14 +264,14 @@ export const enSidebar = {
262264
{ text: 'Pattern Query', link: 'Row-Pattern-Recognition_timecho' },
263265
],
264266
},
265-
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements' },
267+
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements_timecho' },
266268
{ text: 'Identifier', link: 'Identifier' },
267269
{ text: 'Keywords', link: 'Keywords' },
268270
{
269271
text: 'Functions and Operators',
270272
collapsible: true,
271273
children: [
272-
{ text: 'Basis Functions', link: 'Basis-Function' },
274+
{ text: 'Basis Functions', link: 'Basis-Function_timecho' },
273275
{ text: 'Featured Functions', link: 'Featured-Functions_timecho' },
274276
],
275277
},
@@ -291,7 +293,7 @@ export const enSidebar = {
291293
prefix: 'Reference/',
292294
children: [
293295
{ text: 'Sample Data', link: 'Sample-Data' },
294-
{ text: 'Config Manual', link: 'System-Config-Manual' },
296+
{ text: 'Config Manual', link: 'System-Config-Manual_timecho' },
295297
{ text: 'Status Codes', link: 'Status-Codes' },
296298
{ text: 'System Tables', link: 'System-Tables_timecho' },
297299
],

0 commit comments

Comments
 (0)