Skip to content

Commit 1a01eb1

Browse files
authored
Merge branch 'main' into remove-invalid-udf-function
2 parents 00788ac + c34fb95 commit 1a01eb1

250 files changed

Lines changed: 5752 additions & 4648 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.
113 KB
Loading
118 KB
Loading
130 KB
Loading
169 KB
Loading
241 KB
Loading
246 KB
Loading

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export const enSidebar = {
111111
children: [
112112
{ text: 'Delete Data', link: 'Delete-Data' },
113113
{ text: 'TTL Delete Data', link: 'TTL-Delete' },
114-
{ text: 'SpaceTL Delete Data', link: 'SpaceTL-Delete' },
115114
],
116115
},
117116
],

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export const zhSidebar = {
102102
children: [
103103
{ text: '数据删除', link: 'Delete-Data' },
104104
{ text: '数据保留时间', link: 'TTL-Delete' },
105-
{ text: 'SpaceTL 删除', link: 'SpaceTL-Delete' },
106105
],
107106
},
108107
],

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const enSidebar = {
7676
collapsible: true,
7777
children: [
7878
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_apache' },
79-
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_apache' },
79+
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_apache' },
8080
],
8181
},
8282
],
@@ -96,7 +96,6 @@ export const enSidebar = {
9696
children: [
9797
{ text: 'Delete Data', link: 'Delete-Data' },
9898
{ text: 'TTL Delete Data', link: 'TTL-Delete-Data_apache' },
99-
{ text: 'SpaceTL Delete Data', link: 'SpaceTL-Delete' },
10099
],
101100
},
102101
],
@@ -133,9 +132,9 @@ export const enSidebar = {
133132
prefix: 'AI-capability/',
134133
children: [
135134
{ text: 'AINode(V2.0.5/6)', link: 'AINode_apache' },
136-
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_apache' },
135+
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_apache' },
137136
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
138-
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
137+
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
139138
],
140139
},
141140
{

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const enSidebar = {
8383
collapsible: true,
8484
children: [
8585
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_apache' },
86-
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_apache' },
86+
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_apache' },
8787
],
8888
},
8989
],
@@ -105,7 +105,6 @@ export const enSidebar = {
105105
children: [
106106
{ text: 'Delete Data', link: 'Delete-Data' },
107107
{ text: 'TTL Delete Data', link: 'TTL-Delete' },
108-
{ text: 'SpaceTL Delete Data', link: 'SpaceTL-Delete' },
109108
],
110109
},
111110
],
@@ -149,9 +148,9 @@ export const enSidebar = {
149148
prefix: 'AI-capability/',
150149
children: [
151150
{ text: 'AINode(V2.0.5/6)', link: 'AINode_apache' },
152-
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_apache' },
151+
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_apache' },
153152
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
154-
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
153+
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
155154
],
156155
},
157156
{

0 commit comments

Comments
 (0)