Skip to content

Commit 70eca09

Browse files
authored
change k8s path in 1.3.x 2.0.x master (#633)
1 parent 5d93491 commit 70eca09

20 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const enSidebar = {
6161
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
6262
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
6363
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
64+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
6465
],
6566
},
6667
{
@@ -207,7 +208,6 @@ export const enSidebar = {
207208
{ text: 'DBeaver', link: 'DBeaver' },
208209
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
209210
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
210-
{ text: 'Kubernetes', link: 'Kubernetes_apache' },
211211
{ text: 'Telegraf Plugin', link: 'Telegraf' },
212212
{ text: 'ThingsBoard', link: 'Thingsboard' },
213213
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const zhSidebar = {
5959
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
6060
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },
6161
{ text: 'AINode部署', link: 'AINode_Deployment_apache' },
62+
{ text: 'Kubernetes部署', link: 'Kubernetes_apache' },
6263
],
6364
},
6465
{
@@ -194,7 +195,6 @@ export const zhSidebar = {
194195
{ text: 'DBeaver', link: 'DBeaver' },
195196
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
196197
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
197-
{ text: 'Kubernetes', link: 'Kubernetes_apache' },
198198
{ text: 'Telegraf插件', link: 'Telegraf' },
199199
{ text: 'ThingsBoard', link: 'Thingsboard' },
200200
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const enSidebar = {
6868
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
6969
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
7070
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
71+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
7172
],
7273
},
7374
{
@@ -186,7 +187,6 @@ export const enSidebar = {
186187
{ text: 'DBeaver', link: 'DBeaver' },
187188
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
188189
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
189-
{ text: 'Kubernetes', link: 'Kubernetes_apache' },
190190
{ text: 'Telegraf Plugin', link: 'Telegraf' },
191191
{ text: 'ThingsBoard', link: 'Thingsboard' },
192192
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export const zhSidebar = {
6060
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
6161
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },
6262
{ text: 'AINode部署', link: 'AINode_Deployment_apache' },
63+
{ text: 'Kubernetes部署', link: 'Kubernetes_apache' },
6364
],
6465
},
6566
{
@@ -173,7 +174,6 @@ export const zhSidebar = {
173174
{ text: 'DBeaver', link: 'DBeaver' },
174175
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
175176
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
176-
{ text: 'Kubernetes', link: 'Kubernetes_apache' },
177177
{ text: 'Telegraf插件', link: 'Telegraf' },
178178
{ text: 'ThingsBoard', link: 'Thingsboard' },
179179
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export const enSidebar = {
7070
link: 'Monitoring-panel-deployment',
7171
},
7272
{ text: 'Workbench Deployment', link: 'workbench-deployment_timecho' },
73+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' },
7374
],
7475
},
7576
{
@@ -224,7 +225,6 @@ export const enSidebar = {
224225
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
225226
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
226227
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
227-
{ text: 'Kubernetes', link: 'Kubernetes_timecho' },
228228
{ text: 'Telegraf Plugin', link: 'Telegraf' },
229229
{ text: 'ThingsBoard', link: 'Thingsboard' },
230230
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export const zhSidebar = {
6262
{ text: 'AINode部署', link: 'AINode_Deployment_timecho' },
6363
{ text: '监控面板部署', link: 'Monitoring-panel-deployment' },
6464
{ text: '可视化控制台部署', link: 'workbench-deployment_timecho' },
65+
{ text: 'Kubernetes部署', link: 'Kubernetes_timecho' },
6566
],
6667
},
6768
{
@@ -207,7 +208,6 @@ export const zhSidebar = {
207208
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
208209
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
209210
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
210-
{ text: 'Kubernetes', link: 'Kubernetes_timecho' },
211211
{ text: 'Telegraf插件', link: 'Telegraf' },
212212
{ text: 'ThingsBoard', link: 'Thingsboard' },
213213
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export const enSidebar = {
7777
link: 'Monitoring-panel-deployment',
7878
},
7979
{ text: 'Workbench Deployment', link: 'workbench-deployment_timecho' },
80+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' },
8081
],
8182
},
8283
{
@@ -203,7 +204,6 @@ export const enSidebar = {
203204
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
204205
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
205206
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
206-
{ text: 'Kubernetes', link: 'Kubernetes_timecho' },
207207
{ text: 'Telegraf Plugin', link: 'Telegraf' },
208208
{ text: 'ThingsBoard', link: 'Thingsboard' },
209209
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const zhSidebar = {
6363
{ text: 'AINode部署', link: 'AINode_Deployment_timecho' },
6464
{ text: '监控面板部署', link: 'Monitoring-panel-deployment' },
6565
{ text: '可视化控制台部署', link: 'workbench-deployment_timecho' },
66+
{ text: 'Kubernetes部署', link: 'Kubernetes_timecho' },
6667
],
6768
},
6869
{
@@ -186,7 +187,6 @@ export const zhSidebar = {
186187
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
187188
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
188189
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
189-
{ text: 'Kubernetes', link: 'Kubernetes_timecho' },
190190
{ text: 'Telegraf插件', link: 'Telegraf' },
191191
{ text: 'ThingsBoard', link: 'Thingsboard' },
192192
],

src/UserGuide/Master/Tree/Ecosystem-Integration/Kubernetes_apache.md renamed to src/UserGuide/Master/Tree/Deployment-and-Maintenance/Kubernetes_apache.md

File renamed without changes.

src/UserGuide/Master/Tree/Ecosystem-Integration/Kubernetes_timecho.md renamed to src/UserGuide/Master/Tree/Deployment-and-Maintenance/Kubernetes_timecho.md

File renamed without changes.

0 commit comments

Comments
 (0)