You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/05 07:51:43 UTC

[dolphinscheduler-website] branch master updated: add docs 2.0.0 (#504)

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 b43843f  add docs 2.0.0 (#504)
b43843f is described below

commit b43843f2bae85ede0b6c12f8aebd8b73b7be4116
Author: lifeng <53...@users.noreply.github.com>
AuthorDate: Fri Nov 5 15:51:39 2021 +0800

    add docs 2.0.0 (#504)
    
    * add 2.0.0 doc
    
    add 2.0.0 doc
    
    * add docs 2.0.0
    
    * add doc2.0.0
    
    * Update docs2-0-0.js
    
    add 2.0.0
    
    Co-authored-by: Kirs <ac...@163.com>
---
 site_config/docs2-0-0.js | 73 ++++++++++++++++++++++++------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

diff --git a/site_config/docs2-0-0.js b/site_config/docs2-0-0.js
index 13df74c..1c540c8 100644
--- a/site_config/docs2-0-0.js
+++ b/site_config/docs2-0-0.js
@@ -272,53 +272,54 @@ export default {
             title: '简介',
             link: '/zh-cn/docs/About_DolphinScheduler/About_DolphinScheduler.html',
           },
+          {
+            title: '软硬件环境建议配置',
+            link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/hardware.html',
+          },          
         ],
       },
       {
-        title: '用户手册',
+        title: '快速上手',
         children: [
           {
-            title: '简介',
-            link: '/zh-cn/docs/2.0.0/user_doc/guide/introduction.html',
-          },
-          {
             title: '快速上手',
             link: '/zh-cn/docs/2.0.0/user_doc/guide/quick-start.html',
           },
           {
-            title: '部署',
-            children: [
-              {
-                title: '软硬件环境建议配置',
-                link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/hardware.html',
-              },
-              {
-                title: '单机部署(Standalone)',
-                link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html',
-              },
-              {
-                title: '伪集群部署(Pseudo-Cluster)',
-                link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html',
-              },
-              {
-                title: '集群部署(Cluster)',
-                link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/cluster.html',
-              },
-              {
-                title: 'Docker部署(Docker)',
-                link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/docker.html',
-              },
-              {
-                title: 'Kubernetes部署(Kubernetes)',
-                link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/kubernetes.html',
-              },
-              {
-                title: 'SkyWalking-Agent部署(SkyWalking)',
-                link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/skywalking-agent.html',
-              },
-            ],
+            title: 'Docker部署(Docker)',
+            link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/docker.html',
+          },
+        ],
+      }, 
+      {
+        title: '部署指南',
+        children: [
+          {
+            title: '单机部署(Standalone)',
+            link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html',
+          },          
+          {
+            title: '伪集群部署(Pseudo-Cluster)',
+            link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html',
           },
           {
+            title: '集群部署(Cluster)',
+            link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/cluster.html',
+          },
+          {
+            title: 'Kubernetes部署(Kubernetes)',
+            link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/kubernetes.html',
+          },
+          {
+            title: 'SkyWalking-Agent部署(SkyWalking)',
+            link: '/zh-cn/docs/2.0.0/user_doc/guide/installation/skywalking-agent.html',
+          },
+        ],
+      }, 
+      {          
+        title: '功能介绍',
+        children: [
+          {
             title: '指标总览',
             link: '/zh-cn/docs/2.0.0/user_doc/guide/homepage.html',
           },