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/10/08 11:31:43 UTC

[iotdb] branch master updated: [Docfix] some catalogue and detail changes (#7545)

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 d93650c27d [Docfix] some catalogue and detail changes (#7545)
d93650c27d is described below

commit d93650c27d41b4b0734b7e31d2fb5f59be50d197
Author: wanghui42 <10...@users.noreply.github.com>
AuthorDate: Sat Oct 8 19:31:36 2022 +0800

    [Docfix] some catalogue and detail changes (#7545)
---
 docs/UserGuide/Reference/Syntax-Conventions.md    |  2 +-
 docs/zh/UserGuide/Reference/Syntax-Conventions.md |  2 +-
 site/src/main/.vuepress/config.js                 | 10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/UserGuide/Reference/Syntax-Conventions.md b/docs/UserGuide/Reference/Syntax-Conventions.md
index 35e88a5a25..c492bd55d2 100644
--- a/docs/UserGuide/Reference/Syntax-Conventions.md
+++ b/docs/UserGuide/Reference/Syntax-Conventions.md
@@ -713,7 +713,7 @@ String[] paths = new String[]{"root.sg.a", "root.sg.`a.``\"b`", "root.sg.`111`"}
 List<String> pathList = Arrays.asList(paths);
 ```
 
-## Learn More
+## Detailed Definitions of Lexical and Grammar
 
 Please read the lexical and grammar description files in our code repository:
 
diff --git a/docs/zh/UserGuide/Reference/Syntax-Conventions.md b/docs/zh/UserGuide/Reference/Syntax-Conventions.md
index d2cc8d60f3..2fb1111d65 100644
--- a/docs/zh/UserGuide/Reference/Syntax-Conventions.md
+++ b/docs/zh/UserGuide/Reference/Syntax-Conventions.md
@@ -713,7 +713,7 @@ String[] paths = new String[]{"root.sg.a", "root.sg.`a.``\"b`", "root.sg.`111`"}
 List<String> pathList = Arrays.asList(paths);
 ```
 
-## 了解更多
+## 词法与文法详细定义
 
 请阅读代码仓库中的词法和语法描述文件:
 
diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index f3f4e4a7f4..9fe9f14d6c 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -840,9 +840,9 @@ var config = {
 						title: 'Quick Start',
 						children: [
 							['QuickStart/QuickStart','Quick Start'],
-							['QuickStart/Files','Data storage'],
 							['QuickStart/WayToGetIoTDB','Download and Setup'],
 							['QuickStart/Command-Line-Interface','Command Line Interface'],
+							['QuickStart/Files','Data storage']
 						]
 					},
 					{
@@ -854,7 +854,7 @@ var config = {
 							['Data-Concept/Data-Type','Data Type'],
 							['Data-Concept/Encoding','Encoding'],
 							['Data-Concept/Compression','Compression'],
-							['Data-Concept/Time-Partition','Time Partition'],
+							['Data-Concept/Time-Partition','Time Partition of Data'],
 							['Data-Concept/Time-zone','Time zone']
 						]
 					},
@@ -1773,9 +1773,9 @@ var config = {
 						title: '快速上手',
 						children: [
 							['QuickStart/QuickStart','快速上手'],
-							['QuickStart/Files','数据文件存储'],
 							['QuickStart/WayToGetIoTDB','下载与安装'],
-							['QuickStart/Command-Line-Interface','SQL命令行终端(CLI)']
+							['QuickStart/Command-Line-Interface','SQL命令行终端(CLI)'],
+							['QuickStart/Files','数据文件存储']
 						]
 					},
 					{
@@ -1787,7 +1787,7 @@ var config = {
 							['Data-Concept/Data-Type','数据类型'],
 							['Data-Concept/Encoding','编码方式'],
 							['Data-Concept/Compression','压缩方式'],
-							['Data-Concept/Time-Partition','时间分区'],
+							['Data-Concept/Time-Partition','数据的时间分区'],
 							['Data-Concept/Time-zone','时区']
 						]
 					},