This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d8b3d9  add docs2.0.0 (#507)
8d8b3d9 is described below

commit 8d8b3d94d86950fddc441b99901a775e74c674b8
Author: lifeng <[email protected]>
AuthorDate: Mon Nov 8 10:54:28 2021 +0800

    add docs2.0.0 (#507)
    
    add docs2.0.0
---
 site_config/docs2-0-0.js | 22 ++++++----------------
 1 file changed, 6 insertions(+), 16 deletions(-)

diff --git a/site_config/docs2-0-0.js b/site_config/docs2-0-0.js
index 1c540c8..2e209e5 100644
--- a/site_config/docs2-0-0.js
+++ b/site_config/docs2-0-0.js
@@ -273,8 +273,12 @@ export default {
             link: 
'/zh-cn/docs/About_DolphinScheduler/About_DolphinScheduler.html',
           },
           {
-            title: '软硬件环境建议配置',
+            title: '建议配置',
             link: 
'/zh-cn/docs/2.0.0/user_doc/guide/installation/hardware.html',
+          },
+          {
+            title: '架构设计',
+            link: '/zh-cn/docs/2.0.0/user_doc/architecture/design.html',
           },          
         ],
       },
@@ -474,17 +478,13 @@ export default {
         ],
       },
       {
-        title: '架构设计',
+        title: '高级指南',
         children: [
           {
             title: '元数据文档',
             link: '/zh-cn/docs/2.0.0/user_doc/architecture/metadata.html',
           },
           {
-            title: '架构设计',
-            link: '/zh-cn/docs/2.0.0/user_doc/architecture/design.html',
-          },
-          {
             title: '配置文件',
             link: '/zh-cn/docs/2.0.0/user_doc/architecture/configuration.html',
           },
@@ -496,20 +496,10 @@ export default {
             title: '负载均衡',
             link: '/zh-cn/docs/2.0.0/user_doc/architecture/load-balance.html',
           },
-        ],
-      },
-      {
-        title: '版本升级',
-        children: [
           {
             title: '升级',
             link: '/zh-cn/docs/2.0.0/user_doc/upgrade.html',
           },
-        ],
-      },
-      {
-        title: '扩/缩容',
-        children: [
           {
             title: '扩/缩容',
             link: '/zh-cn/docs/2.0.0/user_doc/expansion-reduction.html',

Reply via email to