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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6029b09  Add files via upload
6029b09 is described below

commit 6029b09e37736f95ce9ca18b3deffdda985cd25a
Author: dailidong <[email protected]>
AuthorDate: Wed Sep 25 23:13:28 2019 +0800

    Add files via upload
---
 zh-cn/blog/architecture-design.html                  | 14 +++++++-------
 zh-cn/blog/index.html                                | 12 ++++++------
 zh-cn/community/index.html                           | 12 ++++++------
 zh-cn/docs/developer_guide/architecture-design.html  | 14 +++++++-------
 zh-cn/docs/developer_guide/backend-development.html  | 14 +++++++-------
 zh-cn/docs/developer_guide/frontend-development.html | 14 +++++++-------
 zh-cn/docs/developer_guide/plugin-development.html   | 14 +++++++-------
 zh-cn/docs/development/contribute.html               | 14 +++++++-------
 zh-cn/docs/development/developers.html               | 14 +++++++-------
 zh-cn/docs/faq.html                                  | 14 +++++++-------
 zh-cn/docs/release/1.0.1-release.html                | 14 +++++++-------
 zh-cn/docs/release/1.0.2-release.html                | 14 +++++++-------
 zh-cn/docs/release/1.0.3-release.html                | 14 +++++++-------
 zh-cn/docs/release/1.0.4-release.html                | 14 +++++++-------
 zh-cn/docs/release/1.0.5-release.html                | 14 +++++++-------
 zh-cn/docs/release/1.1.0-release.html                | 14 +++++++-------
 zh-cn/docs/release/upgrade.html                      | 14 +++++++-------
 zh-cn/docs/user_doc/backend-deployment.html          | 14 +++++++-------
 zh-cn/docs/user_doc/frontend-deployment.html         | 14 +++++++-------
 zh-cn/docs/user_doc/quick-start.html                 | 14 +++++++-------
 zh-cn/docs/user_doc/system-manual.html               | 14 +++++++-------
 zh-cn/index.html                                     | 12 ++++++------
 22 files changed, 151 insertions(+), 151 deletions(-)

diff --git a/zh-cn/blog/architecture-design.html 
b/zh-cn/blog/architecture-design.html
index b9d00e5..1d7b226 100644
--- a/zh-cn/blog/architecture-design.html
+++ b/zh-cn/blog/architecture-design.html
@@ -8,11 +8,11 @@
        <meta name="description" content="architecture-design" />
        <!-- 网页标签标题 -->
        <title>architecture-design</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/blogDetail.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/blogDetail.css" />
 </head>
 <body>
-       <div id="root"><div class="blog-detail-page" data-reactroot=""><header 
class="header-container header-container-normal"><div class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" src [...]
+       <div id="root"><div class="blog-detail-page" data-reactroot=""><header 
class="header-container header-container-normal"><div class="header-body"><a 
href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-norma [...]
 <p>在对调度系统架构说明之前,我们先来认识一下调度系统常用的名词</p>
 <h3>1.名词解释</h3>
 <p><strong>DAG:</strong> 全称Directed Acyclic 
Graph,简称DAG。工作流中的Task任务以有向无环图的形式组装起来,从入度为零的节点进行拓扑遍历,直到无后继节点为止。举例如下图:</p>
@@ -301,16 +301,16 @@ ZooKeeper Master容错完成之后则重新由EasyScheduler中Scheduler线程调
 </code></pre>
 <h3>总结</h3>
 <p>本文从调度出发,初步介绍了大数据分布式工作流调度系统--EasyScheduler的架构原理及实现思路。未完待续</p>
-</section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/blogDetail.js"></script>
+       <script src="/build/blogDetail.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/blog/index.html b/zh-cn/blog/index.html
index 65c237f..b5d144b 100644
--- a/zh-cn/blog/index.html
+++ b/zh-cn/blog/index.html
@@ -8,20 +8,20 @@
        <meta name="description" content="页面内容简介" />
        <!-- 网页标签标题 -->
        <title>Apache DolphinScheduler | 博客</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/blog.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/blog.css" />
 </head>
 <body>
-       <div id="root"><div class="blog-list-page" data-reactroot=""><header 
class="header-container header-container-normal"><div class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" src=" [...]
+       <div id="root"><div class="blog-list-page" data-reactroot=""><header 
class="header-container header-container-normal"><div class="header-body"><a 
href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-normal" [...]
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/blog.js"></script>
+       <script src="/build/blog.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/community/index.html b/zh-cn/community/index.html
index 7d5ed9f..1989a32 100644
--- a/zh-cn/community/index.html
+++ b/zh-cn/community/index.html
@@ -8,20 +8,20 @@
        <meta name="description" content="页面内容简介" />
        <!-- 网页标签标题 -->
        <title>Apache DolphinScheduler | 社区</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/community.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/community.css" />
 </head>
 <body>
-       <div id="root"><div class="community-page" data-reactroot=""><header 
class="header-container header-container-normal"><div class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" src=" [...]
+       <div id="root"><div class="community-page" data-reactroot=""><header 
class="header-container header-container-normal"><div class="header-body"><a 
href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-normal" [...]
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/community.js"></script>
+       <script src="/build/community.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/developer_guide/architecture-design.html 
b/zh-cn/docs/developer_guide/architecture-design.html
index da8cadc..5e31215 100644
--- a/zh-cn/docs/developer_guide/architecture-design.html
+++ b/zh-cn/docs/developer_guide/architecture-design.html
@@ -8,11 +8,11 @@
        <meta name="description" content="architecture-design" />
        <!-- 网页标签标题 -->
        <title>architecture-design</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>在对调度系统架构说明之前,我们先来认识一下调度系统常用的名词</p>
 <h3>1.名词解释</h3>
 <p><strong>DAG:</strong> 全称Directed Acyclic 
Graph,简称DAG。工作流中的Task任务以有向无环图的形式组装起来,从入度为零的节点进行拓扑遍历,直到无后继节点为止。举例如下图:</p>
@@ -301,16 +301,16 @@ ZooKeeper Master容错完成之后则重新由EasyScheduler中Scheduler线程调
 </code></pre>
 <h3>总结</h3>
 <p>本文从调度出发,初步介绍了大数据分布式工作流调度系统--EasyScheduler的架构原理及实现思路。未完待续</p>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/developer_guide/backend-development.html 
b/zh-cn/docs/developer_guide/backend-development.html
index ce0ab08..e409d3e 100644
--- a/zh-cn/docs/developer_guide/backend-development.html
+++ b/zh-cn/docs/developer_guide/backend-development.html
@@ -8,11 +8,11 @@
        <meta name="description" content="backend-development" />
        <!-- 网页标签标题 -->
        <title>backend-development</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <h2>环境要求</h2>
 <ul>
 <li><a href="http://geek.analysys.cn/topic/124";>Mysql</a> (5.5+) :  必装</li>
@@ -51,16 +51,16 @@ script : 集群启动、停止和服务监控启停脚本
 sql : 项目依赖sql文件
 install.sh : 一键部署脚本
 </code></pre>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/developer_guide/frontend-development.html 
b/zh-cn/docs/developer_guide/frontend-development.html
index 8e8d6d4..e63b30f 100644
--- a/zh-cn/docs/developer_guide/frontend-development.html
+++ b/zh-cn/docs/developer_guide/frontend-development.html
@@ -8,11 +8,11 @@
        <meta name="description" content="frontend-development" />
        <!-- 网页标签标题 -->
        <title>frontend-development</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <h3>技术选型</h3>
 <pre><code>Vue mvvm框架
 
@@ -513,16 +513,16 @@ test.then(res =&gt; {
 <p>权限根据后端接口<code>getUserInfo</code>接口给出<code>userType: 
&quot;ADMIN_USER/GENERAL_USER&quot;</code>权限控制页面操作按钮是否<code>disabled</code></p>
 <p>具体操作:<code>src/js/module/permissions/index.js</code></p>
 <p>disabled处理:<code>src/js/module/mixin/disabledState.js</code></p>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/developer_guide/plugin-development.html 
b/zh-cn/docs/developer_guide/plugin-development.html
index 3c8bdec..ff25252 100644
--- a/zh-cn/docs/developer_guide/plugin-development.html
+++ b/zh-cn/docs/developer_guide/plugin-development.html
@@ -8,11 +8,11 @@
        <meta name="description" content="plugin-development" />
        <!-- 网页标签标题 -->
        <title>plugin-development</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>提醒:目前任务插件开发暂不支持热部署</p>
 <h3>基于SHELL的任务</h3>
 <h4>基于YARN的计算(参见MapReduceTask)</h4>
@@ -66,16 +66,16 @@
 <li>构造方法或者重写 <strong>AbstractTask</strong> 的 <strong>init</strong> 
方法中,解析自定义任务参数实体</li>
 <li>重写 <strong>handle</strong> 
方法实现业务逻辑并设置相应的<strong>exitStatusCode</strong></li>
 </ul>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/development/contribute.html 
b/zh-cn/docs/development/contribute.html
index 4947e15..273da75 100644
--- a/zh-cn/docs/development/contribute.html
+++ b/zh-cn/docs/development/contribute.html
@@ -8,21 +8,21 @@
        <meta name="description" content="contribute" />
        <!-- 网页标签标题 -->
        <title>contribute</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/development/developers.html 
b/zh-cn/docs/development/developers.html
index 769de6b..de0b6a6 100644
--- a/zh-cn/docs/development/developers.html
+++ b/zh-cn/docs/development/developers.html
@@ -8,21 +8,21 @@
        <meta name="description" content="developers" />
        <!-- 网页标签标题 -->
        <title>developers</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/faq.html b/zh-cn/docs/faq.html
index 53ebf63..6f40b8f 100644
--- a/zh-cn/docs/faq.html
+++ b/zh-cn/docs/faq.html
@@ -8,11 +8,11 @@
        <meta name="description" content="faq" />
        <!-- 网页标签标题 -->
        <title>faq</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>A: 
EasyScheduler由5个服务组成,MasterServer、WorkerServer、ApiServer、AlertServer、LoggerServer和UI。</p>
 <table>
 <thead>
@@ -192,16 +192,16 @@
     &lt;version&gt;1.1.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/release/1.0.1-release.html 
b/zh-cn/docs/release/1.0.1-release.html
index f15457e..c281109 100644
--- a/zh-cn/docs/release/1.0.1-release.html
+++ b/zh-cn/docs/release/1.0.1-release.html
@@ -8,11 +8,11 @@
        <meta name="description" content="1.0.1-release" />
        <!-- 网页标签标题 -->
        <title>1.0.1-release</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>Easy Scheduler 1.0.2是1.x系列中的第二个版本。更新内容具体如下:</p>
 <ul>
 <li>1,outlook TSL 发邮件支持</li>
@@ -23,16 +23,16 @@
 <li>6,队列支持界面添加</li>
 <li>7,escheduler.t_escheduler_queue 增加了create_time和update_time字段</li>
 </ul>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/release/1.0.2-release.html 
b/zh-cn/docs/release/1.0.2-release.html
index 837d4cf..4cb2513 100644
--- a/zh-cn/docs/release/1.0.2-release.html
+++ b/zh-cn/docs/release/1.0.2-release.html
@@ -8,11 +8,11 @@
        <meta name="description" content="1.0.2-release" />
        <!-- 网页标签标题 -->
        <title>1.0.2-release</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>Easy Scheduler 
1.0.2是1.x系列中的第三个版本。此版本增加了调度开放接口、worker分组(指定任务运行的机器组)、任务流程及服务监控以及对oracle、clickhouse等支持,具体如下:</p>
 <h1>新特性:</h1>
 <ul>
@@ -47,16 +47,16 @@
 <p>最后但最重要的是,没有以下伙伴的贡献就没有新版本的诞生:</p>
 <p>Baoqi , chubbyjiang , coreychen , chgxtony, cmdares , datuzi , dingchao, 
fanguanqun , 风清扬, gaojun416 , googlechorme, hyperknob , hujiang75277381 , 
huanzui , kinssun, ivivi727 ,jimmy, jiangzhx , kevin5210 , lidongdai , lshmouse 
, lenboo, lyf198972 , lgcareer , lzy305 ,  moranrr ,  millionfor , mazhong8808, 
programlief, qiaozhanwei , roy110 , swxchappy , sherlock111 , samz406 , 
swxchappy, qq389401879 , lzy305,  vkingnew, William-GuoWei , woniulinux, 
yyl861, zhangxin1988, yangjiajun2014, [...]
 <p>以及微信群里众多的热心伙伴!在此非常感谢!</p>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/release/1.0.3-release.html 
b/zh-cn/docs/release/1.0.3-release.html
index 13f742f..6f5fdfd 100644
--- a/zh-cn/docs/release/1.0.3-release.html
+++ b/zh-cn/docs/release/1.0.3-release.html
@@ -8,11 +8,11 @@
        <meta name="description" content="1.0.3-release" />
        <!-- 网页标签标题 -->
        <title>1.0.3-release</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>Easy Scheduler 1.0.3是1.x系列中的第四个版本。</p>
 <h1>增强:</h1>
 <ul>
@@ -36,16 +36,16 @@
 <p>Baoqi, jimmy201602, samz406, petersear, millionfor, hyperknob, fanguanqun, 
yangqinlong, qq389401879,
 feloxx, coding-now, hymzcn, nysyxxg, chgxtony</p>
 <p>以及微信群里众多的热心伙伴!在此非常感谢!</p>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/release/1.0.4-release.html 
b/zh-cn/docs/release/1.0.4-release.html
index 5472593..eae2381 100644
--- a/zh-cn/docs/release/1.0.4-release.html
+++ b/zh-cn/docs/release/1.0.4-release.html
@@ -8,11 +8,11 @@
        <meta name="description" content="1.0.4-release" />
        <!-- 网页标签标题 -->
        <title>1.0.4-release</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>Easy Scheduler 1.0.4是1.x系列中的第五个版本。</p>
 <p><strong>修复</strong>:</p>
 <ul>
@@ -36,16 +36,16 @@
 <p>Baoqi, jimmy201602, samz406, petersear, millionfor, hyperknob, fanguanqun, 
yangqinlong, qq389401879,
 feloxx, coding-now, hymzcn, nysyxxg, chgxtony, lfyee, Crossoverrr, gj-zhang, 
sunnyingit, xianhu, zhengqiangtan</p>
 <p>以及微信群/钉钉群里众多的热心伙伴!在此非常感谢!</p>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/release/1.0.5-release.html 
b/zh-cn/docs/release/1.0.5-release.html
index 7aaa9e7..828895c 100644
--- a/zh-cn/docs/release/1.0.5-release.html
+++ b/zh-cn/docs/release/1.0.5-release.html
@@ -8,11 +8,11 @@
        <meta name="description" content="1.0.5-release" />
        <!-- 网页标签标题 -->
        <title>1.0.5-release</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>Easy Scheduler 1.0.5是1.x系列中的第六个版本。</p>
 <h1>增强:</h1>
 <ul>
@@ -28,16 +28,16 @@
 <p>Baoqi, jimmy201602, samz406, petersear, millionfor, hyperknob, fanguanqun, 
yangqinlong, qq389401879, feloxx, coding-now, hymzcn, nysyxxg, chgxtony, 
gj-zhang, xianhu, sunnyingit,
 zhengqiangtan, chinashenkai</p>
 <p>以及微信群里众多的热心伙伴!在此非常感谢!</p>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/release/1.1.0-release.html 
b/zh-cn/docs/release/1.1.0-release.html
index 8534a29..8ef94e3 100644
--- a/zh-cn/docs/release/1.1.0-release.html
+++ b/zh-cn/docs/release/1.1.0-release.html
@@ -8,11 +8,11 @@
        <meta name="description" content="1.1.0-release" />
        <!-- 网页标签标题 -->
        <title>1.1.0-release</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>Easy Scheduler 1.1.0是1.1.x系列中的第一个版本。</p>
 <h1>新特性:</h1>
 <ul>
@@ -65,16 +65,16 @@
 <p>最后但最重要的是,没有以下伙伴的贡献就没有新版本的诞生:</p>
 <p>Baoqi, jimmy201602, samz406, petersear, millionfor, hyperknob, fanguanqun, 
yangqinlong, qq389401879, chgxtony, Stanfan, lfyee, thisnew, hujiang75277381, 
sunnyingit, lgbo-ustc, ivivi, lzy305, JackIllkid, telltime, lipengbo2018, 
wuchunfu, telltime, chenyuan9028, zhangzhipeng621, thisnew, 307526982,  
crazycarry</p>
 <p>以及微信群里众多的热心伙伴!在此非常感谢!</p>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/release/upgrade.html b/zh-cn/docs/release/upgrade.html
index a1749ca..20243b8 100644
--- a/zh-cn/docs/release/upgrade.html
+++ b/zh-cn/docs/release/upgrade.html
@@ -8,11 +8,11 @@
        <meta name="description" content="upgrade" />
        <!-- 网页标签标题 -->
        <title>upgrade</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <h2>1. 备份上一版本文件和数据库</h2>
 <h2>2. 停止escheduler所有服务</h2>
 <p><code>sh ./script/stop-all.sh</code></p>
@@ -50,16 +50,16 @@
 <p><code>systemctl restart nginx</code></p>
 </li>
 </ul>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/user_doc/backend-deployment.html 
b/zh-cn/docs/user_doc/backend-deployment.html
index 512e487..ea1f31c 100644
--- a/zh-cn/docs/user_doc/backend-deployment.html
+++ b/zh-cn/docs/user_doc/backend-deployment.html
@@ -8,11 +8,11 @@
        <meta name="description" content="backend-deployment" />
        <!-- 网页标签标题 -->
        <title>backend-deployment</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>后端有2种部署方式,分别为自动化部署和编译源码部署</p>
 <h2>1、准备工作</h2>
 <p>请下载最新版本的安装包,下载地址: <a 
href="https://gitee.com/easyscheduler/EasyScheduler/attach_files/";>码云下载</a>或者<a 
href="https://github.com/analysys/EasyScheduler/releases";>github下载</a> 
,下载escheduler-backend-x.x.x.tar.gz(后端简称escheduler-backend),escheduler-ui-x.x.x.tar.gz(前端简称escheduler-ui)</p>
@@ -203,16 +203,16 @@ sh ./bin/escheduler-daemon.sh stop alert-server
 <p>数据库升级是在1.0.2版本增加的功能,执行以下命令即可自动升级数据库</p>
 <pre><code>sh ./script/upgrade-escheduler.sh
 </code></pre>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/user_doc/frontend-deployment.html 
b/zh-cn/docs/user_doc/frontend-deployment.html
index c336c9f..bdb6201 100644
--- a/zh-cn/docs/user_doc/frontend-deployment.html
+++ b/zh-cn/docs/user_doc/frontend-deployment.html
@@ -8,11 +8,11 @@
        <meta name="description" content="frontend-deployment" />
        <!-- 网页标签标题 -->
        <title>frontend-deployment</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <p>前端有3种部署方式,分别为自动化部署,手动部署和编译源码部署</p>
 <h2>1、准备工作</h2>
 <h4>下载安装包</h4>
@@ -99,16 +99,16 @@ esc_proxy_port=&quot;http://192.168.xx.xx:12345&quot;
 <pre><code># 更改上传大小
 client_max_body_size 1024m
 </code></pre>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/user_doc/quick-start.html 
b/zh-cn/docs/user_doc/quick-start.html
index 9356031..02baa2a 100644
--- a/zh-cn/docs/user_doc/quick-start.html
+++ b/zh-cn/docs/user_doc/quick-start.html
@@ -8,11 +8,11 @@
        <meta name="description" content="quick-start" />
        <!-- 网页标签标题 -->
        <title>quick-start</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <ul>
 <li>管理员用户登录
 <blockquote>
@@ -70,16 +70,16 @@
 </ul>
  <p align="center">
    <img 
src="https://analysys.github.io/easyscheduler_docs_cn/images/task-log.png"; 
width="60%" />
-</p></div></section><footer class="footer-container"><div 
class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</p></div></section><footer class="footer-container"><div 
class="footer-body"><img src="/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/docs/user_doc/system-manual.html 
b/zh-cn/docs/user_doc/system-manual.html
index 680f136..d110756 100644
--- a/zh-cn/docs/user_doc/system-manual.html
+++ b/zh-cn/docs/user_doc/system-manual.html
@@ -8,11 +8,11 @@
        <meta name="description" content="system-manual" />
        <!-- 网页标签标题 -->
        <title>system-manual</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/documentation.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/documentation.css" />
 </head>
 <body>
-       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_colorful.png"/></a><div 
class="search search-normal"><span class="icon-search"></span></div><span 
class="language-switch language-switch-normal">En</span><div 
class="header-menu"><img class="header-menu-toggle" s [...]
+       <div id="root"><div class="documentation-page" 
data-reactroot=""><header class="header-container header-container-normal"><div 
class="header-body"><a href="/zh-cn/index.html"><img class="logo" 
src="/img/hlogo_colorful.png"/></a><div class="search search-normal"><span 
class="icon-search"></span></div><span class="language-switch 
language-switch-normal">En</span><div class="header-menu"><img 
class="header-menu-toggle" src="/img/system/menu_gray.png"/><ul><li 
class="menu-item menu-item-nor [...]
 <h2>快速上手</h2>
 <blockquote>
 <p>请参照<a href="%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B.md">快速上手</a></p>
@@ -747,16 +747,16 @@ conf/common/hadoop.properties
 <blockquote>
 
<p>任务中local_param_bizdate通过{global_bizdate}来引用全局参数,对于脚本可以通过{local_param_bizdate}来引用变量local_param_bizdate的值,或通过JDBC直接将local_param_bizdate的值set进去</p>
 </blockquote>
-</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/incubator-dolphinscheduler-website/img/ds_gray.png"/><div 
class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache 
DolphinScheduler (incubating) is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by Incubator. 
+</div></section><footer class="footer-container"><div class="footer-body"><img 
src="/img/ds_gray.png"/><div class="cols-container"><div class="col 
col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by 
Incubator. 
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/documentation.js"></script>
+       <script src="/build/documentation.js"></script>
 </body>
 </html>
\ No newline at end of file
diff --git a/zh-cn/index.html b/zh-cn/index.html
index dc4ffbd..4436426 100644
--- a/zh-cn/index.html
+++ b/zh-cn/index.html
@@ -8,20 +8,20 @@
        <meta name="description" content="页面内容简介" />
        <!-- 网页标签标题 -->
        <title>Apache DolphinScheduler | 首页</title>
-       <link rel="shortcut icon" 
href="/incubator-dolphinscheduler-website/img/docsite.ico"/>
-       <link rel="stylesheet" 
href="/incubator-dolphinscheduler-website/build/home.css" />
+       <link rel="shortcut icon" href="/img/docsite.ico"/>
+       <link rel="stylesheet" href="/build/home.css" />
 </head>
 <body>
-       <div id="root"><div class="home-page" data-reactroot=""><section 
class="top-section"><header class="header-container 
header-container-primary"><div class="header-body"><a 
href="/incubator-dolphinscheduler-website/zh-cn/index.html"><img class="logo" 
src="/incubator-dolphinscheduler-website/img/hlogo_white.png"/></a><div 
class="search search-primary"><span class="icon-search"></span></div><span 
class="language-switch language-switch-primary">En</span><div 
class="header-menu"><img class="h [...]
+       <div id="root"><div class="home-page" data-reactroot=""><section 
class="top-section"><header class="header-container 
header-container-primary"><div class="header-body"><a 
href="/zh-cn/index.html"><img class="logo" src="/img/hlogo_white.png"/></a><div 
class="search search-primary"><span class="icon-search"></span></div><span 
class="language-switch language-switch-primary">En</span><div 
class="header-menu"><img class="header-menu-toggle" 
src="/img/system/menu_white.png"/><ul><li class="me [...]
 Incubation is required of all newly accepted projects until a further review 
indicates 
 that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. 
 While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/developer_guide/architecture-design.html"
 target="_self">概览</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/incubator-dolphinscheduler-website/zh-cn/docs/development/developers.html"
 target="_self">开发者指南</a></dd></dl></di [...]
+it does indicate that the project has yet to be fully endorsed by the 
ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a 
href="/zh-cn/docs/developer_guide/architecture-design.html" 
target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" 
target="_self">快速开始</a></dd><dd><a 
href="/zh-cn/docs/development/developers.html" 
target="_self">开发者指南</a></dd></dl></div><div class="col 
col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"; 
target="_self">基金会</a></dd>< [...]
        <script 
src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js";></script>
        <script 
src="https://f.alicdn.com/react/15.4.1/react-dom.min.js";></script>
        <script>
-               window.rootPath = '/incubator-dolphinscheduler-website';
+               window.rootPath = '';
   </script>
-       <script 
src="/incubator-dolphinscheduler-website/build/home.js"></script>
+       <script src="/build/home.js"></script>
 </body>
 </html>
\ No newline at end of file

Reply via email to