This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch master_cluster_setup_doc in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 096ef3965cfeda632834e58615292a60da80ed19 Author: LebronAl <[email protected]> AuthorDate: Wed Apr 21 17:53:20 2021 +0800 update config.js --- site/src/main/.vuepress/config.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js index fa1843c..d16dbec 100644 --- a/site/src/main/.vuepress/config.js +++ b/site/src/main/.vuepress/config.js @@ -607,7 +607,8 @@ var config = { { title: 'Cluster Setup', children: [ - ['Cluster/Cluster-Setup','Cluster Setup'] + ['Cluster/Cluster-Setup','Cluster Setup'], + ['Cluster/Cluster-Setup-Example','Cluster Setup Example'] ] }, { @@ -748,7 +749,8 @@ var config = { { title: 'Cluster Setup', children: [ - ['Cluster/Cluster-Setup','Cluster Setup'] + ['Cluster/Cluster-Setup','Cluster Setup'], + ['Cluster/Cluster-Setup-Example','Cluster Setup Example'] ] }, { @@ -1400,7 +1402,8 @@ var config = { { title: '集群搭建', children: [ - ['Cluster/Cluster-Setup','集群搭建'] + ['Cluster/Cluster-Setup','集群搭建'], + ['Cluster/Cluster-Setup-Example','集群搭建示例'] ] }, { @@ -1535,7 +1538,8 @@ var config = { { title: '集群搭建', children: [ - ['Cluster/Cluster-Setup','集群搭建'] + ['Cluster/Cluster-Setup','集群搭建'], + ['Cluster/Cluster-Setup-Example','集群搭建示例'] ] }, {
