You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2020/01/17 09:27:44 UTC

[incubator-dolphinscheduler-website] branch master updated: update documents (#78)

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

leonbao 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 9ed3b2b  update documents (#78)
9ed3b2b is described below

commit 9ed3b2b3ea5f1e811e4a9553f44caaebce71bfa6
Author: bao liang <29...@users.noreply.github.com>
AuthorDate: Fri Jan 17 17:27:35 2020 +0800

    update documents (#78)
    
    * test
    
    * test
    
    * change structure of documents
    
    * add how to become a committer
    
    * update documents
    
    * update documents
    
    * update
    
    * update
    
    * update
---
 site_config/site.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/site_config/site.js b/site_config/site.js
index 90882aa..f776c63 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -62,7 +62,7 @@ export default {
       list: [
         {
           text: 'Overview',
-          link: '/en-us/docs/developer_guide/architecture-design.html',
+          link: '/en-us/docs/1.2.0/user_doc/architecture-design.html',
         },
         {
           text: 'Quick start',
@@ -70,7 +70,7 @@ export default {
         },
         {
           text: 'Developer guide',
-          link: '/en-us/docs/development/developers.html',
+          link: '/en-us/docs/1.2.0/user_doc/backend-development.html',
         },
       ],
     },
@@ -127,7 +127,7 @@ export default {
       {
         key: 'download',
         text: '下载',
-        link: '/zh-cn/docs/user_doc/download.html',
+        link: '/zh-cn/docs/release/download.html',
       },
       {
         key: 'blog',
@@ -137,7 +137,7 @@ export default {
       {
         key: 'development',
         text: '开发者',
-        link: '/zh-cn/docs/development/architecture-design.html',
+        link: '/zh-cn/docs/development/subscribe.html',
       },
       {
         key: 'community',
@@ -158,7 +158,7 @@ export default {
       list: [
         {
           text: '概览',
-          link: '/zh-cn/docs/developer_guide/architecture-design.html',
+          link: '/zh-cn/docs/1.2.0/user_doc/architecture-design.html',
         },
         {
           text: '快速开始',
@@ -166,7 +166,7 @@ export default {
         },
         {
           text: '开发者指南',
-          link: '/zh-cn/docs/development/developers.html',
+          link: '/zh-cn/docs/1.2.0/user_doc/backend-development.html',
         },
       ],
     },