You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/11/27 10:54:09 UTC

[iotdb] branch master updated: add common config in config.js (#8205)

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 01d10843ac add common config in config.js (#8205)
01d10843ac is described below

commit 01d10843ac888ffc59c3c503a1513bfa366a2e46
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Sun Nov 27 18:54:03 2022 +0800

    add common config in config.js (#8205)
---
 docs/zh/UserGuide/Reference/Common-Config-Manual.md | 6 +++---
 site/src/main/.vuepress/config.js                   | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/zh/UserGuide/Reference/Common-Config-Manual.md b/docs/zh/UserGuide/Reference/Common-Config-Manual.md
index ded90c356d..e555d5a280 100644
--- a/docs/zh/UserGuide/Reference/Common-Config-Manual.md
+++ b/docs/zh/UserGuide/Reference/Common-Config-Manual.md
@@ -19,11 +19,11 @@
 
 -->
 
-# 通用配置参数
+# 公共配置参数
 
-IoTDB ConfigNode 和 DataNode 的通用配置参数位于 `conf` 目录下。
+IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
 
-* `iotdb-common.properties`:IoTDB 的通用配置文件。
+* `iotdb-common.properties`:IoTDB 集群的公共配置。
 
 ## 改后生效方式
 不同的配置参数有不同的生效方式,分为以下三种:
diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index 06516a5e28..8fba48996d 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -1045,6 +1045,7 @@ var config = {
 					{
 						title: 'Reference',
 						children: [
+							['Reference/Common-Config-Manual','Common Config Manual'],
 							['Reference/ConfigNode-Config-Manual','ConfigNode Config Manual'],
 							['Reference/DataNode-Config-Manual','DataNode Config Manual'],
 							['Reference/Status-Codes','Status Codes'],
@@ -2018,6 +2019,7 @@ var config = {
 					{
 						title: '参考',
 						children: [
+							['Reference/Common-Config-Manual','公共配置参数'],
 							['Reference/ConfigNode-Config-Manual','ConfigNode配置参数'],
 							['Reference/DataNode-Config-Manual','DataNode配置参数'],
 							['Reference/Status-Codes','状态码'],