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 3b60d97  Automated deployment: ed0a8ef9325a96a293e6e1eee6c8f21850c67762
3b60d97 is described below

commit 3b60d9713cf0ef1b46401c1fb6c8aa675b0b891a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 9 03:28:48 2022 +0000

    Automated deployment: ed0a8ef9325a96a293e6e1eee6c8f21850c67762
---
 en-us/docs/dev/user_doc/guide/datasource/hive.html | 26 +++++++++++-----------
 en-us/docs/dev/user_doc/guide/datasource/hive.json |  2 +-
 .../user_doc/guide/datasource/introduction.html    |  8 +++----
 .../user_doc/guide/datasource/introduction.json    |  2 +-
 .../docs/dev/user_doc/guide/datasource/mysql.html  | 22 +++++++++---------
 .../docs/dev/user_doc/guide/datasource/mysql.json  |  2 +-
 .../dev/user_doc/guide/datasource/postgresql.html  | 22 +++++++++---------
 .../dev/user_doc/guide/datasource/postgresql.json  |  2 +-
 .../docs/dev/user_doc/guide/datasource/spark.html  | 18 +++++++--------
 .../docs/dev/user_doc/guide/datasource/spark.json  |  2 +-
 .../docs/dev/user_doc/guide/datasource/mysql.html  |  7 +++---
 .../docs/dev/user_doc/guide/datasource/mysql.json  |  2 +-
 .../dev/user_doc/guide/datasource/postgresql.html  |  7 +++---
 .../dev/user_doc/guide/datasource/postgresql.json  |  2 +-
 14 files changed, 63 insertions(+), 61 deletions(-)

diff --git a/en-us/docs/dev/user_doc/guide/datasource/hive.html 
b/en-us/docs/dev/user_doc/guide/datasource/hive.html
index a094528..2621bab 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/hive.html
+++ b/en-us/docs/dev/user_doc/guide/datasource/hive.html
@@ -16,26 +16,26 @@
     <img src="/img/hive-en.png" width="80%" />
   </p>
 <ul>
-<li>Data source: select HIVE</li>
-<li>Data source name: enter the name of the data source</li>
-<li>Description: Enter a description of the data source</li>
-<li>IP/Host Name: Enter the IP connected to HIVE</li>
-<li>Port: Enter the port connected to HIVE</li>
-<li>Username: Set the username for connecting to HIVE</li>
-<li>Password: Set the password for connecting to HIVE</li>
-<li>Database name: Enter the name of the database connected to HIVE</li>
-<li>Jdbc connection parameters: parameter settings for HIVE connection, filled 
in in JSON form</li>
+<li>Datasource: select <code>HIVE</code></li>
+<li>Datasource name: enter the name of the DataSource</li>
+<li>Description: enter a description of the DataSource</li>
+<li>IP/Host Name: enter the HIVE service IP</li>
+<li>Port: enter the HIVE service port</li>
+<li>Username: set the username for HIVE connection</li>
+<li>Password: set the password for HIVE connection</li>
+<li>Database name: enter the database name of the HIVE connection</li>
+<li>Jdbc connection parameters: parameter settings for HIVE connection, in 
JSON format</li>
 </ul>
 <blockquote>
-<p>NOTICE: If you wish execute multiple HIVE SQL in the same session, you 
could set <code>support.hive.oneSession = true</code> in
-configure <code>common.properties</code>. It is helpful when you try to set 
env before running HIVE SQL. Parameter
-<code>support.hive.oneSession</code> default value is <code>false</code> and 
SQL would run in different session if their more than one.</p>
+<p>NOTICE: If you wish to execute multiple HIVE SQL in the same session, you 
could set <code>support.hive.oneSession = true</code> in 
<code>common.properties</code>.
+It is helpful when you try to set env variables before running HIVE SQL. 
Default value of <code>support.hive.oneSession</code> is <code>false</code> and 
multi-SQLs run in different sessions.</p>
 </blockquote>
 <h2>Use HiveServer2 HA ZooKeeper</h2>
  <p align="center">
     <img src="/img/hive1-en.png" width="80%" />
   </p>
-Note: If Kerberos is not enabled, ensure that the parameter 
`hadoop.security.authentication.startup.state`. The state value is `false`, 
Parameter `java.security.krb5.conf.path` value is null or empty If **Kerberos** 
is enabled, it needs to be in common Properties configure the following 
parameters
+NOTICE: If Kerberos is disabled, ensure the parameter 
`hadoop.security.authentication.startup.state` is false, and parameter 
`java.security.krb5.conf.path` value sets null. 
+If **Kerberos** is enabled, needs to set the following parameters  in 
`common.properties`: 
 <pre><code class="language-conf"># whether to startup kerberos
 hadoop.security.authentication.startup.state=true
 
diff --git a/en-us/docs/dev/user_doc/guide/datasource/hive.json 
b/en-us/docs/dev/user_doc/guide/datasource/hive.json
index 299decc..ec476a0 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/hive.json
+++ b/en-us/docs/dev/user_doc/guide/datasource/hive.json
@@ -1,6 +1,6 @@
 {
   "filename": "hive.md",
-  "__html": "<h1>HIVE</h1>\n<h2>Use HiveServer2</h2>\n <p align=\"center\">\n  
  <img src=\"/img/hive-en.png\" width=\"80%\" />\n  </p>\n<ul>\n<li>Data 
source: select HIVE</li>\n<li>Data source name: enter the name of the data 
source</li>\n<li>Description: Enter a description of the data 
source</li>\n<li>IP/Host Name: Enter the IP connected to HIVE</li>\n<li>Port: 
Enter the port connected to HIVE</li>\n<li>Username: Set the username for 
connecting to HIVE</li>\n<li>Password: Set the pass [...]
+  "__html": "<h1>HIVE</h1>\n<h2>Use HiveServer2</h2>\n <p align=\"center\">\n  
  <img src=\"/img/hive-en.png\" width=\"80%\" />\n  </p>\n<ul>\n<li>Datasource: 
select <code>HIVE</code></li>\n<li>Datasource name: enter the name of the 
DataSource</li>\n<li>Description: enter a description of the 
DataSource</li>\n<li>IP/Host Name: enter the HIVE service IP</li>\n<li>Port: 
enter the HIVE service port</li>\n<li>Username: set the username for HIVE 
connection</li>\n<li>Password: set the password [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/datasource/hive.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/datasource/introduction.html 
b/en-us/docs/dev/user_doc/guide/datasource/introduction.html
index 358d4be..742918f 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/introduction.html
+++ b/en-us/docs/dev/user_doc/guide/datasource/introduction.html
@@ -10,11 +10,11 @@
   <link rel="stylesheet" href="/build/vendor.23870e5.css">
 </head>
 <body>
-  <div id="root"><div class="md2html docs-page" data-reactroot=""><header 
class="header-container header-container-dark"><div class="header-body"><span 
class="mobile-menu-btn mobile-menu-btn-dark"></span><a 
href="/en-us/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div 
class="search search-dark"><span class="icon-search"></span></div><span 
class="language-switch language-switch-dark">中</span><div 
class="header-menu"><div><ul class="ant-menu whiteClass ant-menu-light ant- 
[...]
-<p>Data source center supports MySQL, POSTGRESQL, HIVE/IMPALA, SPARK, 
CLICKHOUSE, ORACLE, SQLSERVER and other data sources</p>
+  <div id="root"><div class="md2html docs-page" data-reactroot=""><header 
class="header-container header-container-dark"><div class="header-body"><span 
class="mobile-menu-btn mobile-menu-btn-dark"></span><a 
href="/en-us/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div 
class="search search-dark"><span class="icon-search"></span></div><span 
class="language-switch language-switch-dark">中</span><div 
class="header-menu"><div><ul class="ant-menu whiteClass ant-menu-light ant- 
[...]
+<p>DataSource supports MySQL, PostgreSQL, Hive/Impala, Spark, ClickHouse, 
Oracle, SQL Server and other DataSources.</p>
 <ul>
-<li>Click &quot;Data Source Center -&gt; Create Data Source&quot; to create 
different types of data sources according to requirements.</li>
-<li>Click &quot;Test Connection&quot; to test whether the data source can be 
successfully connected.</li>
+<li>Click &quot;Data Source Center -&gt; Create Data Source&quot; to create 
different types of DataSources according to requirements.</li>
+<li>Click &quot;Test Connection&quot; to test whether the DataSource can 
connect successfully.</li>
 </ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please 
contact us through the following ways.</h4></div><div 
class="contact-container"><ul><li><a 
href="/en-us/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>Email List</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/en-us/docs/dev/user_doc/guide/datasource/introduction.json 
b/en-us/docs/dev/user_doc/guide/datasource/introduction.json
index 8963816..3e30828 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/introduction.json
+++ b/en-us/docs/dev/user_doc/guide/datasource/introduction.json
@@ -1,6 +1,6 @@
 {
   "filename": "introduction.md",
-  "__html": "<h1>Data Source</h1>\n<p>Data source center supports MySQL, 
POSTGRESQL, HIVE/IMPALA, SPARK, CLICKHOUSE, ORACLE, SQLSERVER and other data 
sources</p>\n<ul>\n<li>Click &quot;Data Source Center -&gt; Create Data 
Source&quot; to create different types of data sources according to 
requirements.</li>\n<li>Click &quot;Test Connection&quot; to test whether the 
data source can be successfully connected.</li>\n</ul>\n",
+  "__html": "<h1>DataSource</h1>\n<p>DataSource supports MySQL, PostgreSQL, 
Hive/Impala, Spark, ClickHouse, Oracle, SQL Server and other 
DataSources.</p>\n<ul>\n<li>Click &quot;Data Source Center -&gt; Create Data 
Source&quot; to create different types of DataSources according to 
requirements.</li>\n<li>Click &quot;Test Connection&quot; to test whether the 
DataSource can connect successfully.</li>\n</ul>\n",
   "link": "/dist/en-us/docs/dev/user_doc/guide/datasource/introduction.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/datasource/mysql.html 
b/en-us/docs/dev/user_doc/guide/datasource/mysql.html
index 50319f1..4008ec8 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/mysql.html
+++ b/en-us/docs/dev/user_doc/guide/datasource/mysql.html
@@ -11,20 +11,20 @@
 </head>
 <body>
   <div id="root"><div class="md2html docs-page" data-reactroot=""><header 
class="header-container header-container-dark"><div class="header-body"><span 
class="mobile-menu-btn mobile-menu-btn-dark"></span><a 
href="/en-us/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div 
class="search search-dark"><span class="icon-search"></span></div><span 
class="language-switch language-switch-dark">中</span><div 
class="header-menu"><div><ul class="ant-menu whiteClass ant-menu-light ant- 
[...]
-<ul>
-<li>Data source: select MYSQL</li>
-<li>Data source name: enter the name of the data source</li>
-<li>Description: Enter a description of the data source</li>
-<li>IP hostname: enter the IP to connect to MySQL</li>
-<li>Port: Enter the port to connect to MySQL</li>
-<li>Username: Set the username for connecting to MySQL</li>
-<li>Password: Set the password for connecting to MySQL</li>
-<li>Database name: Enter the name of the database connected to MySQL</li>
-<li>Jdbc connection parameters: parameter settings for MySQL connection, 
filled in in JSON form</li>
-</ul>
 <p align="center">
    <img src="/img/mysql-en.png" width="80%" />
  </p>
+<ul>
+<li>Datasource: select MYSQL</li>
+<li>Datasource name: enter the name of the DataSource</li>
+<li>Description: enter a description of the DataSource</li>
+<li>IP/Host Name: enter the MYSQL service IP</li>
+<li>Port: enter the MYSQL service port</li>
+<li>Username: set the username for MYSQL connection</li>
+<li>Password: set the password for MYSQL connection</li>
+<li>Database name: enter the database name of the MYSQL connection</li>
+<li>Jdbc connection parameters: parameter settings for MYSQL connection, in 
JSON format</li>
+</ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please 
contact us through the following ways.</h4></div><div 
class="contact-container"><ul><li><a 
href="/en-us/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>Email List</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-dom.min.js"></script>
diff --git a/en-us/docs/dev/user_doc/guide/datasource/mysql.json 
b/en-us/docs/dev/user_doc/guide/datasource/mysql.json
index d436835..7fd8c59 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/mysql.json
+++ b/en-us/docs/dev/user_doc/guide/datasource/mysql.json
@@ -1,6 +1,6 @@
 {
   "filename": "mysql.md",
-  "__html": "<h1>MySQL</h1>\n<ul>\n<li>Data source: select 
MYSQL</li>\n<li>Data source name: enter the name of the data 
source</li>\n<li>Description: Enter a description of the data 
source</li>\n<li>IP hostname: enter the IP to connect to MySQL</li>\n<li>Port: 
Enter the port to connect to MySQL</li>\n<li>Username: Set the username for 
connecting to MySQL</li>\n<li>Password: Set the password for connecting to 
MySQL</li>\n<li>Database name: Enter the name of the database connected to 
MySQL [...]
+  "__html": "<h1>MySQL</h1>\n<p align=\"center\">\n   <img 
src=\"/img/mysql-en.png\" width=\"80%\" />\n </p>\n<ul>\n<li>Datasource: select 
MYSQL</li>\n<li>Datasource name: enter the name of the 
DataSource</li>\n<li>Description: enter a description of the 
DataSource</li>\n<li>IP/Host Name: enter the MYSQL service IP</li>\n<li>Port: 
enter the MYSQL service port</li>\n<li>Username: set the username for MYSQL 
connection</li>\n<li>Password: set the password for MYSQL 
connection</li>\n<li>Data [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/datasource/mysql.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/datasource/postgresql.html 
b/en-us/docs/dev/user_doc/guide/datasource/postgresql.html
index afc26d4..7ddf08c 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/postgresql.html
+++ b/en-us/docs/dev/user_doc/guide/datasource/postgresql.html
@@ -11,20 +11,20 @@
 </head>
 <body>
   <div id="root"><div class="md2html docs-page" data-reactroot=""><header 
class="header-container header-container-dark"><div class="header-body"><span 
class="mobile-menu-btn mobile-menu-btn-dark"></span><a 
href="/en-us/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div 
class="search search-dark"><span class="icon-search"></span></div><span 
class="language-switch language-switch-dark">中</span><div 
class="header-menu"><div><ul class="ant-menu whiteClass ant-menu-light ant- 
[...]
-<ul>
-<li>Data source: select POSTGRESQL</li>
-<li>Data source name: enter the name of the data source</li>
-<li>Description: Enter a description of the data source</li>
-<li>IP/Host Name: Enter the IP to connect to POSTGRESQL</li>
-<li>Port: Enter the port to connect to POSTGRESQL</li>
-<li>Username: Set the username for connecting to POSTGRESQL</li>
-<li>Password: Set the password for connecting to POSTGRESQL</li>
-<li>Database name: Enter the name of the database connected to POSTGRESQL</li>
-<li>Jdbc connection parameters: parameter settings for POSTGRESQL connection, 
filled in in JSON form</li>
-</ul>
 <p align="center">
    <img src="/img/postgresql-en.png" width="80%" />
  </p>
+<ul>
+<li>Datasource: select POSTGRESQL</li>
+<li>Datasource name: enter the name of the DataSource</li>
+<li>Description: enter a description of the DataSource</li>
+<li>IP/Host Name: enter the PostgreSQL service IP</li>
+<li>Port: enter the PostgreSQL service port</li>
+<li>Username: set the username for PostgreSQL connection</li>
+<li>Password: set the password for PostgreSQL connection</li>
+<li>Database name: enter the database name of the PostgreSQL connection</li>
+<li>Jdbc connection parameters: parameter settings for PostgreSQL connection, 
in JSON format</li>
+</ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please 
contact us through the following ways.</h4></div><div 
class="contact-container"><ul><li><a 
href="/en-us/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>Email List</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-dom.min.js"></script>
diff --git a/en-us/docs/dev/user_doc/guide/datasource/postgresql.json 
b/en-us/docs/dev/user_doc/guide/datasource/postgresql.json
index 51c5ecd..eca9a9c 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/postgresql.json
+++ b/en-us/docs/dev/user_doc/guide/datasource/postgresql.json
@@ -1,6 +1,6 @@
 {
   "filename": "postgresql.md",
-  "__html": "<h1>PostgreSQL</h1>\n<ul>\n<li>Data source: select 
POSTGRESQL</li>\n<li>Data source name: enter the name of the data 
source</li>\n<li>Description: Enter a description of the data 
source</li>\n<li>IP/Host Name: Enter the IP to connect to 
POSTGRESQL</li>\n<li>Port: Enter the port to connect to 
POSTGRESQL</li>\n<li>Username: Set the username for connecting to 
POSTGRESQL</li>\n<li>Password: Set the password for connecting to 
POSTGRESQL</li>\n<li>Database name: Enter the name of  [...]
+  "__html": "<h1>PostgreSQL</h1>\n<p align=\"center\">\n   <img 
src=\"/img/postgresql-en.png\" width=\"80%\" />\n </p>\n<ul>\n<li>Datasource: 
select POSTGRESQL</li>\n<li>Datasource name: enter the name of the 
DataSource</li>\n<li>Description: enter a description of the 
DataSource</li>\n<li>IP/Host Name: enter the PostgreSQL service 
IP</li>\n<li>Port: enter the PostgreSQL service port</li>\n<li>Username: set 
the username for PostgreSQL connection</li>\n<li>Password: set the password for 
P [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/datasource/postgresql.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/datasource/spark.html 
b/en-us/docs/dev/user_doc/guide/datasource/spark.html
index 44ba31a..7d58a77 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/spark.html
+++ b/en-us/docs/dev/user_doc/guide/datasource/spark.html
@@ -15,15 +15,15 @@
    <img src="/img/spark-en.png" width="80%" />
  </p>
 <ul>
-<li>Data source: select Spark</li>
-<li>Data source name: enter the name of the data source</li>
-<li>Description: Enter a description of the data source</li>
-<li>IP/Hostname: Enter the IP connected to Spark</li>
-<li>Port: Enter the port connected to Spark</li>
-<li>Username: Set the username for connecting to Spark</li>
-<li>Password: Set the password for connecting to Spark</li>
-<li>Database name: Enter the name of the database connected to Spark</li>
-<li>Jdbc connection parameters: parameter settings for Spark connection, 
filled in in JSON form</li>
+<li>Datasource: select Spark</li>
+<li>Datasource name: enter the name of the DataSource</li>
+<li>Description: enter a description of the DataSource</li>
+<li>IP/Host Name: enter the Spark service IP</li>
+<li>Port: enter the Spark service port</li>
+<li>Username: set the username for Spark connection</li>
+<li>Password: set the password for Spark connection</li>
+<li>Database name: enter the database name of the Spark connection</li>
+<li>Jdbc connection parameters: parameter settings for Spark connection, in 
JSON format</li>
 </ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please 
contact us through the following ways.</h4></div><div 
class="contact-container"><ul><li><a 
href="/en-us/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>Email List</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/en-us/docs/dev/user_doc/guide/datasource/spark.json 
b/en-us/docs/dev/user_doc/guide/datasource/spark.json
index be93dce..d28dc5a 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/spark.json
+++ b/en-us/docs/dev/user_doc/guide/datasource/spark.json
@@ -1,6 +1,6 @@
 {
   "filename": "spark.md",
-  "__html": "<h1>Spark</h1>\n<p align=\"center\">\n   <img 
src=\"/img/spark-en.png\" width=\"80%\" />\n </p>\n<ul>\n<li>Data source: 
select Spark</li>\n<li>Data source name: enter the name of the data 
source</li>\n<li>Description: Enter a description of the data 
source</li>\n<li>IP/Hostname: Enter the IP connected to Spark</li>\n<li>Port: 
Enter the port connected to Spark</li>\n<li>Username: Set the username for 
connecting to Spark</li>\n<li>Password: Set the password for connecting to S 
[...]
+  "__html": "<h1>Spark</h1>\n<p align=\"center\">\n   <img 
src=\"/img/spark-en.png\" width=\"80%\" />\n </p>\n<ul>\n<li>Datasource: select 
Spark</li>\n<li>Datasource name: enter the name of the 
DataSource</li>\n<li>Description: enter a description of the 
DataSource</li>\n<li>IP/Host Name: enter the Spark service IP</li>\n<li>Port: 
enter the Spark service port</li>\n<li>Username: set the username for Spark 
connection</li>\n<li>Password: set the password for Spark 
connection</li>\n<li>Data [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/datasource/spark.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html 
b/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html
index 338276a..8cae2cf 100644
--- a/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html
+++ b/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html
@@ -11,6 +11,9 @@
 </head>
 <body>
   <div id="root"><div class="md2html docs-page" data-reactroot=""><header 
class="header-container header-container-dark"><div class="header-body"><span 
class="mobile-menu-btn mobile-menu-btn-dark"></span><a 
href="/zh-cn/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div 
class="search search-dark"><span class="icon-search"></span></div><span 
class="language-switch language-switch-dark">En</span><div 
class="header-menu"><div><ul class="ant-menu whiteClass ant-menu-light ant [...]
+<p align="center">
+   <img src="/img/mysql_edit.png" width="80%" />
+</p>
 <ul>
 <li>数据源:选择MYSQL</li>
 <li>数据源名称:输入数据源的名称</li>
@@ -22,9 +25,7 @@
 <li>数据库名:输入连接MySQL的数据库名称</li>
 <li>Jdbc连接参数:用于MySQL连接的参数设置,以JSON形式填写</li>
 </ul>
-<p align="center">
-   <img src="/img/mysql_edit.png" width="80%" />
-</p></div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><a 
href="/zh-cn/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>邮件列表</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png"/><img class="img-change" src="/img/twitterblue.png" 
[...]
+</div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><a 
href="/zh-cn/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>邮件列表</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png"/><img class="img-change" 
src="/img/twitterblue.png"/><p [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-dom.min.js"></script>
   <script>window.rootPath = '';</script>
diff --git a/zh-cn/docs/dev/user_doc/guide/datasource/mysql.json 
b/zh-cn/docs/dev/user_doc/guide/datasource/mysql.json
index 9ef6d77..08e1fea 100644
--- a/zh-cn/docs/dev/user_doc/guide/datasource/mysql.json
+++ b/zh-cn/docs/dev/user_doc/guide/datasource/mysql.json
@@ -1,6 +1,6 @@
 {
   "filename": "mysql.md",
-  "__html": 
"<h1>MySQL数据源</h1>\n<ul>\n<li>数据源:选择MYSQL</li>\n<li>数据源名称:输入数据源的名称</li>\n<li>描述:输入数据源的描述</li>\n<li>IP主机名:输入连接MySQL的IP</li>\n<li>端口:输入连接MySQL的端口</li>\n<li>用户名:设置连接MySQL的用户名</li>\n<li>密码:设置连接MySQL的密码</li>\n<li>数据库名:输入连接MySQL的数据库名称</li>\n<li>Jdbc连接参数:用于MySQL连接的参数设置,以JSON形式填写</li>\n</ul>\n<p
 align=\"center\">\n   <img src=\"/img/mysql_edit.png\" width=\"80%\" />\n</p>",
+  "__html": "<h1>MySQL数据源</h1>\n<p align=\"center\">\n   <img 
src=\"/img/mysql_edit.png\" width=\"80%\" 
/>\n</p>\n<ul>\n<li>数据源:选择MYSQL</li>\n<li>数据源名称:输入数据源的名称</li>\n<li>描述:输入数据源的描述</li>\n<li>IP主机名:输入连接MySQL的IP</li>\n<li>端口:输入连接MySQL的端口</li>\n<li>用户名:设置连接MySQL的用户名</li>\n<li>密码:设置连接MySQL的密码</li>\n<li>数据库名:输入连接MySQL的数据库名称</li>\n<li>Jdbc连接参数:用于MySQL连接的参数设置,以JSON形式填写</li>\n</ul>\n",
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html 
b/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html
index e3b226b..2fe84ba 100644
--- a/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html
+++ b/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html
@@ -11,6 +11,9 @@
 </head>
 <body>
   <div id="root"><div class="md2html docs-page" data-reactroot=""><header 
class="header-container header-container-dark"><div class="header-body"><span 
class="mobile-menu-btn mobile-menu-btn-dark"></span><a 
href="/zh-cn/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div 
class="search search-dark"><span class="icon-search"></span></div><span 
class="language-switch language-switch-dark">En</span><div 
class="header-menu"><div><ul class="ant-menu whiteClass ant-menu-light ant [...]
+<p align="center">
+   <img src="/img/postgresql_edit.png" width="80%" />
+ </p>
 <ul>
 <li>数据源:选择POSTGRESQL</li>
 <li>数据源名称:输入数据源的名称</li>
@@ -22,9 +25,7 @@
 <li>数据库名:输入连接POSTGRESQL的数据库名称</li>
 <li>Jdbc连接参数:用于POSTGRESQL连接的参数设置,以JSON形式填写</li>
 </ul>
-<p align="center">
-   <img src="/img/postgresql_edit.png" width="80%" />
- </p></div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><a 
href="/zh-cn/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>邮件列表</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png"/><img class="img-change" src="/img/twitterblue.png 
[...]
+</div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><a 
href="/zh-cn/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>邮件列表</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png"/><img class="img-change" 
src="/img/twitterblue.png"/><p [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-dom.min.js"></script>
   <script>window.rootPath = '';</script>
diff --git a/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.json 
b/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.json
index abd6943..f095289 100644
--- a/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.json
+++ b/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.json
@@ -1,6 +1,6 @@
 {
   "filename": "postgresql.md",
-  "__html": 
"<h1>POSTGRESQL数据源</h1>\n<ul>\n<li>数据源:选择POSTGRESQL</li>\n<li>数据源名称:输入数据源的名称</li>\n<li>描述:输入数据源的描述</li>\n<li>IP/主机名:输入连接POSTGRESQL的IP</li>\n<li>端口:输入连接POSTGRESQL的端口</li>\n<li>用户名:设置连接POSTGRESQL的用户名</li>\n<li>密码:设置连接POSTGRESQL的密码</li>\n<li>数据库名:输入连接POSTGRESQL的数据库名称</li>\n<li>Jdbc连接参数:用于POSTGRESQL连接的参数设置,以JSON形式填写</li>\n</ul>\n<p
 align=\"center\">\n   <img src=\"/img/postgresql_edit.png\" width=\"80%\" />\n 
</p>",
+  "__html": "<h1>POSTGRESQL数据源</h1>\n<p align=\"center\">\n   <img 
src=\"/img/postgresql_edit.png\" width=\"80%\" />\n 
</p>\n<ul>\n<li>数据源:选择POSTGRESQL</li>\n<li>数据源名称:输入数据源的名称</li>\n<li>描述:输入数据源的描述</li>\n<li>IP/主机名:输入连接POSTGRESQL的IP</li>\n<li>端口:输入连接POSTGRESQL的端口</li>\n<li>用户名:设置连接POSTGRESQL的用户名</li>\n<li>密码:设置连接POSTGRESQL的密码</li>\n<li>数据库名:输入连接POSTGRESQL的数据库名称</li>\n<li>Jdbc连接参数:用于POSTGRESQL连接的参数设置,以JSON形式填写</li>\n</ul>\n",
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to