Skip to content

Commit 03a411a

Browse files
committed
update default password to TimechoDB@2021 for timecho version related documents
1 parent 6993378 commit 03a411a

File tree

267 files changed

+50574
-783
lines changed

Some content is hidden

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

267 files changed

+50574
-783
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const enSidebar = {
9999
text: 'Security Permissions',
100100
collapsible: true,
101101
children: [
102-
{ text: 'Authority Management', link: 'Authority-Management' },
102+
{ text: 'Authority Management', link: 'Authority-Management_apache' },
103103
],
104104
},
105105
{
@@ -126,20 +126,20 @@ export const enSidebar = {
126126
collapsible: true,
127127
prefix: 'Tools-System/',
128128
children: [
129-
{ text: 'CLI', link: 'CLI' },
129+
{ text: 'CLI', link: 'CLI_apache' },
130130
{ text: 'Monitor Tool', link: 'Monitor-Tool_apache' },
131131
{ text: 'Benchmark Tool', link: 'Benchmark' },
132132
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_apache' },
133133
{ text: 'Data Import & Export', collapsible: true,
134134
children: [
135-
{ text: 'Data Import', link: 'Data-Import-Tool' },
136-
{ text: 'Data Export', link: 'Data-Export-Tool' },
135+
{ text: 'Data Import', link: 'Data-Import-Tool_apache' },
136+
{ text: 'Data Export', link: 'Data-Export-Tool_apache' },
137137
],
138138
},
139139
{ text: 'Schema Import & Export', collapsible: true,
140140
children: [
141-
{ text: 'Schema Import', link: 'Schema-Import-Tool' },
142-
{ text: 'Schema Export', link: 'Schema-Export-Tool' },
141+
{ text: 'Schema Import', link: 'Schema-Import-Tool_apache' },
142+
{ text: 'Schema Export', link: 'Schema-Export-Tool_apache' },
143143
],
144144
},
145145
],
@@ -150,10 +150,10 @@ export const enSidebar = {
150150
prefix: 'API/',
151151
children: [
152152
{ text: 'Java Native API', link: 'Programming-Java-Native-API_apache' },
153-
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
154-
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
155-
{ text: 'GO Native API', link: 'Programming-Go-Native-API' },
156-
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
153+
{ text: 'Python Native API', link: 'Programming-Python-Native-API_apache' },
154+
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API_apache' },
155+
{ text: 'GO Native API', link: 'Programming-Go-Native-API_apache' },
156+
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API_apache' },
157157
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
158158
{ text: 'MQTT Protocol', link: 'Programming-MQTT' },
159159
{ text: 'RESTAPI V1 ', link: 'RestAPI-V1' },

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ export const enSidebar = {
8181
text: 'Data Modeling',
8282
link: 'Operate-Metadata_apache',
8383
},
84-
{ text: 'Write Data', link: 'Write-Data' },
85-
{ text: 'Query Data', link: 'Query-Data' },
84+
{ text: 'Write Data', link: 'Write-Data_apache' },
85+
{ text: 'Query Data', link: 'Query-Data_apache' },
8686
{
8787
text: 'Delete Data',
8888
collapsible: true,
@@ -99,7 +99,7 @@ export const enSidebar = {
9999
prefix: 'User-Manual/',
100100
children: [
101101
{ text: 'Data Sync', link: 'Data-Sync_apache' },
102-
{ text: 'Data Subscription', link: 'Data-subscription' },
102+
{ text: 'Data Subscription', link: 'Data-subscription_apache' },
103103
{
104104
text: 'Stream Computing',
105105
collapsible: true,
@@ -113,7 +113,7 @@ export const enSidebar = {
113113
{
114114
text: 'Security Permissions',
115115
collapsible: true,
116-
children: [{ text: 'Permission Management', link: 'Authority-Management' }],
116+
children: [{ text: 'Permission Management', link: 'Authority-Management_apache' }],
117117
},
118118
{
119119
text: 'System Maintenance',
@@ -146,14 +146,14 @@ export const enSidebar = {
146146
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_apache' },
147147
{ text: 'Data Import & Export', collapsible: true,
148148
children: [
149-
{ text: 'Data Import', link: 'Data-Import-Tool' },
150-
{ text: 'Data Export', link: 'Data-Export-Tool' },
149+
{ text: 'Data Import', link: 'Data-Import-Tool_apache' },
150+
{ text: 'Data Export', link: 'Data-Export-Tool_apache' },
151151
],
152152
},
153153
{ text: 'Schema Import & Export', collapsible: true,
154154
children: [
155-
{ text: 'Schema Import', link: 'Schema-Import-Tool' },
156-
{ text: 'Schema Export', link: 'Schema-Export-Tool' },
155+
{ text: 'Schema Import', link: 'Schema-Import-Tool_apache' },
156+
{ text: 'Schema Export', link: 'Schema-Export-Tool_apache' },
157157
],
158158
},
159159
{ text: 'Full Backup Tool', link: 'Backup-Tool' },
@@ -167,24 +167,24 @@ export const enSidebar = {
167167
children: [
168168
{ text: 'Java Native Interface', collapsible: true,
169169
children: [
170-
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
171-
{ text: 'Data Subscription API', link: 'Programming-Data-Subscription' },
170+
{ text: 'Java Native API', link: 'Programming-Java-Native-API_apache' },
171+
{ text: 'Data Subscription API', link: 'Programming-Data-Subscription_apache' },
172172
],
173173
},
174-
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
174+
{ text: 'Python Native API', link: 'Programming-Python-Native-API_apache' },
175175
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
176176
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },
177177
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
178178
{ text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
179179
{ text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
180-
{ text: 'JDBC', link: 'Programming-JDBC' },
180+
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
181181
{ text: 'MQTT Protocol', link: 'Programming-MQTT' },
182182
{
183183
text: 'REST API',
184184
collapsible: true,
185185
children: [
186-
{ text: 'V1 (Not Recommend)', link: 'RestServiceV1' },
187-
{ text: 'V2', link: 'RestServiceV2' },
186+
{ text: 'V1 (Not Recommend)', link: 'RestServiceV1_apache' },
187+
{ text: 'V2', link: 'RestServiceV2_apache' },
188188
],
189189
},
190190
],
@@ -251,7 +251,7 @@ export const enSidebar = {
251251
children: [
252252
{ text: 'Identifiers', link: 'Syntax-Rule' },
253253
{ text: 'Keywords', link: 'Keywords' },
254-
{ text: 'SQL Manual', link: 'SQL-Manual' },
254+
{ text: 'SQL Manual', link: 'SQL-Manual_apache' },
255255
{
256256
text: 'Functions and Operators',
257257
collapsible: true,

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const zhSidebar = {
9191
{
9292
text: '安全权限',
9393
collapsible: true,
94-
children: [{ text: '权限管理', link: 'Authority-Management' }],
94+
children: [{ text: '权限管理', link: 'Authority-Management_apache' }],
9595
},
9696
{
9797
text: '系统运维',
@@ -117,19 +117,19 @@ export const zhSidebar = {
117117
collapsible: true,
118118
prefix: 'Tools-System/',
119119
children: [
120-
{ text: '命令行工具', link: 'CLI' },
120+
{ text: '命令行工具', link: 'CLI_apache' },
121121
{ text: '监控工具', link: 'Monitor-Tool_apache' },
122122
{ text: '集群管理工具', link: 'Maintenance-Tool_apache' },
123123
{ text: '数据导入导出', collapsible: true,
124124
children: [
125-
{ text: '数据导入', link: 'Data-Import-Tool' },
126-
{ text: '数据导出', link: 'Data-Export-Tool' },
125+
{ text: '数据导入', link: 'Data-Import-Tool_apache' },
126+
{ text: '数据导出', link: 'Data-Export-Tool_apache' },
127127
],
128128
},
129129
{ text: '元数据导入导出', collapsible: true,
130130
children: [
131-
{ text: '元数据导入', link: 'Schema-Import-Tool' },
132-
{ text: '元数据导出', link: 'Schema-Export-Tool' },
131+
{ text: '元数据导入', link: 'Schema-Import-Tool_apache' },
132+
{ text: '元数据导出', link: 'Schema-Export-Tool_apache' },
133133
],
134134
},
135135
],
@@ -140,10 +140,10 @@ export const zhSidebar = {
140140
prefix: 'API/',
141141
children: [
142142
{ text: 'Java原生接口', link: 'Programming-Java-Native-API_apache' },
143-
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
144-
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
145-
{ text: 'GO原生接口', link: 'Programming-Go-Native-API' },
146-
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
143+
{ text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' },
144+
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API_apache' },
145+
{ text: 'GO原生接口', link: 'Programming-Go-Native-API_apache' },
146+
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API_apache' },
147147
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
148148
{ text: 'MQTT协议', link: 'Programming-MQTT' },
149149
{ text: 'RESTAPI V1 ', link: 'RestServiceV1' },

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export const zhSidebar = {
6969
prefix: 'Basic-Concept/',
7070
children: [
7171
{ text: '测点管理', link: 'Operate-Metadata_apache' },
72-
{ text: '数据写入', link: 'Write-Data' },
73-
{ text: '数据查询', link: 'Query-Data' },
72+
{ text: '数据写入', link: 'Write-Data_apache' },
73+
{ text: '数据查询', link: 'Query-Data_apache' },
7474
{
7575
text: '数据删除',
7676
collapsible: true,
@@ -87,7 +87,7 @@ export const zhSidebar = {
8787
prefix: 'User-Manual/',
8888
children: [
8989
{ text: '数据同步', link: 'Data-Sync_apache' },
90-
{ text: '数据订阅', link: 'Data-subscription' },
90+
{ text: '数据订阅', link: 'Data-subscription_apache' },
9191
{
9292
text: '流计算',
9393
collapsible: true,
@@ -101,7 +101,7 @@ export const zhSidebar = {
101101
{
102102
text: '安全权限',
103103
collapsible: true,
104-
children: [{ text: '权限管理', link: 'Authority-Management' }],
104+
children: [{ text: '权限管理', link: 'Authority-Management_apache' }],
105105
},
106106
{
107107
text: '系统运维',
@@ -134,14 +134,14 @@ export const zhSidebar = {
134134
{ text: '集群管理工具', link: 'Maintenance-Tool_apache' },
135135
{ text: '数据导入导出', collapsible: true,
136136
children: [
137-
{ text: '数据导入', link: 'Data-Import-Tool' },
138-
{ text: '数据导出', link: 'Data-Export-Tool' },
137+
{ text: '数据导入', link: 'Data-Import-Tool_apache' },
138+
{ text: '数据导出', link: 'Data-Export-Tool_apache' },
139139
],
140140
},
141141
{ text: '元数据导入导出', collapsible: true,
142142
children: [
143-
{ text: '元数据导入', link: 'Schema-Import-Tool' },
144-
{ text: '元数据导出', link: 'Schema-Export-Tool' },
143+
{ text: '元数据导入', link: 'Schema-Import-Tool_apache' },
144+
{ text: '元数据导出', link: 'Schema-Export-Tool_apache' },
145145
],
146146
},
147147
{ text: '全量备份工具', link: 'Backup-Tool' },
@@ -155,24 +155,24 @@ export const zhSidebar = {
155155
children: [
156156
{ text: 'Java原生接口', collapsible: true,
157157
children: [
158-
{ text: 'Java原生API', link: 'Programming-Java-Native-API' },
159-
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
158+
{ text: 'Java原生API', link: 'Programming-Java-Native-API_apache' },
159+
{ text: '数据订阅API', link: 'Programming-Data-Subscription_apache' },
160160
],
161161
},
162-
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
162+
{ text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' },
163163
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
164164
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
165165
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
166166
{ text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
167167
{ text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
168-
{ text: 'JDBC', link: 'Programming-JDBC' },
168+
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
169169
{ text: 'MQTT协议', link: 'Programming-MQTT' },
170170
{
171171
text: 'REST API',
172172
collapsible: true,
173173
children: [
174-
{ text: 'V1 (不推荐)', link: 'RestServiceV1' },
175-
{ text: 'V2', link: 'RestServiceV2' },
174+
{ text: 'V1 (不推荐)', link: 'RestServiceV1_apache' },
175+
{ text: 'V2', link: 'RestServiceV2_apache' },
176176
],
177177
},
178178
],

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const enSidebar = {
103103
text: 'Security Permissions',
104104
collapsible: true,
105105
children: [
106-
{ text: 'Authority Management', link: 'Authority-Management' },
106+
{ text: 'Authority Management', link: 'Authority-Management_timecho' },
107107
],
108108
},
109109
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
@@ -131,20 +131,20 @@ export const enSidebar = {
131131
collapsible: true,
132132
prefix: 'Tools-System/',
133133
children: [
134-
{ text: 'CLI', link: 'CLI' },
134+
{ text: 'CLI', link: 'CLI_timecho' },
135135
{ text: 'Monitor Tool', link: 'Monitor-Tool_timecho' },
136136
{ text: 'Benchmark Tool', link: 'Benchmark' },
137137
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_timecho' },
138138
{ text: 'Data Import & Export', collapsible: true,
139139
children: [
140-
{ text: 'Data Import', link: 'Data-Import-Tool' },
141-
{ text: 'Data Export', link: 'Data-Export-Tool' },
140+
{ text: 'Data Import', link: 'Data-Import-Tool_timecho' },
141+
{ text: 'Data Export', link: 'Data-Export-Tool_timecho' },
142142
],
143143
},
144144
{ text: 'Schema Import & Export', collapsible: true,
145145
children: [
146-
{ text: 'Schema Import', link: 'Schema-Import-Tool' },
147-
{ text: 'Schema Export', link: 'Schema-Export-Tool' },
146+
{ text: 'Schema Import', link: 'Schema-Import-Tool_timecho' },
147+
{ text: 'Schema Export', link: 'Schema-Export-Tool_timecho' },
148148
],
149149
},
150150
],
@@ -155,10 +155,10 @@ export const enSidebar = {
155155
prefix: 'API/',
156156
children: [
157157
{ text: 'Java Native API', link: 'Programming-Java-Native-API_timecho' },
158-
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
159-
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
160-
{ text: 'GO Native API', link: 'Programming-Go-Native-API' },
161-
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
158+
{ text: 'Python Native API', link: 'Programming-Python-Native-API_timecho' },
159+
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API_timecho' },
160+
{ text: 'GO Native API', link: 'Programming-Go-Native-API_timecho' },
161+
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API_timecho' },
162162
{ text: 'JDBC', link: 'Programming-JDBC_timecho' },
163163
/* { text: 'MQTT Protocol', link: 'Programming-MQTT' }, */
164164
{ text: 'RESTAPI V1 ', link: 'RestAPI-V1' },

0 commit comments

Comments
 (0)