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/29 11:34:18 UTC

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

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 1e2b788  update content
1e2b788 is described below

commit 1e2b788cb7ba5339cad63f8b3a6a1cb6c02f8abb
Author: lidongdai <do...@google.com>
AuthorDate: Fri Nov 29 19:34:00 2019 +0800

    update content
---
 site_config/docs.js | 288 ++++++++++++++++++++++++++++------------------------
 1 file changed, 154 insertions(+), 134 deletions(-)

diff --git a/site_config/docs.js b/site_config/docs.js
index d0fb3ef..14be813 100755
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -1,138 +1,158 @@
 export default {
-  'en-us': {
-    sidemenu: [
-      {
-        title: 'User 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: 'Developer guide',
-        children: [
-          {
-            title: 'Architecture Design',
-            link: '/en-us/docs/developer_guide/architecture-design.html',
-          },
-          {
-            title: 'Backend Development',
-            link: '/en-us/docs/developer_guide/backend-development.html',
-          },
-          {
-            title: 'Frontend Development',
-            link: '/en-us/docs/developer_guide/frontend-development.html',
-          },
-          {
-            title: 'Api Document',
-            target: '_blank',
-            link: 'http://106.75.43.194:8888/easyscheduler/doc.html?language=en&lang=en'
-          },
+    'en-us': {
+        sidemenu: [
+            {
+                title: 'Deployment Doc',
+                children: [
+                    {
+                        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: '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: 'Advanced-Development Guide',
+                children: [
+                    {
+                        title: 'Architecture Design',
+                        link: '/en-us/docs/developer_guide/architecture-design.html',
+                    },
+                    {
+                        title: 'Backend Development',
+                        link: '/en-us/docs/developer_guide/backend-development.html',
+                    },
+                    {
+                        title: 'Frontend Development',
+                        link: '/en-us/docs/developer_guide/frontend-development.html',
+                    }
+                ],
+            },
+            {
+                title: 'Api Doc',
+                children: [
+                    {
+                        title: 'Api Document',
+                        target: '_blank',
+                        link: 'http://106.75.43.194:8888/easyscheduler/doc.html?language=en&lang=en'
+                    }
+                ],
+            },
+            {
+                title: 'Upgrade',
+                children: [
+                    {
+                        title: 'Upgrade',
+                        link: '/en-us/docs/release/upgrade.html',
+                    }
+                ],
+            },
+            {
+                title: 'FAQ',
+                children: [
+                    {
+                        title: 'FAQ',
+                        link: '/en-us/docs/faq.html',
+                    }
+                ]
+            }
         ],
-      },
-      {
-        title: 'Release',
-        children: [
-          {
-            title: 'Upgrade',
-            link: '/en-us/docs/release/upgrade.html',
-          }
+        barText: 'Documentation',
+    },
+    'zh-cn': {
+        sidemenu: [
+            {
+                title: '部署文档',
+                children: [
+                    {
+                        title: '后端部署',
+                        link: '/zh-cn/docs/user_doc/backend-deployment.html',
+                    },
+                    {
+                        title: '前端部署',
+                        link: '/zh-cn/docs/user_doc/frontend-deployment.html',
+                    },
+                ],
+            },
+            {
+                title: '用户手册',
+                children: [
+                    {
+                        title: '快速上手',
+                        link: '/zh-cn/docs/user_doc/quick-start.html',
+                    },
+                    {
+                        title: '用户手册',
+                        link: '/zh-cn/docs/user_doc/system-manual.html',
+                    },
+                ],
+            },
+            {
+                title: '高级进阶-开发指南',
+                children: [
+                    {
+                        title: '架构设计',
+                        link: '/zh-cn/docs/developer_guide/architecture-design.html',
+                    },
+                    {
+                        title: '后端开发',
+                        link: '/zh-cn/docs/developer_guide/backend-development.html',
+                    },
+                    {
+                        title: '前端开发',
+                        link: '/zh-cn/docs/developer_guide/frontend-development.html',
+                    },
+                    {
+                        title: '插件开发',
+                        link: '/zh-cn/docs/developer_guide/architecture-design.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: '升级',
+                        link: '/zh-cn/docs/release/upgrade.html',
+                    }
+                ]
+            },
+            {
+                title: 'FAQ',
+                children: [
+                    {
+                        title: 'FAQ',
+                        link: '/zh-cn/docs/faq.html',
+                    }
+                ]
+            }
         ],
-      },
-      {
-        title: 'FAQ',
-        children: [
-          {
-            title: 'FAQ',
-            link: '/en-us/docs/faq.html',
-          }
-        ]
-      }
-    ],
-    barText: 'Documentation',
-  },
-  'zh-cn': {
-    sidemenu: [
-      {
-        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: '开发者指南',
-        children: [
-          {
-            title: '架构设计',
-            link: '/zh-cn/docs/developer_guide/architecture-design.html',
-          },
-          {
-            title: '后端开发',
-            link: '/zh-cn/docs/developer_guide/backend-development.html',
-          },
-          {
-            title: '插件开发',
-            link: '/zh-cn/docs/developer_guide/architecture-design.html',
-          },
-          {
-            title: '前端开发',
-            link: '/zh-cn/docs/developer_guide/frontend-development.html',
-          },
-          {
-            title: '接口文档',
-            target: '_blank',
-            link: 'http://106.75.43.194:8888/easyscheduler/doc.html?language=zh_CN&lang=zh'
-          },
-        ],
-      },
-      {
-        title: '版本发布',
-        children: [
-          {
-            title: '升级',
-            link: '/zh-cn/docs/release/upgrade.html',
-          }
-        ],
-      },
-      {
-        title: 'FAQ',
-        children: [
-          {
-            title: 'FAQ',
-            link: '/zh-cn/docs/faq.html',
-          }
-        ]
-      }
-    ],
-    barText: '文档'
-  }
+        barText: '文档'
+    }
 };