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/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 9be64af fix design doc title
9be64af is described below
commit 9be64af719abe183b2ca4ebd459bdbb15d0fa70c
Author: qiaojialin <[email protected]>
AuthorDate: Sat May 30 12:33:01 2020 +0800
fix design doc title
---
site/src/main/.vuepress/config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/main/.vuepress/config.js
b/site/src/main/.vuepress/config.js
index 9653455..6c613aa 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -863,7 +863,7 @@ var config = {
]
},
{
- title: '5-数据查询',
+ title: '数据查询',
children: [
['DataQuery/DataQuery','数据查询'],
['DataQuery/QueryFundamentals','查询基础介绍'],