This is an automated email from the ASF dual-hosted git repository. caogaofei pushed a commit to branch beyyes/faq_branch in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 323d23a9a473a4c9319edeab00db7861e6605fa3 Author: Beyyes <[email protected]> AuthorDate: Thu Dec 22 19:34:37 2022 +0800 change faq in config.js --- site/src/main/.vuepress/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js index fdd2e5a2fd..553c9525dc 100644 --- a/site/src/main/.vuepress/config.js +++ b/site/src/main/.vuepress/config.js @@ -1035,6 +1035,7 @@ var config = { title: 'FAQ', children: [ ['FAQ/Frequently-asked-questions','Frequently asked questions'], + ['FAQ/FAQ-for-cluster-setup','FAQ for cluster setup'], ] }, { @@ -2232,6 +2233,7 @@ var config = { title: 'FAQ', children: [ ['FAQ/Frequently-asked-questions','常见问题'], + ['FAQ/FAQ-for-cluster-setup','分布式部署FAQ'], ] }, {
