Skip to content

Commit 1659126

Browse files
authored
Merge branch 'main' into add-alter-datatype-2082
2 parents beddeec + ce17504 commit 1659126

329 files changed

Lines changed: 18865 additions & 12029 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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,6 +216,7 @@ 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
{

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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,6 +213,7 @@ 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
{

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/V2.0.x/en-Table.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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,6 +244,7 @@ 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
{

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export const enSidebar = {
262262
children: [
263263
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
264264
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
265+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
265266
],
266267
},
267268
{
@@ -296,6 +297,7 @@ export const enSidebar = {
296297
collapsible: true,
297298
prefix: 'SQL-Manual/',
298299
children: [
300+
{ text: 'QuickStart Only SQL', link: 'QuickStart-Only-Sql_timecho' },
299301
{ text: 'Identifiers', link: 'Syntax-Rule' },
300302
{ text: 'Keywords', link: 'Keywords' },
301303
{ text: 'SQL Manual', link: 'SQL-Manual_timecho' },

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export const zhSidebar = {
208208
collapsible: true,
209209
children: [
210210
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
211+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
211212
],
212213
},
213214
{
@@ -234,6 +235,7 @@ export const zhSidebar = {
234235
collapsible: true,
235236
prefix: 'SQL-Manual/',
236237
children: [
238+
{ text: '快速 SQL 体验', link: 'QuickStart-Only-Sql_timecho' },
237239
{ text: '元数据操作', link: 'SQL-Metadata-Operations_timecho' },
238240
{ text: '数据增删', link: 'SQL-Data-Addition-Deletion_timecho' },
239241
{

0 commit comments

Comments
 (0)