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 23a3c01  Automated deployment: a18a7c98af7b23ad561099bfc784710febe0e461
23a3c01 is described below

commit 23a3c01cefe216783358a22169a7e886f5b5d787
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 11 06:46:18 2021 +0000

    Automated deployment: a18a7c98af7b23ad561099bfc784710febe0e461
---
 en-us/docs/1.3.6/user_doc/docker-deployment.html      | 19 ++-----------------
 en-us/docs/1.3.6/user_doc/docker-deployment.json      |  2 +-
 en-us/docs/1.3.6/user_doc/kubernetes-deployment.html  | 15 ---------------
 en-us/docs/1.3.6/user_doc/kubernetes-deployment.json  |  2 +-
 en-us/docs/latest/user_doc/docker-deployment.html     | 19 ++-----------------
 en-us/docs/latest/user_doc/docker-deployment.json     |  2 +-
 en-us/docs/latest/user_doc/kubernetes-deployment.html | 15 ---------------
 en-us/docs/latest/user_doc/kubernetes-deployment.json |  2 +-
 zh-cn/docs/1.3.6/user_doc/docker-deployment.html      | 19 ++-----------------
 zh-cn/docs/1.3.6/user_doc/docker-deployment.json      |  2 +-
 zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html  | 15 ---------------
 zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json  |  2 +-
 zh-cn/docs/latest/user_doc/docker-deployment.html     | 19 ++-----------------
 zh-cn/docs/latest/user_doc/docker-deployment.json     |  2 +-
 zh-cn/docs/latest/user_doc/kubernetes-deployment.html | 15 ---------------
 zh-cn/docs/latest/user_doc/kubernetes-deployment.json |  2 +-
 16 files changed, 16 insertions(+), 136 deletions(-)

diff --git a/en-us/docs/1.3.6/user_doc/docker-deployment.html 
b/en-us/docs/1.3.6/user_doc/docker-deployment.html
index 6614029..ac6dc90 100644
--- a/en-us/docs/1.3.6/user_doc/docker-deployment.html
+++ b/en-us/docs/1.3.6/user_doc/docker-deployment.html
@@ -37,8 +37,8 @@
 <p>Please download the source code package 
apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a 
href="/en-us/download/download.html">download</a></p>
 <h4>2. Pull Image and Start the Service</h4>
 <blockquote>
-<p>For Mac and Linux user, open <strong>Terminal</strong><br>
-For Windows Docker Toolbox user, open <strong>Docker Quickstart 
Terminal</strong><br>
+<p>For Mac and Linux user, open <strong>Terminal</strong>
+For Windows Docker Toolbox user, open <strong>Docker Quickstart 
Terminal</strong>
 For Windows Docker Desktop user, open <strong>Windows PowerShell</strong></p>
 </blockquote>
 <pre><code>$ tar -zxvf apache-dolphinscheduler-1.3.6-src.tar.gz
@@ -179,11 +179,6 @@ apache/dolphinscheduler:1.3.6 alert-server
 <td>Refer to FAQ</td>
 </tr>
 <tr>
-<td>Spark-Mesos(cluster)</td>
-<td>Not Yet</td>
-<td></td>
-</tr>
-<tr>
 <td>Spark-Standalone(cluster)</td>
 <td>Not Yet</td>
 <td></td>
@@ -209,16 +204,6 @@ apache/dolphinscheduler:1.3.6 alert-server
 <td>Generic CLI mode is not yet supported</td>
 </tr>
 <tr>
-<td>Flink-Mesos(default)</td>
-<td>Not Yet</td>
-<td></td>
-</tr>
-<tr>
-<td>Flink-Mesos(remote&gt;=1.11)</td>
-<td>Not Yet</td>
-<td>Generic CLI mode is not yet supported</td>
-</tr>
-<tr>
 <td>Flink-Standalone(default)</td>
 <td>Not Yet</td>
 <td></td>
diff --git a/en-us/docs/1.3.6/user_doc/docker-deployment.json 
b/en-us/docs/1.3.6/user_doc/docker-deployment.json
index e24fd04..1b65de1 100644
--- a/en-us/docs/1.3.6/user_doc/docker-deployment.json
+++ b/en-us/docs/1.3.6/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html 
b/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html
index 3911096..ac7531a 100644
--- a/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html
+++ b/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html
@@ -117,11 +117,6 @@ NODE_PORT=$(kubectl get svc {{ template <span 
class="hljs-string">&quot;dolphins
 <td>Refer to FAQ</td>
 </tr>
 <tr>
-<td>Spark-Mesos(cluster)</td>
-<td>Not Yet</td>
-<td></td>
-</tr>
-<tr>
 <td>Spark-Standalone(cluster)</td>
 <td>Not Yet</td>
 <td></td>
@@ -147,16 +142,6 @@ NODE_PORT=$(kubectl get svc {{ template <span 
class="hljs-string">&quot;dolphins
 <td>Generic CLI mode is not yet supported</td>
 </tr>
 <tr>
-<td>Flink-Mesos(default)</td>
-<td>Not Yet</td>
-<td></td>
-</tr>
-<tr>
-<td>Flink-Mesos(remote&gt;=1.11)</td>
-<td>Not Yet</td>
-<td>Generic CLI mode is not yet supported</td>
-</tr>
-<tr>
 <td>Flink-Standalone(default)</td>
 <td>Not Yet</td>
 <td></td>
diff --git a/en-us/docs/1.3.6/user_doc/kubernetes-deployment.json 
b/en-us/docs/1.3.6/user_doc/kubernetes-deployment.json
index a98dc9a..f8410fd 100644
--- a/en-us/docs/1.3.6/user_doc/kubernetes-deployment.json
+++ b/en-us/docs/1.3.6/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>QuickStart in 
Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://helm.sh/\";>Helm</a> 3.1.0+</li>\n<li><a 
href=\"https://kubernetes.io/\";>Kubernetes</a> 1.12+</li>\n<li>PV provisioner 
support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the 
Chart</h2>\n<p>Please download the source code package 
apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a 
href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the 
chart wi [...]
+  "__html": "<h1>QuickStart in 
Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://helm.sh/\";>Helm</a> 3.1.0+</li>\n<li><a 
href=\"https://kubernetes.io/\";>Kubernetes</a> 1.12+</li>\n<li>PV provisioner 
support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the 
Chart</h2>\n<p>Please download the source code package 
apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a 
href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the 
chart wi [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/docker-deployment.html 
b/en-us/docs/latest/user_doc/docker-deployment.html
index 6614029..ac6dc90 100644
--- a/en-us/docs/latest/user_doc/docker-deployment.html
+++ b/en-us/docs/latest/user_doc/docker-deployment.html
@@ -37,8 +37,8 @@
 <p>Please download the source code package 
apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a 
href="/en-us/download/download.html">download</a></p>
 <h4>2. Pull Image and Start the Service</h4>
 <blockquote>
-<p>For Mac and Linux user, open <strong>Terminal</strong><br>
-For Windows Docker Toolbox user, open <strong>Docker Quickstart 
Terminal</strong><br>
+<p>For Mac and Linux user, open <strong>Terminal</strong>
+For Windows Docker Toolbox user, open <strong>Docker Quickstart 
Terminal</strong>
 For Windows Docker Desktop user, open <strong>Windows PowerShell</strong></p>
 </blockquote>
 <pre><code>$ tar -zxvf apache-dolphinscheduler-1.3.6-src.tar.gz
@@ -179,11 +179,6 @@ apache/dolphinscheduler:1.3.6 alert-server
 <td>Refer to FAQ</td>
 </tr>
 <tr>
-<td>Spark-Mesos(cluster)</td>
-<td>Not Yet</td>
-<td></td>
-</tr>
-<tr>
 <td>Spark-Standalone(cluster)</td>
 <td>Not Yet</td>
 <td></td>
@@ -209,16 +204,6 @@ apache/dolphinscheduler:1.3.6 alert-server
 <td>Generic CLI mode is not yet supported</td>
 </tr>
 <tr>
-<td>Flink-Mesos(default)</td>
-<td>Not Yet</td>
-<td></td>
-</tr>
-<tr>
-<td>Flink-Mesos(remote&gt;=1.11)</td>
-<td>Not Yet</td>
-<td>Generic CLI mode is not yet supported</td>
-</tr>
-<tr>
 <td>Flink-Standalone(default)</td>
 <td>Not Yet</td>
 <td></td>
diff --git a/en-us/docs/latest/user_doc/docker-deployment.json 
b/en-us/docs/latest/user_doc/docker-deployment.json
index e24fd04..1b65de1 100644
--- a/en-us/docs/latest/user_doc/docker-deployment.json
+++ b/en-us/docs/latest/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in 
Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker 
image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The 
First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In 
this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/kubernetes-deployment.html 
b/en-us/docs/latest/user_doc/kubernetes-deployment.html
index 3911096..ac7531a 100644
--- a/en-us/docs/latest/user_doc/kubernetes-deployment.html
+++ b/en-us/docs/latest/user_doc/kubernetes-deployment.html
@@ -117,11 +117,6 @@ NODE_PORT=$(kubectl get svc {{ template <span 
class="hljs-string">&quot;dolphins
 <td>Refer to FAQ</td>
 </tr>
 <tr>
-<td>Spark-Mesos(cluster)</td>
-<td>Not Yet</td>
-<td></td>
-</tr>
-<tr>
 <td>Spark-Standalone(cluster)</td>
 <td>Not Yet</td>
 <td></td>
@@ -147,16 +142,6 @@ NODE_PORT=$(kubectl get svc {{ template <span 
class="hljs-string">&quot;dolphins
 <td>Generic CLI mode is not yet supported</td>
 </tr>
 <tr>
-<td>Flink-Mesos(default)</td>
-<td>Not Yet</td>
-<td></td>
-</tr>
-<tr>
-<td>Flink-Mesos(remote&gt;=1.11)</td>
-<td>Not Yet</td>
-<td>Generic CLI mode is not yet supported</td>
-</tr>
-<tr>
 <td>Flink-Standalone(default)</td>
 <td>Not Yet</td>
 <td></td>
diff --git a/en-us/docs/latest/user_doc/kubernetes-deployment.json 
b/en-us/docs/latest/user_doc/kubernetes-deployment.json
index a98dc9a..f8410fd 100644
--- a/en-us/docs/latest/user_doc/kubernetes-deployment.json
+++ b/en-us/docs/latest/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>QuickStart in 
Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://helm.sh/\";>Helm</a> 3.1.0+</li>\n<li><a 
href=\"https://kubernetes.io/\";>Kubernetes</a> 1.12+</li>\n<li>PV provisioner 
support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the 
Chart</h2>\n<p>Please download the source code package 
apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a 
href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the 
chart wi [...]
+  "__html": "<h1>QuickStart in 
Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a 
href=\"https://helm.sh/\";>Helm</a> 3.1.0+</li>\n<li><a 
href=\"https://kubernetes.io/\";>Kubernetes</a> 1.12+</li>\n<li>PV provisioner 
support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the 
Chart</h2>\n<p>Please download the source code package 
apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a 
href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the 
chart wi [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.6/user_doc/docker-deployment.html 
b/zh-cn/docs/1.3.6/user_doc/docker-deployment.html
index d50dc5b..1ed32a0 100644
--- a/zh-cn/docs/1.3.6/user_doc/docker-deployment.html
+++ b/zh-cn/docs/1.3.6/user_doc/docker-deployment.html
@@ -37,8 +37,8 @@
 <p>请下载源码包 apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a 
href="/zh-cn/download/download.html">下载</a></p>
 <h4>2、拉取镜像并启动服务</h4>
 <blockquote>
-<p>对于 Mac 和 Linux 用户,打开 <strong>Terminal</strong><br>
-对于 Windows Docker Toolbox 用户,打开 <strong>Docker Quickstart Terminal</strong><br>
+<p>对于 Mac 和 Linux 用户,打开 <strong>Terminal</strong>
+对于 Windows Docker Toolbox 用户,打开 <strong>Docker Quickstart Terminal</strong>
 对于 Windows Docker Desktop 用户,打开 <strong>Windows PowerShell</strong></p>
 </blockquote>
 <pre><code>$ tar -zxvf apache-dolphinscheduler-1.3.6-src.tar.gz
@@ -179,11 +179,6 @@ apache/dolphinscheduler:1.3.6 alert-server
 <td>详见 FAQ</td>
 </tr>
 <tr>
-<td>Spark-Mesos(cluster)</td>
-<td>尚不</td>
-<td></td>
-</tr>
-<tr>
 <td>Spark-Standalone(cluster)</td>
 <td>尚不</td>
 <td></td>
@@ -209,16 +204,6 @@ apache/dolphinscheduler:1.3.6 alert-server
 <td>Generic CLI 模式尚未支持</td>
 </tr>
 <tr>
-<td>Flink-Mesos(default)</td>
-<td>尚不</td>
-<td></td>
-</tr>
-<tr>
-<td>Flink-Mesos(remote&gt;=1.11)</td>
-<td>尚不</td>
-<td>Generic CLI 模式尚未支持</td>
-</tr>
-<tr>
 <td>Flink-Standalone(default)</td>
 <td>尚不</td>
 <td></td>
diff --git a/zh-cn/docs/1.3.6/user_doc/docker-deployment.json 
b/zh-cn/docs/1.3.6/user_doc/docker-deployment.json
index 2241b1c..68de0d7 100644
--- a/zh-cn/docs/1.3.6/user_doc/docker-deployment.json
+++ b/zh-cn/docs/1.3.6/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a>, docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 7-10,你可 [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a>, docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 7-10,你可 [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html 
b/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html
index 27c5e72..73c30f8 100644
--- a/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html
+++ b/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html
@@ -117,11 +117,6 @@ NODE_PORT=$(kubectl get svc {{ template <span 
class="hljs-string">&quot;dolphins
 <td>详见 FAQ</td>
 </tr>
 <tr>
-<td>Spark-Mesos(cluster)</td>
-<td>尚不</td>
-<td></td>
-</tr>
-<tr>
 <td>Spark-Standalone(cluster)</td>
 <td>尚不</td>
 <td></td>
@@ -147,16 +142,6 @@ NODE_PORT=$(kubectl get svc {{ template <span 
class="hljs-string">&quot;dolphins
 <td>Generic CLI 模式尚未支持</td>
 </tr>
 <tr>
-<td>Flink-Mesos(default)</td>
-<td>尚不</td>
-<td></td>
-</tr>
-<tr>
-<td>Flink-Mesos(remote&gt;=1.11)</td>
-<td>尚不</td>
-<td>Generic CLI 模式尚未支持</td>
-</tr>
-<tr>
 <td>Flink-Standalone(default)</td>
 <td>尚不</td>
 <td></td>
diff --git a/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json 
b/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json
index 4f8486e..c04121d 100644
--- a/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json
+++ b/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://helm.sh/\";>Helm</a> 3.1.0+</li>\n<li><a 
href=\"https://kubernetes.io/\";>Kubernetes</a> 1.12+</li>\n<li>PV 
供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 
apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a 
href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 
<code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ tar -zxvf 
apache-dolphinscheduler-1.3.6-src.tar.gz\n$  [...]
+  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://helm.sh/\";>Helm</a> 3.1.0+</li>\n<li><a 
href=\"https://kubernetes.io/\";>Kubernetes</a> 1.12+</li>\n<li>PV 
供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 
apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a 
href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 
<code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ tar -zxvf 
apache-dolphinscheduler-1.3.6-src.tar.gz\n$  [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/docker-deployment.html 
b/zh-cn/docs/latest/user_doc/docker-deployment.html
index d50dc5b..1ed32a0 100644
--- a/zh-cn/docs/latest/user_doc/docker-deployment.html
+++ b/zh-cn/docs/latest/user_doc/docker-deployment.html
@@ -37,8 +37,8 @@
 <p>请下载源码包 apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a 
href="/zh-cn/download/download.html">下载</a></p>
 <h4>2、拉取镜像并启动服务</h4>
 <blockquote>
-<p>对于 Mac 和 Linux 用户,打开 <strong>Terminal</strong><br>
-对于 Windows Docker Toolbox 用户,打开 <strong>Docker Quickstart Terminal</strong><br>
+<p>对于 Mac 和 Linux 用户,打开 <strong>Terminal</strong>
+对于 Windows Docker Toolbox 用户,打开 <strong>Docker Quickstart Terminal</strong>
 对于 Windows Docker Desktop 用户,打开 <strong>Windows PowerShell</strong></p>
 </blockquote>
 <pre><code>$ tar -zxvf apache-dolphinscheduler-1.3.6-src.tar.gz
@@ -179,11 +179,6 @@ apache/dolphinscheduler:1.3.6 alert-server
 <td>详见 FAQ</td>
 </tr>
 <tr>
-<td>Spark-Mesos(cluster)</td>
-<td>尚不</td>
-<td></td>
-</tr>
-<tr>
 <td>Spark-Standalone(cluster)</td>
 <td>尚不</td>
 <td></td>
@@ -209,16 +204,6 @@ apache/dolphinscheduler:1.3.6 alert-server
 <td>Generic CLI 模式尚未支持</td>
 </tr>
 <tr>
-<td>Flink-Mesos(default)</td>
-<td>尚不</td>
-<td></td>
-</tr>
-<tr>
-<td>Flink-Mesos(remote&gt;=1.11)</td>
-<td>尚不</td>
-<td>Generic CLI 模式尚未支持</td>
-</tr>
-<tr>
 <td>Flink-Standalone(default)</td>
 <td>尚不</td>
 <td></td>
diff --git a/zh-cn/docs/latest/user_doc/docker-deployment.json 
b/zh-cn/docs/latest/user_doc/docker-deployment.json
index 2241b1c..68de0d7 100644
--- a/zh-cn/docs/latest/user_doc/docker-deployment.json
+++ b/zh-cn/docs/latest/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a>, docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 7-10,你可 [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://docs.docker.com/engine/install/\";>Docker</a> 
1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\";>Docker 
Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 
DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler 
(推荐)</h3>\n<p>这种方式需要先安装 <a 
href=\"https://docs.docker.com/compose/\";>docker-compose</a>, docker-compose 
的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 7-10,你可 [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/kubernetes-deployment.html 
b/zh-cn/docs/latest/user_doc/kubernetes-deployment.html
index 27c5e72..73c30f8 100644
--- a/zh-cn/docs/latest/user_doc/kubernetes-deployment.html
+++ b/zh-cn/docs/latest/user_doc/kubernetes-deployment.html
@@ -117,11 +117,6 @@ NODE_PORT=$(kubectl get svc {{ template <span 
class="hljs-string">&quot;dolphins
 <td>详见 FAQ</td>
 </tr>
 <tr>
-<td>Spark-Mesos(cluster)</td>
-<td>尚不</td>
-<td></td>
-</tr>
-<tr>
 <td>Spark-Standalone(cluster)</td>
 <td>尚不</td>
 <td></td>
@@ -147,16 +142,6 @@ NODE_PORT=$(kubectl get svc {{ template <span 
class="hljs-string">&quot;dolphins
 <td>Generic CLI 模式尚未支持</td>
 </tr>
 <tr>
-<td>Flink-Mesos(default)</td>
-<td>尚不</td>
-<td></td>
-</tr>
-<tr>
-<td>Flink-Mesos(remote&gt;=1.11)</td>
-<td>尚不</td>
-<td>Generic CLI 模式尚未支持</td>
-</tr>
-<tr>
 <td>Flink-Standalone(default)</td>
 <td>尚不</td>
 <td></td>
diff --git a/zh-cn/docs/latest/user_doc/kubernetes-deployment.json 
b/zh-cn/docs/latest/user_doc/kubernetes-deployment.json
index 4f8486e..c04121d 100644
--- a/zh-cn/docs/latest/user_doc/kubernetes-deployment.json
+++ b/zh-cn/docs/latest/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://helm.sh/\";>Helm</a> 3.1.0+</li>\n<li><a 
href=\"https://kubernetes.io/\";>Kubernetes</a> 1.12+</li>\n<li>PV 
供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 
apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a 
href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 
<code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ tar -zxvf 
apache-dolphinscheduler-1.3.6-src.tar.gz\n$  [...]
+  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a 
href=\"https://helm.sh/\";>Helm</a> 3.1.0+</li>\n<li><a 
href=\"https://kubernetes.io/\";>Kubernetes</a> 1.12+</li>\n<li>PV 
供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 
apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a 
href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 
<code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ tar -zxvf 
apache-dolphinscheduler-1.3.6-src.tar.gz\n$  [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to