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 a24d5693b Automated deployment: 
632e6c191ef7c2d05e2ad0b9530a061128ef28af
a24d5693b is described below

commit a24d5693b22c2c5488367dd4e98c220f168a41ee
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 19 12:06:31 2022 +0000

    Automated deployment: 632e6c191ef7c2d05e2ad0b9530a061128ef28af
---
 en-us/community/development/document.html | 3 +++
 en-us/community/development/document.json | 2 +-
 zh-cn/community/development/document.html | 3 +++
 zh-cn/community/development/document.json | 2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/en-us/community/development/document.html 
b/en-us/community/development/document.html
index cd3ef43a5..e02588b73 100644
--- a/en-us/community/development/document.html
+++ b/en-us/community/development/document.html
@@ -26,6 +26,9 @@
 <p>Run <code>npm install</code> in the root directory to install the 
dependencies.</p>
 </li>
 <li>
+<p>Run commands to collect resources 2.1.Run <code>export 
PROTOCOL_MODE=ssh</code> tells Git clone resource via SSH protocol instead of 
HTTPS protocol. 2.2.Run <code>./scripts/prepare_docs.sh</code> prepare all 
related resources, for more information you could see <a 
href="https://github.com/apache/dolphinscheduler-website/blob/master/HOW_PREPARE_WOKR.md";>how
 prepare script work</a>.</p>
+</li>
+<li>
 <p>Run <code>npm run start</code> in the root directory to start a local 
server, you will see the website in '<a 
href="http://localhost:8080";>http://localhost:8080</a>'.</p>
 </li>
 <li>
diff --git a/en-us/community/development/document.json 
b/en-us/community/development/document.json
index e0057f53e..784b4326c 100644
--- a/en-us/community/development/document.json
+++ b/en-us/community/development/document.json
@@ -1,6 +1,6 @@
 {
   "filename": "document.md",
-  "__html": "<h1>Documentation Notice</h1>\n<p>Good documentation is critical 
for any type of software. Any contribution that can improve the 
DolphinScheduler documentation is welcome.</p>\n<h3>Get the document 
project</h3>\n<p>Documentation for the DolphinScheduler project is maintained 
in a separate <a 
href=\"https://github.com/apache/dolphinscheduler-website\";>git 
repository</a>.</p>\n<p>First you need to fork the document project into your 
own github repository, and then clone the do [...]
+  "__html": "<h1>Documentation Notice</h1>\n<p>Good documentation is critical 
for any type of software. Any contribution that can improve the 
DolphinScheduler documentation is welcome.</p>\n<h3>Get the document 
project</h3>\n<p>Documentation for the DolphinScheduler project is maintained 
in a separate <a 
href=\"https://github.com/apache/dolphinscheduler-website\";>git 
repository</a>.</p>\n<p>First you need to fork the document project into your 
own github repository, and then clone the do [...]
   "link": "/dist/en-us/community/development/document.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/community/development/document.html 
b/zh-cn/community/development/document.html
index 02edbedd0..f6502e877 100644
--- a/zh-cn/community/development/document.html
+++ b/zh-cn/community/development/document.html
@@ -26,6 +26,9 @@
 <p>在根目录中运行 <code>npm install</code> 以安装依赖项。</p>
 </li>
 <li>
+<p>运行命令收集资源:2.1.运行 <code>export PROTOCOL_MODE=ssh</code> 
告诉Git克隆资源,通过SSH协议而不是HTTPS协议。 2.2.运行 <code>./scripts/prepare_docs.sh</code> 
准备所有相关资源,关更多信息,您可以查看<a 
href="https://github.com/apache/dolphinscheduler-website/blob/master/HOW_PREPARE_WOKR.md";>how
 prepare script work</a>。</p>
+</li>
+<li>
 <p>在根目录下运行 <code>npm run start</code> 启动本地服务器,其将允许在 <a 
href="http://localhost:8080";>http://localhost:8080</a>。</p>
 </li>
 <li>
diff --git a/zh-cn/community/development/document.json 
b/zh-cn/community/development/document.json
index 0d8d8dd53..60740c604 100644
--- a/zh-cn/community/development/document.json
+++ b/zh-cn/community/development/document.json
@@ -1,6 +1,6 @@
 {
   "filename": "document.md",
-  "__html": "<h1>文档须知</h1>\n<p>良好的使用文档对任何类型的软件都是至关重要的。欢迎任何可以改进 
DolphinScheduler 文档的贡献。</p>\n<h3>获取文档项目</h3>\n<p>DolphinScheduler 项目的文档维护在独立的 
<a href=\"https://github.com/apache/dolphinscheduler-website\";>git 
仓库</a>中。</p>\n<p>首先你需要先将文档项目 fork 到自己的 github 仓库中,然后将 fork 
的文档克隆到本地计算机中。</p>\n<pre><code>git clone 
https://github.com/&lt;your-github-user-name&gt;/dolphinscheduler-website\n</code></pre>\n<h3>文档环境</h3>\n<p>DolphinScheduler
 网站由 <a href=\"https://github.com/chengshiwen/docsite-ext\";>d [...]
+  "__html": "<h1>文档须知</h1>\n<p>良好的使用文档对任何类型的软件都是至关重要的。欢迎任何可以改进 
DolphinScheduler 文档的贡献。</p>\n<h3>获取文档项目</h3>\n<p>DolphinScheduler 项目的文档维护在独立的 
<a href=\"https://github.com/apache/dolphinscheduler-website\";>git 
仓库</a>中。</p>\n<p>首先你需要先将文档项目 fork 到自己的 github 仓库中,然后将 fork 
的文档克隆到本地计算机中。</p>\n<pre><code>git clone 
https://github.com/&lt;your-github-user-name&gt;/dolphinscheduler-website\n</code></pre>\n<h3>文档环境</h3>\n<p>DolphinScheduler
 网站由 <a href=\"https://github.com/chengshiwen/docsite-ext\";>d [...]
   "link": "/dist/zh-cn/community/development/document.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to