This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch rel0.12_cluster_setup_doc in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 56664d9ad7d7ad603f2d7585bde7b4f54913bdf4 Author: LebronAl <[email protected]> AuthorDate: Wed Apr 21 17:54:28 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 d113888..a59f10a 100644 --- a/site/src/main/.vuepress/config.js +++ b/site/src/main/.vuepress/config.js @@ -615,7 +615,8 @@ var config = { { title: 'Cluster Setup', children: [ - ['Cluster/Cluster-Setup','Cluster Setup'] + ['Cluster/Cluster-Setup','Cluster Setup'], + ['Cluster/Cluster-Setup-Example','Cluster Setup Example'] ] }, { @@ -759,7 +760,8 @@ var config = { { title: 'Cluster Setup', children: [ - ['Cluster/Cluster-Setup','Cluster Setup'] + ['Cluster/Cluster-Setup','Cluster Setup'], + ['Cluster/Cluster-Setup-Example','Cluster Setup Example'] ] }, { @@ -1419,7 +1421,8 @@ var config = { { title: '集群搭建', children: [ - ['Cluster/Cluster-Setup','集群搭建'] + ['Cluster/Cluster-Setup','集群搭建'], + ['Cluster/Cluster-Setup-Example','集群搭建示例'] ] }, { @@ -1557,7 +1560,8 @@ var config = { { title: '集群搭建', children: [ - ['Cluster/Cluster-Setup','集群搭建'] + ['Cluster/Cluster-Setup','集群搭建'], + ['Cluster/Cluster-Setup-Example','集群搭建示例'] ] }, {
