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:56:12 UTC

[incubator-dolphinscheduler-website] branch master updated: Revert "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 c3012b0  Revert "update content"
c3012b0 is described below

commit c3012b0c8b32d55c4dd878e3045a367b48af6a66
Author: lidongdai <do...@google.com>
AuthorDate: Fri Nov 29 19:53:37 2019 +0800

    Revert "update content"
    
    This reverts commit 1e2b788cb7ba5339cad63f8b3a6a1cb6c02f8abb.
---
 site_config/docs.js | 288 ++++++++++++++++++++++++----------------------------
 1 file changed, 134 insertions(+), 154 deletions(-)

diff --git a/site_config/docs.js b/site_config/docs.js
index 14be813..d0fb3ef 100755
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -1,158 +1,138 @@
 export default {
-    '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',
-                    }
-                ]
-            }
+  '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'
+          },
         ],
-        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: 'Release',
+        children: [
+          {
+            title: 'Upgrade',
+            link: '/en-us/docs/release/upgrade.html',
+          }
         ],
-        barText: '文档'
-    }
+      },
+      {
+        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: '文档'
+  }
 };