This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new f67a8c28d8 Chapter-adjustment (#7922)
f67a8c28d8 is described below
commit f67a8c28d8c8a15a060406860615a4b5395c6ca4
Author: wanghui42 <[email protected]>
AuthorDate: Tue Nov 8 15:04:28 2022 +0800
Chapter-adjustment (#7922)
---
.../Sync-Tool.md | 0
.../Frequently-asked-questions.md | 0
.../UserGuide/{Alert => Monitor-Alert}/Alerting.md | 0
.../Metric-Tool.md | 0
.../Sync-Tool.md | 0
.../Frequently-asked-questions.md | 0
.../UserGuide/{Alert => Monitor-Alert}/Alerting.md | 0
.../Metric-Tool.md | 0
site/src/main/.vuepress/config.js | 43 ++++++++++++++++------
9 files changed, 32 insertions(+), 11 deletions(-)
diff --git a/docs/UserGuide/Maintenance-Tools/Sync-Tool.md
b/docs/UserGuide/Edge-Cloud-Collaboration/Sync-Tool.md
similarity index 100%
rename from docs/UserGuide/Maintenance-Tools/Sync-Tool.md
rename to docs/UserGuide/Edge-Cloud-Collaboration/Sync-Tool.md
diff --git a/docs/UserGuide/Reference/Frequently-asked-questions.md
b/docs/UserGuide/FAQ/Frequently-asked-questions.md
similarity index 100%
rename from docs/UserGuide/Reference/Frequently-asked-questions.md
rename to docs/UserGuide/FAQ/Frequently-asked-questions.md
diff --git a/docs/UserGuide/Alert/Alerting.md
b/docs/UserGuide/Monitor-Alert/Alerting.md
similarity index 100%
rename from docs/UserGuide/Alert/Alerting.md
rename to docs/UserGuide/Monitor-Alert/Alerting.md
diff --git a/docs/UserGuide/Maintenance-Tools/Metric-Tool.md
b/docs/UserGuide/Monitor-Alert/Metric-Tool.md
similarity index 100%
rename from docs/UserGuide/Maintenance-Tools/Metric-Tool.md
rename to docs/UserGuide/Monitor-Alert/Metric-Tool.md
diff --git a/docs/zh/UserGuide/Maintenance-Tools/Sync-Tool.md
b/docs/zh/UserGuide/Edge-Cloud-Collaboration/Sync-Tool.md
similarity index 100%
rename from docs/zh/UserGuide/Maintenance-Tools/Sync-Tool.md
rename to docs/zh/UserGuide/Edge-Cloud-Collaboration/Sync-Tool.md
diff --git a/docs/zh/UserGuide/Reference/Frequently-asked-questions.md
b/docs/zh/UserGuide/FAQ/Frequently-asked-questions.md
similarity index 100%
rename from docs/zh/UserGuide/Reference/Frequently-asked-questions.md
rename to docs/zh/UserGuide/FAQ/Frequently-asked-questions.md
diff --git a/docs/zh/UserGuide/Alert/Alerting.md
b/docs/zh/UserGuide/Monitor-Alert/Alerting.md
similarity index 100%
rename from docs/zh/UserGuide/Alert/Alerting.md
rename to docs/zh/UserGuide/Monitor-Alert/Alerting.md
diff --git a/docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md
b/docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md
similarity index 100%
rename from docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md
rename to docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md
diff --git a/site/src/main/.vuepress/config.js
b/site/src/main/.vuepress/config.js
index 2c5876ff1f..4462a4a5b1 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -828,7 +828,7 @@ var config = {
collapsable: false,
},
{
- title: 'IoTDB Introduction',
+ title: 'About IoTDB',
children: [
['IoTDB-Introduction/What-is-IoTDB','What is IoTDB'],
['IoTDB-Introduction/Architecture','Architecture'],
@@ -940,10 +940,11 @@ var config = {
]
},
{
- title: 'Alert',
+ title: 'Monitor and Alert',
sidebarDepth: 1,
children: [
-
['Alert/Alerting','Alerting'],
+
['Monitor-Alert/Metric-Tool','Metric Tool'],
+
['Monitor-Alert/Alerting','Alerting'],
]
},
{
@@ -961,11 +962,16 @@ var config = {
['Maintenance-Tools/MLogParser-Tool','MLogParser Tool'],
['Maintenance-Tools/NodeTool','Node Tool'],
['Maintenance-Tools/Watermark-Tool','Watermark Tool'],
-
['Maintenance-Tools/Metric-Tool','Metric Tool'],
['Maintenance-Tools/Sync-Tool','Sync Tool'],
['Maintenance-Tools/TsFile-Split-Tool','TsFile Split Tool']
]
},
+ {
+ title: 'Collaboration of Edge
and Cloud',
+ children: [
+
['Edge-Cloud-Collaboration/Sync-Tool','TsFile Sync Tool'],
+ ]
+ },
{
title: 'Ecosystem Integration',
children: [
@@ -1006,13 +1012,18 @@ var config = {
['UDF-Library/M4', 'M4']
]
},
+ {
+ title: 'FAQ',
+ children: [
+
['FAQ/Frequently-asked-questions','Frequently asked questions'],
+ ]
+ },
{
title: 'Reference',
children: [
['Reference/ConfigNode-Config-Manual','ConfigNode Config Manual'],
['Reference/DataNode-Config-Manual','DataNode Config Manual'],
['Reference/Keywords','Keywords'],
-
['Reference/Frequently-asked-questions','Frequently asked questions'],
['Reference/TSDB-Comparison','TSDB Comparison']
]
},
@@ -1765,7 +1776,7 @@ var config = {
collapsable: false,
},
{
- title: 'IoTDB简介',
+ title: '关于IoTDB',
children: [
['IoTDB-Introduction/What-is-IoTDB','IoTDB简介'],
['IoTDB-Introduction/Features','主要功能特点'],
@@ -1877,10 +1888,11 @@ var config = {
]
},
{
- title: '告警',
+ title: '监控告警',
sidebarDepth: 1,
children: [
-
['Alert/Alerting','告警机制'],
+
['Monitor-Alert/Metric-Tool','监控工具'],
+
['Monitor-Alert/Alerting','告警机制'],
]
},
{
@@ -1898,11 +1910,15 @@ var config = {
['Maintenance-Tools/MLogParser-Tool','Mlog解析工具'],
['Maintenance-Tools/NodeTool','节点工具'],
['Maintenance-Tools/Watermark-Tool','水印工具'],
-
['Maintenance-Tools/Metric-Tool','监控工具'],
-
['Maintenance-Tools/Sync-Tool','TsFile 同步工具'],
['Maintenance-Tools/TsFile-Split-Tool','TsFile 拆分工具']
]
},
+ {
+ title: '端云协同',
+ children: [
+
['Edge-Cloud-Collaboration/Sync-Tool','TsFile 同步工具']
+ ]
+ },
{
title: '系统集成',
children: [
@@ -1943,13 +1959,18 @@ var config = {
['UDF-Library/M4', 'M4']
]
},
+ {
+ title: 'FAQ',
+ children: [
+
['FAQ/Frequently-asked-questions','常见问题'],
+ ]
+ },
{
title: '参考',
children: [
['Reference/ConfigNode-Config-Manual','ConfigNode配置参数'],
['Reference/DataNode-Config-Manual','DataNode配置参数'],
['Reference/Keywords','关键字'],
-
['Reference/Frequently-asked-questions','常见问题'],
['Reference/TSDB-Comparison','时间序列数据库比较']
]
}