Skip to content

Commit 4b1307f

Browse files
authored
Merge branch 'main' into userguide-031002-add-backup-tool
2 parents 5d8aff6 + e53a15b commit 4b1307f

55 files changed

Lines changed: 1985 additions & 97 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.

src/.vuepress/public/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ RewriteCond %{REQUEST_FILENAME} !-d
55
RewriteRule . /404.html [L]
66

77
ErrorDocument 404 /404.html
8+
9+
Header set Content-Security-Policy "default-src data: blob: 'self' *.apache.org *.githubusercontent.com *.github.com *.algolia.net *.algolianet.com *.apachecon.com *.communityovercode.org 'unsafe-inline' 'unsafe-eval'; frame-src 'self' data: blob:; frame-ancestors 'self'; worker-src 'self' data: blob:; img-src 'self' blob: data: https: *.apache.org www.apachecon.com; style-src 'self' 'unsafe-inline' data:;"
88.4 KB
Loading
46.3 KB
Loading
130 KB
Loading

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

Lines changed: 2 additions & 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
{
@@ -159,6 +160,7 @@ export const enSidebar = {
159160
{ text: 'Data Import(V1.3.3)', link: 'Data-Import-Tool' },
160161
{ text: 'Data Export(V1.3.3)', link: 'Data-Export-Tool' },
161162
{ text: 'Full Backup Tool(V1.3.2)', link: 'Backup-Tool' },
163+
{ text: 'Health Check Tool(V1.3.2)', link: 'Health-Check-Tool' },
162164
],
163165
},
164166
{
@@ -208,7 +210,6 @@ export const enSidebar = {
208210
{ text: 'DBeaver', link: 'DBeaver' },
209211
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
210212
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
211-
{ text: 'Kubernetes', link: 'Kubernetes_apache' },
212213
{ text: 'Telegraf Plugin', link: 'Telegraf' },
213214
{ text: 'ThingsBoard', link: 'Thingsboard' },
214215
],

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

Lines changed: 2 additions & 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
{
@@ -146,6 +147,7 @@ export const zhSidebar = {
146147
{ text: '数据导入(V1.3.3)', link: 'Data-Import-Tool' },
147148
{ text: '数据导出(V1.3.3)', link: 'Data-Export-Tool' },
148149
{ text: '全量备份工具(V1.3.2)', link: 'Backup-Tool' },
150+
{ text: '健康检查工具(V1.3.2)', link: 'Health-Check-Tool' },
149151
],
150152
},
151153
{
@@ -195,7 +197,6 @@ export const zhSidebar = {
195197
{ text: 'DBeaver', link: 'DBeaver' },
196198
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
197199
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
198-
{ text: 'Kubernetes', link: 'Kubernetes_apache' },
199200
{ text: 'Telegraf插件', link: 'Telegraf' },
200201
{ text: 'ThingsBoard', link: 'Thingsboard' },
201202
],

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

Lines changed: 2 additions & 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
{
@@ -140,6 +141,7 @@ export const enSidebar = {
140141
{ text: 'Data Import', link: 'Data-Import-Tool' },
141142
{ text: 'Data Export', link: 'Data-Export-Tool' },
142143
{ text: 'Full Backup Tool', link: 'Backup-Tool' },
144+
{ text: 'Health Check Tool', link: 'Health-Check-Tool' },
143145
],
144146
},
145147
{
@@ -187,7 +189,6 @@ export const enSidebar = {
187189
{ text: 'DBeaver', link: 'DBeaver' },
188190
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
189191
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
190-
{ text: 'Kubernetes', link: 'Kubernetes_apache' },
191192
{ text: 'Telegraf Plugin', link: 'Telegraf' },
192193
{ text: 'ThingsBoard', link: 'Thingsboard' },
193194
],

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

Lines changed: 2 additions & 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
{
@@ -127,6 +128,7 @@ export const zhSidebar = {
127128
{ text: '数据导入', link: 'Data-Import-Tool' },
128129
{ text: '数据导出', link: 'Data-Export-Tool' },
129130
{ text: '全量备份工具', link: 'Backup-Tool' },
131+
{ text: '健康检查工具', link: 'Health-Check-Tool' },
130132
],
131133
},
132134
{
@@ -174,7 +176,6 @@ export const zhSidebar = {
174176
{ text: 'DBeaver', link: 'DBeaver' },
175177
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
176178
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
177-
{ text: 'Kubernetes', link: 'Kubernetes_apache' },
178179
{ text: 'Telegraf插件', link: 'Telegraf' },
179180
{ text: 'ThingsBoard', link: 'Thingsboard' },
180181
],

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

Lines changed: 2 additions & 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
{
@@ -173,6 +174,7 @@ export const enSidebar = {
173174
{ text: 'Data Import(V1.3.3)', link: 'Data-Import-Tool' },
174175
{ text: 'Data Export(V1.3.3)', link: 'Data-Export-Tool' },
175176
{ text: 'Full Backup Tool(V1.3.2)', link: 'Backup-Tool' },
177+
{ text: 'Health Check Tool(V1.3.2)', link: 'Health-Check-Tool' },
176178
],
177179
},
178180
{
@@ -225,7 +227,6 @@ export const enSidebar = {
225227
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
226228
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
227229
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
228-
{ text: 'Kubernetes', link: 'Kubernetes_timecho' },
229230
{ text: 'Telegraf Plugin', link: 'Telegraf' },
230231
{ text: 'ThingsBoard', link: 'Thingsboard' },
231232
],

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

Lines changed: 2 additions & 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
{
@@ -156,6 +157,7 @@ export const zhSidebar = {
156157
{ text: '数据导入(V1.3.3)', link: 'Data-Import-Tool' },
157158
{ text: '数据导出(V1.3.3)', link: 'Data-Export-Tool' },
158159
{ text: '全量备份工具(V1.3.2)', link: 'Backup-Tool' },
160+
{ text: '健康检查工具(V1.3.2)', link: 'Health-Check-Tool' },
159161
],
160162
},
161163
{
@@ -208,7 +210,6 @@ export const zhSidebar = {
208210
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
209211
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
210212
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
211-
{ text: 'Kubernetes', link: 'Kubernetes_timecho' },
212213
{ text: 'Telegraf插件', link: 'Telegraf' },
213214
{ text: 'ThingsBoard', link: 'Thingsboard' },
214215
],

0 commit comments

Comments
 (0)