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/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0c3c858 Automated deployment: Sun Nov 1 08:57:49 UTC 2020
326acaa5159891b4819848786509fbed65f01957
0c3c858 is described below
commit 0c3c8583bed8295a16e59a24c1c032782d4b68ee
Author: dailidong <[email protected]>
AuthorDate: Sun Nov 1 08:57:49 2020 +0000
Automated deployment: Sun Nov 1 08:57:49 UTC 2020
326acaa5159891b4819848786509fbed65f01957
---
build/documentation.js | 2 +-
en-us/docs/development/contribute.html | 2 +-
en-us/docs/development/contribute.json | 2 +-
zh-cn/docs/development/contribute.html | 2 +-
zh-cn/docs/development/contribute.json | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/build/documentation.js b/build/documentation.js
index 755dc4f..3f5c46c 100644
--- a/build/documentation.js
+++ b/build/documentation.js
@@ -174,4 +174,4 @@ Object.defineProperty(t,"__esModule",{value:!0});var
i="function"==typeof Symbol
* Copyright © 2012-2019 Faisal Salman <[email protected]>
* Licensed under MIT License
*/
-return"string"==typeof e?e.replace(/[^\d\.]/g,"").split(".")[0]:void
0},trim:function(e){return
e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},m={rgx:function(e,t){for(var
n,r,o,i,a,c,s=0;s<t.length&&!a;){var
l=t[s],u=t[s+1];for(n=r=0;n<l.length&&!a;)if(a=l[n++].exec(e))for(o=0;o<u.length;o++)c=a[++r],i=u[o],"object"==typeof
i&&i.length>0?2==i.length?"function"==typeof
i[1]?this[i[0]]=i[1].call(this,c):this[i[0]]=i[1]:3==i.length?"function"!=typeof
i[1]||i[1].exec&&i[1].test?this[i [...]
\ No newline at end of file
+return"string"==typeof e?e.replace(/[^\d\.]/g,"").split(".")[0]:void
0},trim:function(e){return
e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},m={rgx:function(e,t){for(var
n,r,o,i,a,c,s=0;s<t.length&&!a;){var
l=t[s],u=t[s+1];for(n=r=0;n<l.length&&!a;)if(a=l[n++].exec(e))for(o=0;o<u.length;o++)c=a[++r],i=u[o],"object"==typeof
i&&i.length>0?2==i.length?"function"==typeof
i[1]?this[i[0]]=i[1].call(this,c):this[i[0]]=i[1]:3==i.length?"function"!=typeof
i[1]||i[1].exec&&i[1].test?this[i [...]
\ No newline at end of file
diff --git a/en-us/docs/development/contribute.html
b/en-us/docs/development/contribute.html
index c742351..0783ae3 100644
--- a/en-us/docs/development/contribute.html
+++ b/en-us/docs/development/contribute.html
@@ -34,7 +34,7 @@
<h3>1. Participate in documentation contributions.</h3>
<p>Refer to the <a href="document.md">Submit Guide-Document Notice</a></p>
<h3>2. Participate in code contributions.</h3>
-<p>Refer to the <a href="issue.md">Submit Guide-Issue Notice</a>, <a
href="pull-request.md">Submit Guide-Pull Request Notice</a>, <a
href="commit_message.md">Submit Guide-Commit Message Notice</a></p>
+<p>Refer to the <a href="issue.md">Submit Guide-Issue Notice</a>, <a
href="pull-request.md">Submit Guide-Pull Request Notice</a>, <a
href="commit-message.md">Submit Guide-Commit Message Notice</a></p>
<h3>3. How to pick up an Issue and submit a Pull Request.</h3>
<p>If you want to implement a Feature or fix a Bug. Please refer to the
following:</p>
<ul>
diff --git a/en-us/docs/development/contribute.json
b/en-us/docs/development/contribute.json
index b02ecc9..1a4060c 100644
--- a/en-us/docs/development/contribute.json
+++ b/en-us/docs/development/contribute.json
@@ -1,6 +1,6 @@
{
"filename": "contribute.md",
- "__html": "<h2>Contribute</h2>\n<p>First of all, thank you very much for
choosing and using DolphinScheduler, and welcome to join the DolphinScheduler
family!</p>\n<p>We encourage any form of participation in the community that
will eventually become Committer or PPMC Such as:</p>\n<ul>\n<li>Problems will
be encountered via github on the <a
href=\"https://github.com/apache/incubator-dolphinscheduler/issues\">issue</a>
form feedback out.</li>\n<li>Answer the issue questions that others [...]
+ "__html": "<h2>Contribute</h2>\n<p>First of all, thank you very much for
choosing and using DolphinScheduler, and welcome to join the DolphinScheduler
family!</p>\n<p>We encourage any form of participation in the community that
will eventually become Committer or PPMC Such as:</p>\n<ul>\n<li>Problems will
be encountered via github on the <a
href=\"https://github.com/apache/incubator-dolphinscheduler/issues\">issue</a>
form feedback out.</li>\n<li>Answer the issue questions that others [...]
"link": "/en-us/docs/development/contribute.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/development/contribute.html
b/zh-cn/docs/development/contribute.html
index fc2af3c..ebca9cb 100644
--- a/zh-cn/docs/development/contribute.html
+++ b/zh-cn/docs/development/contribute.html
@@ -34,7 +34,7 @@
<h3>1. 参与文档贡献</h3>
<p>参考<a href="document.md">参与贡献-文档需知</a></p>
<h3>2. 参与代码贡献</h3>
-<p>参考<a href="issue.md">参与贡献 Issue 需知</a>,<a href="pull-request.md">参与贡献 Pull
Request 需知</a>,<a href="commit_message.md">参与贡献 CommitMessage 需知</a></p>
+<p>参考<a href="issue.md">参与贡献 Issue 需知</a>,<a href="pull-request.md">参与贡献 Pull
Request 需知</a>,<a href="commit-message.md">参与贡献 CommitMessage 需知</a></p>
<h3>3. 如何领取 Issue,提交 Pull Request</h3>
<p>如果你想实现某个 Feature 或者修复某个 Bug。请参考以下内容:</p>
<ul>
diff --git a/zh-cn/docs/development/contribute.json
b/zh-cn/docs/development/contribute.json
index 3ad636e..cb6f446 100644
--- a/zh-cn/docs/development/contribute.json
+++ b/zh-cn/docs/development/contribute.json
@@ -1,6 +1,6 @@
{
"filename": "contribute.md",
- "__html": "<h2>贡献</h2>\n<p>首先非常感谢大家选择和使用 DolphinScheduler,非常欢迎大家加入
DolphinScheduler 大家庭,融入开源世界!</p>\n<p>我们鼓励任何形式的参与社区,最终成为 Committer 或
PPMC,如:</p>\n<ul>\n<li>将遇到的问题通过 github 上 <a
href=\"https://github.com/apache/incubator-dolphinscheduler/issues\">issue</a>
的形式反馈出来</li>\n<li>回答别人遇到的 issue
问题</li>\n<li>帮助完善文档</li>\n<li>帮助项目增加测试用例</li>\n<li>为代码添加注释</li>\n<li>提交修复 Bug
或者 Feature 的 PR</li>\n<li>发表应用案例实践、调度流程分析或者与调度相关的技术文章</li>\n<li>帮助推广
DolphinScheduler,参与技术大会或者 meetup 的分享等</li>\n</ul>\n<p [...]
+ "__html": "<h2>贡献</h2>\n<p>首先非常感谢大家选择和使用 DolphinScheduler,非常欢迎大家加入
DolphinScheduler 大家庭,融入开源世界!</p>\n<p>我们鼓励任何形式的参与社区,最终成为 Committer 或
PPMC,如:</p>\n<ul>\n<li>将遇到的问题通过 github 上 <a
href=\"https://github.com/apache/incubator-dolphinscheduler/issues\">issue</a>
的形式反馈出来</li>\n<li>回答别人遇到的 issue
问题</li>\n<li>帮助完善文档</li>\n<li>帮助项目增加测试用例</li>\n<li>为代码添加注释</li>\n<li>提交修复 Bug
或者 Feature 的 PR</li>\n<li>发表应用案例实践、调度流程分析或者与调度相关的技术文章</li>\n<li>帮助推广
DolphinScheduler,参与技术大会或者 meetup 的分享等</li>\n</ul>\n<p [...]
"link": "/zh-cn/docs/development/contribute.html",
"meta": {}
}
\ No newline at end of file