Skip to content

Commit 3ce65fd

Browse files
authored
split document (#1002)
* split document * split document
1 parent 5b64c76 commit 3ce65fd

File tree

144 files changed

+58057
-28585
lines changed

Some content is hidden

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

144 files changed

+58057
-28585
lines changed

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

Lines changed: 5 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
{
@@ -222,7 +222,7 @@ export const enSidebar = {
222222
collapsible: true,
223223
children: [
224224
{ text: 'overview', link: 'overview_apache' },
225-
{ text: 'SELECT Clause', link: 'Select-Clause' },
225+
{ text: 'SELECT Clause', link: 'Select-Clause_apache' },
226226
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
227227
{ text: 'WHERE Clause', link: 'Where-Clause' },
228228
{ text: 'GROUP BY Clause', link: 'GroupBy-Clause' },
@@ -233,14 +233,14 @@ export const enSidebar = {
233233
{ text: 'Nested Queries', link: 'Nested-Queries' },
234234
],
235235
},
236-
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements' },
236+
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements_apache' },
237237
{ text: 'Identifier', link: 'Identifier' },
238238
{ text: 'Keywords', link: 'Keywords' },
239239
{
240240
text: 'Functions and Operators',
241241
collapsible: true,
242242
children: [
243-
{ text: 'Basis Functions', link: 'Basis-Function' },
243+
{ text: 'Basis Functions', link: 'Basis-Function_apache' },
244244
{ text: 'Featured Functions', link: 'Featured-Functions_apache' },
245245
],
246246
},
@@ -262,7 +262,7 @@ export const enSidebar = {
262262
prefix: 'Reference/',
263263
children: [
264264
{ text: 'Sample Data', link: 'Sample-Data' },
265-
{ text: 'Config Manual', link: 'System-Config-Manual' },
265+
{ text: 'Config Manual', link: 'System-Config-Manual_apache' },
266266
{ text: 'Status Codes', link: 'Status-Codes' },
267267
{ text: 'System Tables', link: 'System-Tables_apache' },
268268
],

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const enSidebar = {
4646
text: 'Modeling Scheme Design',
4747
link: 'Data-Model-and-Terminology_apache',
4848
},
49-
{ text: 'Data Type', link: 'Data-Type' },
49+
{ text: 'Data Type', link: 'Data-Type_apache' },
5050
],
5151
},
5252
{
@@ -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
],

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

Lines changed: 5 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
{
@@ -219,7 +219,7 @@ export const zhSidebar = {
219219
collapsible: true,
220220
children: [
221221
{ text: '概览', link: 'overview_apache' },
222-
{ text: 'SELECT子句', link: 'Select-Clause' },
222+
{ text: 'SELECT子句', link: 'Select-Clause_apache' },
223223
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
224224
{ text: 'WHERE子句', link: 'Where-Clause' },
225225
{ text: 'GROUP BY子句', link: 'GroupBy-Clause' },
@@ -230,14 +230,14 @@ export const zhSidebar = {
230230
{ text: '嵌套查询', link: 'Nested-Queries' },
231231
],
232232
},
233-
{ text: '运维语句', link: 'SQL-Maintenance-Statements' },
233+
{ text: '运维语句', link: 'SQL-Maintenance-Statements_apache' },
234234
{ text: '标识符', link: 'Identifier' },
235235
{ text: '保留字&关键字', link: 'Keywords' },
236236
{
237237
text: '函数与操作符',
238238
collapsible: true,
239239
children: [
240-
{ text: '基础函数', link: 'Basis-Function' },
240+
{ text: '基础函数', link: 'Basis-Function_apache' },
241241
{ text: '特色函数', link: 'Featured-Functions_apache' },
242242
],
243243
},
@@ -259,7 +259,7 @@ export const zhSidebar = {
259259
prefix: 'Reference/',
260260
children: [
261261
{ text: '示例数据', link: 'Sample-Data' },
262-
{ text: '配置参数', link: 'System-Config-Manual' },
262+
{ text: '配置参数', link: 'System-Config-Manual_apache' },
263263
{ text: '状态码', link: 'Status-Codes' },
264264
{ text: '系统表', link: 'System-Tables_apache' },
265265
],

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

Lines changed: 2 additions & 2 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
{
@@ -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
],

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: 8 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
{
@@ -250,7 +250,7 @@ export const enSidebar = {
250250
collapsible: true,
251251
children: [
252252
{ text: 'overview', link: 'overview_timecho' },
253-
{ text: 'SELECT Clause', link: 'Select-Clause' },
253+
{ text: 'SELECT Clause', link: 'Select-Clause_timecho' },
254254
{ text: 'FROM&JOIN Clause', link: 'From-Join-Clause' },
255255
{ text: 'WHERE Clause', link: 'Where-Clause' },
256256
{ text: 'GROUP BY Clause', link: 'GroupBy-Clause' },
@@ -262,14 +262,14 @@ export const enSidebar = {
262262
{ text: 'Pattern Query', link: 'Row-Pattern-Recognition_timecho' },
263263
],
264264
},
265-
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements' },
265+
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements_timecho' },
266266
{ text: 'Identifier', link: 'Identifier' },
267267
{ text: 'Keywords', link: 'Keywords' },
268268
{
269269
text: 'Functions and Operators',
270270
collapsible: true,
271271
children: [
272-
{ text: 'Basis Functions', link: 'Basis-Function' },
272+
{ text: 'Basis Functions', link: 'Basis-Function_timecho' },
273273
{ text: 'Featured Functions', link: 'Featured-Functions_timecho' },
274274
],
275275
},
@@ -291,7 +291,7 @@ export const enSidebar = {
291291
prefix: 'Reference/',
292292
children: [
293293
{ text: 'Sample Data', link: 'Sample-Data' },
294-
{ text: 'Config Manual', link: 'System-Config-Manual' },
294+
{ text: 'Config Manual', link: 'System-Config-Manual_timecho' },
295295
{ text: 'Status Codes', link: 'Status-Codes' },
296296
{ text: 'System Tables', link: 'System-Tables_timecho' },
297297
],

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const enSidebar = {
4646
text: 'Modeling Scheme Design',
4747
link: 'Data-Model-and-Terminology_timecho',
4848
},
49-
{ text: 'Data Type', link: 'Data-Type' },
49+
{ text: 'Data Type', link: 'Data-Type_timecho' },
5050
],
5151
},
5252
{
@@ -90,7 +90,7 @@ export const enSidebar = {
9090
collapsible: true,
9191
children: [
9292
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
93-
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
93+
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' },
9494
],
9595
},
9696
{
@@ -162,7 +162,7 @@ export const enSidebar = {
162162
children: [
163163
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
164164
{ text: 'Cluster Maintenance', link: 'Load-Balance' },
165-
{ text: 'Maintenance statement', link: 'Maintenance-commands' },
165+
{ text: 'Maintenance statement', link: 'Maintenance-commands_timecho' },
166166
],
167167
},
168168
],
@@ -173,9 +173,9 @@ export const enSidebar = {
173173
prefix: 'AI-capability/',
174174
children: [
175175
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
176-
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
176+
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
177177
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
178-
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
178+
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
179179
],
180180
},
181181
{

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const zhSidebar = {
4040
{ text: '常见概念', link: 'Cluster-Concept_timecho' },
4141
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
4242
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_timecho' },
43-
{ text: '数据类型', link: 'Data-Type' },
43+
{ text: '数据类型', link: 'Data-Type_timecho' },
4444
],
4545
},
4646
{
@@ -77,7 +77,7 @@ export const zhSidebar = {
7777
collapsible: true,
7878
children: [
7979
{ text: 'AINode 部署(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
80-
{ text: 'AINode 部署(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
80+
{ text: 'AINode 部署(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' },
8181
],
8282
},
8383
{
@@ -152,9 +152,9 @@ export const zhSidebar = {
152152
prefix: 'AI-capability/',
153153
children: [
154154
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
155-
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
155+
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
156156
{ text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
157-
{ text: '时序大模型(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
157+
{ text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
158158
],
159159
},
160160
{
@@ -241,7 +241,7 @@ export const zhSidebar = {
241241
collapsible: true,
242242
children: [
243243
{ text: '概览', link: 'overview_timecho' },
244-
{ text: 'SELECT子句', link: 'Select-Clause' },
244+
{ text: 'SELECT子句', link: 'Select-Clause_timecho' },
245245
{ text: 'FROM&JOIN子句', link: 'From-Join-Clause' },
246246
{ text: 'WHERE子句', link: 'Where-Clause' },
247247
{ text: 'GROUP BY子句', link: 'GroupBy-Clause' },
@@ -253,14 +253,14 @@ export const zhSidebar = {
253253
{ text: '模式查询', link: 'Row-Pattern-Recognition_timecho' },
254254
],
255255
},
256-
{ text: '运维语句', link: 'SQL-Maintenance-Statements' },
256+
{ text: '运维语句', link: 'SQL-Maintenance-Statements_timecho' },
257257
{ text: '标识符', link: 'Identifier' },
258258
{ text: '保留字&关键字', link: 'Keywords' },
259259
{
260260
text: '函数与操作符',
261261
collapsible: true,
262262
children: [
263-
{ text: '基础函数', link: 'Basis-Function' },
263+
{ text: '基础函数', link: 'Basis-Function_timecho' },
264264
{ text: '特色函数', link: 'Featured-Functions_timecho' },
265265
],
266266
},
@@ -282,7 +282,7 @@ export const zhSidebar = {
282282
prefix: 'Reference/',
283283
children: [
284284
{ text: '示例数据', link: 'Sample-Data' },
285-
{ text: '配置参数', link: 'System-Config-Manual' },
285+
{ text: '配置参数', link: 'System-Config-Manual_timecho' },
286286
{ text: '状态码', link: 'Status-Codes' },
287287
{ text: '系统表', link: 'System-Tables_timecho' },
288288
],

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const zhSidebar = {
4040
{ text: '常见概念', link: 'Cluster-Concept_timecho' },
4141
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
4242
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_timecho' },
43-
{ text: '数据类型', link: 'Data-Type' },
43+
{ text: '数据类型', link: 'Data-Type_timecho' },
4444
],
4545
},
4646
{
@@ -78,7 +78,7 @@ export const zhSidebar = {
7878
collapsible: true,
7979
children: [
8080
{ text: 'AINode 部署(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
81-
{ text: 'AINode 部署(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
81+
{ text: 'AINode 部署(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' },
8282
],
8383
},
8484
{
@@ -144,7 +144,7 @@ export const zhSidebar = {
144144
children: [
145145
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
146146
{ text: '集群维护', link: 'Load-Balance' },
147-
{ text: '运维语句', link: 'Maintenance-statement' },
147+
{ text: '运维语句', link: 'Maintenance-statement_timecho' },
148148
],
149149
},
150150
],
@@ -155,9 +155,9 @@ export const zhSidebar = {
155155
prefix: 'AI-capability/',
156156
children: [
157157
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
158-
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
158+
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
159159
{ text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
160-
{ text: '时序大模型(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
160+
{ text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
161161
],
162162
},
163163
{

0 commit comments

Comments
 (0)