You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2021/10/29 04:25:11 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: 2677eb057c6047d87147d58d70822c9355a614bb

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9062799  Automated deployment: 2677eb057c6047d87147d58d70822c9355a614bb
9062799 is described below

commit 90627992232ce3ed39ac8e0ea2ae7abb2b018034
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Fri Oct 29 04:25:02 2021 +0000

    Automated deployment: 2677eb057c6047d87147d58d70822c9355a614bb
---
 en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html  | 2 +-
 en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json  | 2 +-
 en-us/docs/2.0.0/user_doc/guide/installation/standalone.html      | 2 +-
 en-us/docs/2.0.0/user_doc/guide/installation/standalone.json      | 2 +-
 en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html    | 2 +-
 en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json    | 2 +-
 en-us/docs/dev/user_doc/guide/installation/standalone.html        | 2 +-
 en-us/docs/dev/user_doc/guide/installation/standalone.json        | 2 +-
 en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html | 2 +-
 en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json | 2 +-
 en-us/docs/latest/user_doc/guide/installation/standalone.html     | 2 +-
 en-us/docs/latest/user_doc/guide/installation/standalone.json     | 2 +-
 zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html  | 2 +-
 zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json  | 2 +-
 zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html      | 2 +-
 zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.json      | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html    | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json    | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/standalone.html        | 2 +-
 zh-cn/docs/dev/user_doc/guide/installation/standalone.json        | 2 +-
 zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html | 2 +-
 zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json | 2 +-
 zh-cn/docs/latest/user_doc/guide/installation/standalone.html     | 2 +-
 zh-cn/docs/latest/user_doc/guide/installation/standalone.json     | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
index 4bf0e60..4e63f5c 100644
--- a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
@@ -17,7 +17,7 @@
 <p>Pseudo-cluster deployment of DolphinScheduler requires external software support</p>
 <ul>
 <li>JDK:Download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), and configure <code>JAVA_HOME</code> to and <code>PATH</code> variable. You can skip this step, if it already exists in your environment.</li>
-<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../download/en-us/download.md">download page</a></li>
+<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../en-us/download/download.md">download page</a></li>
 <li>Database: PostgreSQL (8.2.15+) or MySQL (5.7+), you can choose one of the two, such as MySQL requires JDBC Driver 5.1.47+</li>
 <li>Registry Center: ZooKeeper (3.4.6+),<a href="https://zookeeper.apache.org/releases.html">download link</a></li>
 <li>Process tree analysis
diff --git a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
index 5bb2ae8..7368644 100644
--- a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of pseudo-cluster deployment is to deploy the DolphinScheduler service on a single machine. In this mode, DolphinScheduler's master, worker, api server, and logger server are all on the same machine.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks numbe [...]
+  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of pseudo-cluster deployment is to deploy the DolphinScheduler service on a single machine. In this mode, DolphinScheduler's master, worker, api server, and logger server are all on the same machine.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks numbe [...]
   "link": "/dist/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/2.0.0/user_doc/guide/installation/standalone.html b/en-us/docs/2.0.0/user_doc/guide/installation/standalone.html
index 0a494de..a5c0640 100644
--- a/en-us/docs/2.0.0/user_doc/guide/installation/standalone.html
+++ b/en-us/docs/2.0.0/user_doc/guide/installation/standalone.html
@@ -19,7 +19,7 @@
 <h2>Prepare</h2>
 <ul>
 <li>JDK:Download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), and configure <code>JAVA_HOME</code> to and <code>PATH</code> variable. You can skip this step, if it already exists in your environment.</li>
-<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../download/en-us/download.md">download page</a></li>
+<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../en-us/download/download.md">download page</a></li>
 </ul>
 <h2>Start DolphinScheduler Standalone Server</h2>
 <h3>Extract and start DolphinScheduler</h3>
diff --git a/en-us/docs/2.0.0/user_doc/guide/installation/standalone.json b/en-us/docs/2.0.0/user_doc/guide/installation/standalone.json
index 91788e5..f1b6582 100644
--- a/en-us/docs/2.0.0/user_doc/guide/installation/standalone.json
+++ b/en-us/docs/2.0.0/user_doc/guide/installation/standalone.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone.md",
-  "__html": "<h1>Standalone</h1>\n<p>Standalone only for quick look for DolphinScheduler.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks number, we recommended you install follow <a href=\"pseudo-cluster.md\">pseudo-cluster deployment</a>. If you want to using DolphinScheduler in production, we recommended you foll [...]
+  "__html": "<h1>Standalone</h1>\n<p>Standalone only for quick look for DolphinScheduler.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks number, we recommended you install follow <a href=\"pseudo-cluster.md\">pseudo-cluster deployment</a>. If you want to using DolphinScheduler in production, we recommended you foll [...]
   "link": "/dist/en-us/docs/2.0.0/user_doc/guide/installation/standalone.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
index afcaabb..23049af 100644
--- a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
@@ -17,7 +17,7 @@
 <p>Pseudo-cluster deployment of DolphinScheduler requires external software support</p>
 <ul>
 <li>JDK:Download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), and configure <code>JAVA_HOME</code> to and <code>PATH</code> variable. You can skip this step, if it already exists in your environment.</li>
-<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../download/en-us/download.md">download page</a></li>
+<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../en-us/download/download.md">download page</a></li>
 <li>Database: PostgreSQL (8.2.15+) or MySQL (5.7+), you can choose one of the two, such as MySQL requires JDBC Driver 5.1.47+</li>
 <li>Registry Center: ZooKeeper (3.4.6+),<a href="https://zookeeper.apache.org/releases.html">download link</a></li>
 <li>Process tree analysis
diff --git a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
index 552fc42..9156c91 100644
--- a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of pseudo-cluster deployment is to deploy the DolphinScheduler service on a single machine. In this mode, DolphinScheduler's master, worker, api server, and logger server are all on the same machine.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks numbe [...]
+  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of pseudo-cluster deployment is to deploy the DolphinScheduler service on a single machine. In this mode, DolphinScheduler's master, worker, api server, and logger server are all on the same machine.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks numbe [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/installation/standalone.html b/en-us/docs/dev/user_doc/guide/installation/standalone.html
index 2f6eb48..0ee30ed 100644
--- a/en-us/docs/dev/user_doc/guide/installation/standalone.html
+++ b/en-us/docs/dev/user_doc/guide/installation/standalone.html
@@ -19,7 +19,7 @@
 <h2>Prepare</h2>
 <ul>
 <li>JDK:Download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), and configure <code>JAVA_HOME</code> to and <code>PATH</code> variable. You can skip this step, if it already exists in your environment.</li>
-<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../download/en-us/download.md">download page</a></li>
+<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../en-us/download/download.md">download page</a></li>
 </ul>
 <h2>Start DolphinScheduler Standalone Server</h2>
 <h3>Extract and start DolphinScheduler</h3>
diff --git a/en-us/docs/dev/user_doc/guide/installation/standalone.json b/en-us/docs/dev/user_doc/guide/installation/standalone.json
index 17a2e92..842e5eb 100644
--- a/en-us/docs/dev/user_doc/guide/installation/standalone.json
+++ b/en-us/docs/dev/user_doc/guide/installation/standalone.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone.md",
-  "__html": "<h1>Standalone</h1>\n<p>Standalone only for quick look for DolphinScheduler.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks number, we recommended you install follow <a href=\"pseudo-cluster.md\">pseudo-cluster deployment</a>. If you want to using DolphinScheduler in production, we recommended you foll [...]
+  "__html": "<h1>Standalone</h1>\n<p>Standalone only for quick look for DolphinScheduler.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks number, we recommended you install follow <a href=\"pseudo-cluster.md\">pseudo-cluster deployment</a>. If you want to using DolphinScheduler in production, we recommended you foll [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/installation/standalone.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
index 4bf0e60..4e63f5c 100644
--- a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
@@ -17,7 +17,7 @@
 <p>Pseudo-cluster deployment of DolphinScheduler requires external software support</p>
 <ul>
 <li>JDK:Download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), and configure <code>JAVA_HOME</code> to and <code>PATH</code> variable. You can skip this step, if it already exists in your environment.</li>
-<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../download/en-us/download.md">download page</a></li>
+<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../en-us/download/download.md">download page</a></li>
 <li>Database: PostgreSQL (8.2.15+) or MySQL (5.7+), you can choose one of the two, such as MySQL requires JDBC Driver 5.1.47+</li>
 <li>Registry Center: ZooKeeper (3.4.6+),<a href="https://zookeeper.apache.org/releases.html">download link</a></li>
 <li>Process tree analysis
diff --git a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
index 5bb2ae8..7368644 100644
--- a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of pseudo-cluster deployment is to deploy the DolphinScheduler service on a single machine. In this mode, DolphinScheduler's master, worker, api server, and logger server are all on the same machine.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks numbe [...]
+  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of pseudo-cluster deployment is to deploy the DolphinScheduler service on a single machine. In this mode, DolphinScheduler's master, worker, api server, and logger server are all on the same machine.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks numbe [...]
   "link": "/dist/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/guide/installation/standalone.html b/en-us/docs/latest/user_doc/guide/installation/standalone.html
index 0a494de..a5c0640 100644
--- a/en-us/docs/latest/user_doc/guide/installation/standalone.html
+++ b/en-us/docs/latest/user_doc/guide/installation/standalone.html
@@ -19,7 +19,7 @@
 <h2>Prepare</h2>
 <ul>
 <li>JDK:Download <a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+), and configure <code>JAVA_HOME</code> to and <code>PATH</code> variable. You can skip this step, if it already exists in your environment.</li>
-<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../download/en-us/download.md">download page</a></li>
+<li>Binary package: Download the DolphinScheduler binary package at <a href="../../../../../../en-us/download/download.md">download page</a></li>
 </ul>
 <h2>Start DolphinScheduler Standalone Server</h2>
 <h3>Extract and start DolphinScheduler</h3>
diff --git a/en-us/docs/latest/user_doc/guide/installation/standalone.json b/en-us/docs/latest/user_doc/guide/installation/standalone.json
index 91788e5..f1b6582 100644
--- a/en-us/docs/latest/user_doc/guide/installation/standalone.json
+++ b/en-us/docs/latest/user_doc/guide/installation/standalone.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone.md",
-  "__html": "<h1>Standalone</h1>\n<p>Standalone only for quick look for DolphinScheduler.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks number, we recommended you install follow <a href=\"pseudo-cluster.md\">pseudo-cluster deployment</a>. If you want to using DolphinScheduler in production, we recommended you foll [...]
+  "__html": "<h1>Standalone</h1>\n<p>Standalone only for quick look for DolphinScheduler.</p>\n<p>If you are a green hand and want to experience DolphinScheduler, we recommended you install follow <a href=\"standalone.md\">Standalone</a>. If you want to experience more complete functions or schedule large tasks number, we recommended you install follow <a href=\"pseudo-cluster.md\">pseudo-cluster deployment</a>. If you want to using DolphinScheduler in production, we recommended you foll [...]
   "link": "/dist/en-us/docs/2.0.0/user_doc/guide/installation/standalone.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
index a60415c..40cb0ac 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
@@ -17,7 +17,7 @@
 <p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>
 <ul>
 <li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),并将 JAVA_HOME 配置到以及 PATH 变量中。如果你的环境中已存在,可以跳过这步。</li>
-<li>二进制包:在<a href="../../../../../../download/zh-cn/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
+<li>二进制包:在<a href="../../../../../../zh-cn/download/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
 <li>数据库:PostgreSQL (8.2.15+) 或者 MySQL (5.7+),两者任选其一即可,如 MySQL 则需要 JDBC Driver 5.1.47+</li>
 <li>注册中心:ZooKeeper (3.4.6+),<a href="https://zookeeper.apache.org/releases.html">下载地址</a></li>
 <li>进程树分析
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
index 8e3b7a7..214694e 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a href=\"https://www.oracle.com/technetwork/ja [...]
+  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a href=\"https://www.oracle.com/technetwork/ja [...]
   "link": "/dist/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html b/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html
index 55c54e1..b3ac865 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html
+++ b/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html
@@ -19,7 +19,7 @@
 <h2>前置准备工作</h2>
 <ul>
 <li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),并将 <code>JAVA_HOME</code> 配置到以及 <code>PATH</code> 变量中。如果你的环境中已存在,可以跳过这步。</li>
-<li>二进制包:在<a href="../../../../../../download/zh-cn/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
+<li>二进制包:在<a href="../../../../../../zh-cn/download/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
 </ul>
 <h2>启动 DolphinScheduler Standalone Server</h2>
 <h3>解压并启动 DolphinScheduler</h3>
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.json b/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.json
index 2c9c271..05f33ee 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.json
+++ b/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone.md",
-  "__html": "<h1>Standalone极速体验版</h1>\n<p>Standalone 仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong> Standalone仅建议20个以下工作流使用,因为其采用 H2 Database, Zookeeper Testing Server,任务过多可能导致不稳定</p>\n</blockquote>\n<h2>前置准备工作</h [...]
+  "__html": "<h1>Standalone极速体验版</h1>\n<p>Standalone 仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong> Standalone仅建议20个以下工作流使用,因为其采用 H2 Database, Zookeeper Testing Server,任务过多可能导致不稳定</p>\n</blockquote>\n<h2>前置准备工作</h [...]
   "link": "/dist/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
index d5f4d7e..277a147 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
@@ -17,7 +17,7 @@
 <p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>
 <ul>
 <li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),并将 JAVA_HOME 配置到以及 PATH 变量中。如果你的环境中已存在,可以跳过这步。</li>
-<li>二进制包:在<a href="../../../../../../download/zh-cn/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
+<li>二进制包:在<a href="../../../../../../zh-cn/download/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
 <li>数据库:PostgreSQL (8.2.15+) 或者 MySQL (5.7+),两者任选其一即可,如 MySQL 则需要 JDBC Driver 5.1.47+</li>
 <li>注册中心:ZooKeeper (3.4.6+),<a href="https://zookeeper.apache.org/releases.html">下载地址</a></li>
 <li>进程树分析
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
index 8b1908c..dc91c6d 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a href=\"https://www.oracle.com/technetwork/ja [...]
+  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a href=\"https://www.oracle.com/technetwork/ja [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/standalone.html b/zh-cn/docs/dev/user_doc/guide/installation/standalone.html
index 998b5fd..88d0649 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/standalone.html
+++ b/zh-cn/docs/dev/user_doc/guide/installation/standalone.html
@@ -19,7 +19,7 @@
 <h2>前置准备工作</h2>
 <ul>
 <li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),并将 <code>JAVA_HOME</code> 配置到以及 <code>PATH</code> 变量中。如果你的环境中已存在,可以跳过这步。</li>
-<li>二进制包:在<a href="../../../../../../download/zh-cn/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
+<li>二进制包:在<a href="../../../../../../zh-cn/download/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
 </ul>
 <h2>启动 DolphinScheduler Standalone Server</h2>
 <h3>解压并启动 DolphinScheduler</h3>
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/standalone.json b/zh-cn/docs/dev/user_doc/guide/installation/standalone.json
index 7820f28..79b2923 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/standalone.json
+++ b/zh-cn/docs/dev/user_doc/guide/installation/standalone.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone.md",
-  "__html": "<h1>Standalone极速体验版</h1>\n<p>Standalone 仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong> Standalone仅建议20个以下工作流使用,因为其采用 H2 Database, Zookeeper Testing Server,任务过多可能导致不稳定</p>\n</blockquote>\n<h2>前置准备工作</h [...]
+  "__html": "<h1>Standalone极速体验版</h1>\n<p>Standalone 仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong> Standalone仅建议20个以下工作流使用,因为其采用 H2 Database, Zookeeper Testing Server,任务过多可能导致不稳定</p>\n</blockquote>\n<h2>前置准备工作</h [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/installation/standalone.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
index a60415c..40cb0ac 100644
--- a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
@@ -17,7 +17,7 @@
 <p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>
 <ul>
 <li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),并将 JAVA_HOME 配置到以及 PATH 变量中。如果你的环境中已存在,可以跳过这步。</li>
-<li>二进制包:在<a href="../../../../../../download/zh-cn/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
+<li>二进制包:在<a href="../../../../../../zh-cn/download/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
 <li>数据库:PostgreSQL (8.2.15+) 或者 MySQL (5.7+),两者任选其一即可,如 MySQL 则需要 JDBC Driver 5.1.47+</li>
 <li>注册中心:ZooKeeper (3.4.6+),<a href="https://zookeeper.apache.org/releases.html">下载地址</a></li>
 <li>进程树分析
diff --git a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
index 8e3b7a7..214694e 100644
--- a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a href=\"https://www.oracle.com/technetwork/ja [...]
+  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a href=\"https://www.oracle.com/technetwork/ja [...]
   "link": "/dist/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/guide/installation/standalone.html b/zh-cn/docs/latest/user_doc/guide/installation/standalone.html
index 55c54e1..b3ac865 100644
--- a/zh-cn/docs/latest/user_doc/guide/installation/standalone.html
+++ b/zh-cn/docs/latest/user_doc/guide/installation/standalone.html
@@ -19,7 +19,7 @@
 <h2>前置准备工作</h2>
 <ul>
 <li>JDK:下载<a href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK</a> (1.8+),并将 <code>JAVA_HOME</code> 配置到以及 <code>PATH</code> 变量中。如果你的环境中已存在,可以跳过这步。</li>
-<li>二进制包:在<a href="../../../../../../download/zh-cn/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
+<li>二进制包:在<a href="../../../../../../zh-cn/download/download.md">下载页面</a>下载 DolphinScheduler 二进制包</li>
 </ul>
 <h2>启动 DolphinScheduler Standalone Server</h2>
 <h3>解压并启动 DolphinScheduler</h3>
diff --git a/zh-cn/docs/latest/user_doc/guide/installation/standalone.json b/zh-cn/docs/latest/user_doc/guide/installation/standalone.json
index 2c9c271..05f33ee 100644
--- a/zh-cn/docs/latest/user_doc/guide/installation/standalone.json
+++ b/zh-cn/docs/latest/user_doc/guide/installation/standalone.json
@@ -1,6 +1,6 @@
 {
   "filename": "standalone.md",
-  "__html": "<h1>Standalone极速体验版</h1>\n<p>Standalone 仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong> Standalone仅建议20个以下工作流使用,因为其采用 H2 Database, Zookeeper Testing Server,任务过多可能导致不稳定</p>\n</blockquote>\n<h2>前置准备工作</h [...]
+  "__html": "<h1>Standalone极速体验版</h1>\n<p>Standalone 仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用<a href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a href=\"cluster.md\">集群部署</a>或者<a href=\"kubernetes.md\">kubernetes</a></p>\n<blockquote>\n<p><strong><em>注意:</em></strong> Standalone仅建议20个以下工作流使用,因为其采用 H2 Database, Zookeeper Testing Server,任务过多可能导致不稳定</p>\n</blockquote>\n<h2>前置准备工作</h [...]
   "link": "/dist/zh-cn/docs/2.0.0/user_doc/guide/installation/standalone.html",
   "meta": {}
 }
\ No newline at end of file