You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by li...@apache.org on 2019/11/30 04:09:37 UTC

[incubator-dolphinscheduler-website] branch master updated: update document

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3397462  update document
3397462 is described below

commit 3397462c8b17c9050ee7e9b795d1636fc4d94778
Author: lidongdai <do...@google.com>
AuthorDate: Sat Nov 30 12:09:19 2019 +0800

    update document
---
 site_config/development.js |  7 +----
 site_config/docs.js        | 69 +++++++++++++++++++++++++++++++---------------
 2 files changed, 48 insertions(+), 28 deletions(-)

diff --git a/site_config/development.js b/site_config/development.js
index ff0d3fa..9a591af 100755
--- a/site_config/development.js
+++ b/site_config/development.js
@@ -19,12 +19,7 @@ export default {
           {
             title: 'Frontend Development',
             link: '/en-us/docs/development/frontend-development.html',
-          },
-          {
-            title: 'Api Document',
-            target: '_blank',
-            link: 'http://106.75.43.194:8888/easyscheduler/doc.html?language=en&lang=en'
-          },
+          }
         ],
       },
       {
diff --git a/site_config/docs.js b/site_config/docs.js
index 3a3c338..1fc1113 100755
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -2,28 +2,38 @@ export default {
   'en-us': {
     sidemenu: [
       {
-        title: 'User doc',
+        title: 'Deployment doc',
         children: [
           {
-            title: 'Quick Start',
-            link: '/en-us/docs/user_doc/quick-start.html',
-          },
-          {
             title: 'Backend deploy',
             link: '/en-us/docs/user_doc/backend-deployment.html',
           },
           {
             title: 'Frontend deploy',
             link: '/en-us/docs/user_doc/frontend-deployment.html',
-          },
-          {
-            title: 'System manual',
-            link: '/en-us/docs/user_doc/system-manual.html',
-          },
+          }
         ]
       },
       {
-        title: 'Release',
+          title: 'User Manual',
+          children: [
+              {
+                  title: 'Quick Start',
+                  link: '/en-us/docs/user_doc/quick-start.html',
+              },
+              {
+                  title: 'User Manual',
+                  link: '/en-us/docs/user_doc/system-manual.html',
+              }
+          ]
+      },
+      {
+          title: 'Api Document',
+          target: '_blank',
+          link: 'http://106.75.43.194:8888/easyscheduler/doc.html?language=en&lang=en'
+      },
+      {
+        title: 'Upgrade',
         children: [
           {
             title: 'Upgrade',
@@ -46,28 +56,43 @@ export default {
   'zh-cn': {
     sidemenu: [
       {
-        title: '用户文档',
+        title: '部署文档',
         children: [
           {
-            title: '快速上手',
-            link: '/zh-cn/docs/user_doc/quick-start.html',
-          },
-          {
             title: '后端部署',
             link: '/zh-cn/docs/user_doc/backend-deployment.html',
           },
           {
             title: '前端部署',
             link: '/zh-cn/docs/user_doc/frontend-deployment.html',
-          },
-          {
-            title: '系统手册',
-            link: '/zh-cn/docs/user_doc/system-manual.html',
-          },
+          }
         ],
       },
       {
-        title: '版本发布',
+          title: '用户手册',
+          children: [
+              {
+                  title: '快速上手',
+                  link: '/zh-cn/docs/user_doc/quick-start.html',
+              },
+              {
+                  title: '用户手册',
+                  link: '/zh-cn/docs/user_doc/system-manual.html',
+              },
+          ],
+      },
+      {
+          title: 'API文档',
+          children: [
+              {
+                  title: '',
+                  target: '_blank',
+                  link: 'http://106.75.43.194:8888/easyscheduler/doc.html?language=zh_CN&lang=zh'
+              }
+          ]
+      },
+      {
+        title: '版本升级',
         children: [
           {
             title: '升级',