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 2eaf4fc  updata docs2.0.0 (#536)
2eaf4fc is described below

commit 2eaf4fc32040b52bff9dbd45e1ce08896c045dae
Author: lifeng <[email protected]>
AuthorDate: Tue Nov 23 11:43:39 2021 +0800

    updata docs2.0.0 (#536)
    
    * updata docs2.0.0
    
    updata docs2.0.0
    
    * Update docs2-0-0.js
---
 site_config/docs2-0-0.js | 67 +++++++++++++++++++++++++++---------------------
 1 file changed, 38 insertions(+), 29 deletions(-)

diff --git a/site_config/docs2-0-0.js b/site_config/docs2-0-0.js
index 995d363..f2a4367 100644
--- a/site_config/docs2-0-0.js
+++ b/site_config/docs2-0-0.js
@@ -19,6 +19,44 @@ export default {
         ],
       },
       {
+        title: 'Quick Start',
+        children: [
+          {
+            title: 'Quick Start',
+            link: '/en-us/docs/2.0.0/user_doc/guide/quick-start.html',
+          },
+          {
+            title: 'Docker Deployment',
+            link: '/en-us/docs/2.0.0/user_doc/guide/installation/docker.html',
+           },
+            ],
+          },
+      {
+        title: 'Installation',
+        children: [
+          {
+            title: 'Standalone Deployment',
+            link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/standalone.html',
+          },
+          {
+            title: 'Pseudo Cluster Deployment',
+            link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html',
+          },
+          {
+            title: 'Cluster Deployment',
+            link: '/en-us/docs/2.0.0/user_doc/guide/installation/cluster.html',
+          },
+          {
+            title: 'Kubernetes Deployment',
+            link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/kubernetes.html',
+          },
+          {
+            title: 'SkyWalking-Agent Deployment',
+            link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/skywalking-agent.html',
+          },
+        ],
+      },
+      {
         title: 'User Manual',
         children: [
           {
@@ -30,35 +68,6 @@ export default {
             link: '/en-us/docs/2.0.0/user_doc/guide/quick-start.html',
           },
           {
-            title: 'Installation',
-            children: [
-              {
-                title: 'Standalone Deployment',
-                link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/standalone.html',
-              },
-              {
-                title: 'Pseudo Cluster Deployment',
-                link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html',
-              },
-              {
-                title: 'Cluster Deployment',
-                link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/cluster.html',
-              },
-              {
-                title: 'Docker Deployment',
-                link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/docker.html',
-              },
-              {
-                title: 'Kubernetes Deployment',
-                link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/kubernetes.html',
-              },
-              {
-                title: 'SkyWalking-Agent Deployment',
-                link: 
'/en-us/docs/2.0.0/user_doc/guide/installation/skywalking-agent.html',
-              },
-            ],
-          },
-          {
             title: 'Workflow Overview',
             link: '/en-us/docs/2.0.0/user_doc/guide/homepage.html',
           },

Reply via email to