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 4c2c326  update guide tree (#542)
4c2c326 is described below

commit 4c2c3262166919df0920dcdf18b5a9644c69734f
Author: lifeng <[email protected]>
AuthorDate: Wed Nov 24 11:07:27 2021 +0800

    update guide tree (#542)
    
    * updata docs2.0.0
    
     title: 'User Manual', TO   title: 'Introduction to Functions',
     title: 'Architecture Design', TO    title: 'Advanced Guide',
    
    * updata docs.2.0.0
    
    move Upgrade、Capacity expansion and reduction
---
 site_config/docs2-0-0.js | 24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/site_config/docs2-0-0.js b/site_config/docs2-0-0.js
index 62f75f9..7ad1dd4 100644
--- a/site_config/docs2-0-0.js
+++ b/site_config/docs2-0-0.js
@@ -244,32 +244,22 @@ export default {
             title: 'Load Balance',
             link: '/en-us/docs/2.0.0/user_doc/architecture/load-balance.html',
           },
-        ],
-      },
-      {
-        title: 'Integration',
-        children: [
-          {
-            title: 'Ambari Integration',
-            link: '/en-us/docs/2.0.0/user_doc/integration/ambari.html',
-          },
-        ],
-      },
-      {
-        title: 'Upgrade',
-        children: [
           {
             title: 'Upgrade',
             link: '/en-us/docs/2.0.0/user_doc/upgrade.html',
           },
+          {
+            title: 'Capacity expansion and reduction',
+            link: '/en-us/docs/2.0.0/user_doc/expansion-reduction.html',
+          },
         ],
       },
       {
-        title: 'Expansion/Reduction',
+        title: 'Integration',
         children: [
           {
-            title: 'Capacity expansion and reduction',
-            link: '/en-us/docs/2.0.0/user_doc/expansion-reduction.html',
+            title: 'Ambari Integration',
+            link: '/en-us/docs/2.0.0/user_doc/integration/ambari.html',
           },
         ],
       },

Reply via email to