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 06:52:41 UTC

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

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 2977e73  Automated deployment: d5beb226aee643e163a49e986d9f7c23d196a2b8
2977e73 is described below

commit 2977e7359b4cc2ee083eadde9ee2061204d0e960
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Fri Oct 29 06:52:37 2021 +0000

    Automated deployment: d5beb226aee643e163a49e986d9f7c23d196a2b8
---
 en-us/development/backend/spi/alert.html             | 2 +-
 en-us/development/backend/spi/alert.json             | 2 +-
 en-us/development/backend/spi/registry.html          | 2 +-
 en-us/development/backend/spi/registry.json          | 2 +-
 en-us/development/backend/spi/task.html              | 2 +-
 en-us/development/backend/spi/task.json              | 2 +-
 en-us/development/development-environment-setup.html | 4 ++--
 en-us/development/development-environment-setup.json | 2 +-
 zh-cn/development/backend/spi/alert.html             | 2 +-
 zh-cn/development/backend/spi/alert.json             | 2 +-
 zh-cn/development/backend/spi/registry.html          | 2 +-
 zh-cn/development/backend/spi/registry.json          | 2 +-
 zh-cn/development/backend/spi/task.html              | 2 +-
 zh-cn/development/backend/spi/task.json              | 2 +-
 zh-cn/development/development-environment-setup.html | 4 ++--
 zh-cn/development/development-environment-setup.json | 2 +-
 16 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/en-us/development/backend/spi/alert.html b/en-us/development/backend/spi/alert.html
index d1cbc9c..f4eb64c 100644
--- a/en-us/development/backend/spi/alert.html
+++ b/en-us/development/backend/spi/alert.html
@@ -81,7 +81,7 @@ This package contains the plug-in parameter definitions. We use alpacajs, a fron
 <h4>Alarm Custom Plugin Development</h4>
 <p>In fact, it's very easy to implement a plugin by yourself, you only need to care about the plugin extension interface. In Alert you only need to care about the AlertChannelFactory and AlertChannel. We would recommend that you follow the design specifications of other built-in plugins so that when your idea is good enough, you can donate it to the community without having to change it too much.</p>
 <p>When you complete the development of the relevant code, you need to execute <code>mvn -U install -Dmaven.test.skip=true</code> to install the plug-in and generate the plug-in jar of the alert. The directory is: dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/alert (the version number will change with the main version number)</p>
-<p>Note: ${VERSION} needs to be manually modified according to the current version.</p>
+<p>Note: <strong>${VERSION}</strong> needs to be manually modified according to the current version.</p>
 <p>alert.properties configuration</p>
 <pre><code>alert.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/alert
 </code></pre>
diff --git a/en-us/development/backend/spi/alert.json b/en-us/development/backend/spi/alert.json
index cb67b32..166effb 100644
--- a/en-us/development/backend/spi/alert.json
+++ b/en-us/development/backend/spi/alert.json
@@ -1,6 +1,6 @@
 {
   "filename": "alert.md",
-  "__html": "<h3>DolphinScheduler Alert SPI main design</h3>\n<h4>DolphinScheduler SPI Design</h4>\n<p>The architecture of microkernel &amp; plug-in of DolphinScheduler is changing. All core capabilities such as tasks, resource storage, registry, etc. will be designed to be extensions, and we want to improve the flexibility as well as the friendliness (extensibility) of DolphinScheduler itself through SPI.</p>\n<p>You can read the relevant code under the dolphinscheduler-spi module as a  [...]
+  "__html": "<h3>DolphinScheduler Alert SPI main design</h3>\n<h4>DolphinScheduler SPI Design</h4>\n<p>The architecture of microkernel &amp; plug-in of DolphinScheduler is changing. All core capabilities such as tasks, resource storage, registry, etc. will be designed to be extensions, and we want to improve the flexibility as well as the friendliness (extensibility) of DolphinScheduler itself through SPI.</p>\n<p>You can read the relevant code under the dolphinscheduler-spi module as a  [...]
   "link": "/dist/en-us/development/backend/spi/alert.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/development/backend/spi/registry.html b/en-us/development/backend/spi/registry.html
index 41b4f64..0b116ac 100644
--- a/en-us/development/backend/spi/registry.html
+++ b/en-us/development/backend/spi/registry.html
@@ -12,7 +12,7 @@
 <body>
   <div id="root"><div class="md2html development-page" data-reactroot=""><header class="header-container header-container-dark"><div class="header-body"><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"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass ant- [...]
 <h4>How to use it?</h4>
-<p>Note: ${VERSION} needs to be manually modified according to the current version.</p>
+<p>Note: <strong>${VERSION}</strong> needs to be manually modified according to the current version.</p>
 <p>First you need to execute the <code>mvn -U install -Prelease -Dmaven.test.skip=true</code> to install the plugin for generating the plugin JAR of the registry. The directory is: dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry.</p>
 <p>Next,  please follow the configuration below (using zookeeper as an example).</p>
 <table>
diff --git a/en-us/development/backend/spi/registry.json b/en-us/development/backend/spi/registry.json
index a08392c..02e5e71 100644
--- a/en-us/development/backend/spi/registry.json
+++ b/en-us/development/backend/spi/registry.json
@@ -1,6 +1,6 @@
 {
   "filename": "registry.md",
-  "__html": "<h3>DolphinScheduler Registry SPI main design</h3>\n<h4>How to use it?</h4>\n<p>Note: ${VERSION} needs to be manually modified according to the current version.</p>\n<p>First you need to execute the <code>mvn -U install -Prelease -Dmaven.test.skip=true</code> to install the plugin for generating the plugin JAR of the registry. The directory is: dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry.</p>\n<p>Next,  please follow the configuration be [...]
+  "__html": "<h3>DolphinScheduler Registry SPI main design</h3>\n<h4>How to use it?</h4>\n<p>Note: <strong>${VERSION}</strong> needs to be manually modified according to the current version.</p>\n<p>First you need to execute the <code>mvn -U install -Prelease -Dmaven.test.skip=true</code> to install the plugin for generating the plugin JAR of the registry. The directory is: dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry.</p>\n<p>Next,  please follow the [...]
   "link": "/dist/en-us/development/backend/spi/registry.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/development/backend/spi/task.html b/en-us/development/backend/spi/task.html
index c048181..0009f8c 100644
--- a/en-us/development/backend/spi/task.html
+++ b/en-us/development/backend/spi/task.html
@@ -12,7 +12,7 @@
 <body>
   <div id="root"><div class="md2html development-page" data-reactroot=""><header class="header-container header-container-dark"><div class="header-body"><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"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass ant- [...]
 <h4>How to use development environment?</h4>
-<p>Note: ${VERSION} needs to be manually modified according to the current version.</p>
+<p>Note: <strong>${VERSION}</strong> needs to be manually modified according to the current version.</p>
 <p>First you need to execute the <code>mvn -U install -Dmaven.test.skip=true</code> to install the plugin for generating the plugin JAR of the registry. The directory is: dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task (The version number will follow the change of the main version number)</p>
 <p>Executing this command will generate all plugins provided by default for all modules.</p>
 <p>Next, configure the plugin directory in (dolphinscheduler-server/src/main/resources/worker.properties)</p>
diff --git a/en-us/development/backend/spi/task.json b/en-us/development/backend/spi/task.json
index fc6608c..e8992ac 100644
--- a/en-us/development/backend/spi/task.json
+++ b/en-us/development/backend/spi/task.json
@@ -1,6 +1,6 @@
 {
   "filename": "task.md",
-  "__html": "<h2>DolphinScheduler Task SPI main design</h2>\n<h4>How to use development environment?</h4>\n<p>Note: ${VERSION} needs to be manually modified according to the current version.</p>\n<p>First you need to execute the <code>mvn -U install -Dmaven.test.skip=true</code> to install the plugin for generating the plugin JAR of the registry. The directory is: dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task (The version number will follow the change of t [...]
+  "__html": "<h2>DolphinScheduler Task SPI main design</h2>\n<h4>How to use development environment?</h4>\n<p>Note: <strong>${VERSION}</strong> needs to be manually modified according to the current version.</p>\n<p>First you need to execute the <code>mvn -U install -Dmaven.test.skip=true</code> to install the plugin for generating the plugin JAR of the registry. The directory is: dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task (The version number will follo [...]
   "link": "/dist/en-us/development/backend/spi/task.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/development/development-environment-setup.html b/en-us/development/development-environment-setup.html
index e46f781..c5b3f00 100644
--- a/en-us/development/development-environment-setup.html
+++ b/en-us/development/development-environment-setup.html
@@ -87,7 +87,7 @@ dataLogDir=/data/zookeeper/datalog
 </li>
 <li>
 <p>Plugin installation(<strong>Only required for 2.0 or later</strong>): Compile plugin by command <code>mvn -U clean install -Dmaven.test.skip=true</code></p>
-<p>Note: ${VERSION} needs to be manually modified according to the current version</p>
+<p>Note: <strong>${VERSION}</strong> needs to be manually modified according to the current version</p>
 <ul>
 <li>alert plugin config (alert.properties)</li>
 </ul>
@@ -96,7 +96,7 @@ dataLogDir=/data/zookeeper/datalog
 <ul>
 <li>registry plugin config  (registry.properties)</li>
 </ul>
-<pre><code class="language-registry.properties"> alert.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry/zookeeper	
+<pre><code class="language-registry.properties"> registry.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry/zookeeper	
 </code></pre>
 <ul>
 <li>task plugin config (worker.properties)</li>
diff --git a/en-us/development/development-environment-setup.json b/en-us/development/development-environment-setup.json
index a7c42d4..e4cdafc 100644
--- a/en-us/development/development-environment-setup.json
+++ b/en-us/development/development-environment-setup.json
@@ -1,6 +1,6 @@
 {
   "filename": "development-environment-setup.md",
-  "__html": "<h1>DolphinScheduler development</h1>\n<h2>Software Requests</h2>\n<p>Before setting up the DolphinScheduler development environment, please make sure you have installed the software as below:</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>: DolphinScheduler version control system</li>\n<li><a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>: DolphinScheduler backend language</li>\n<li><a href=\"http://maven.apache.org/dow [...]
+  "__html": "<h1>DolphinScheduler development</h1>\n<h2>Software Requests</h2>\n<p>Before setting up the DolphinScheduler development environment, please make sure you have installed the software as below:</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>: DolphinScheduler version control system</li>\n<li><a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>: DolphinScheduler backend language</li>\n<li><a href=\"http://maven.apache.org/dow [...]
   "link": "/dist/en-us/development/development-environment-setup.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/development/backend/spi/alert.html b/zh-cn/development/backend/spi/alert.html
index 0c2fe54..e393674 100644
--- a/zh-cn/development/backend/spi/alert.html
+++ b/zh-cn/development/backend/spi/alert.html
@@ -79,7 +79,7 @@
 </ul>
 <h4>告警自定义插件开发</h4>
 <p>事实上,自我实现一款插件及其简单,仅仅关心插件扩展接口即可,Alert 中你只需要关心 AlertChannelFactory 以及 AlertChannel。我们更建议你按照其他内置插件的设计规范来去开发,这样当你的idea足够好的时候,你无需做过多更改即可捐献给社区。</p>
-<p>注意:${VERSION} 需要根据当前版本手动修改。</p>
+<p>注意:<strong>${VERSION}</strong> 需要根据当前版本手动修改。</p>
 <p>当你完成相关代码开发的时候, 你需要执行 <code>mvn -U install -Dmaven.test.skip=true</code> 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/alert(版本号会跟随主版本号变更)
 alert.properties 配置</p>
 <pre><code>alert.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/alert
diff --git a/zh-cn/development/backend/spi/alert.json b/zh-cn/development/backend/spi/alert.json
index 0700de0..24c7e92 100644
--- a/zh-cn/development/backend/spi/alert.json
+++ b/zh-cn/development/backend/spi/alert.json
@@ -1,6 +1,6 @@
 {
   "filename": "alert.md",
-  "__html": "<h3>DolphinScheduler Alert SPI 主要设计</h3>\n<h4>DolphinScheduler SPI 设计</h4>\n<p>DolphinScheduler 正在处于微内核 + 插件化的架构更改之中,所有核心能力如任务、资源存储、注册中心等都将被设计为扩展点,我们希望通过 SPI 来提高 DolphinScheduler 本身的灵活性以及友好性(扩展性)。</p>\n<p>相关代码可以参考 dolphinscheduler-spi 模块。相关插件的扩展接口皆在该模块下,当我们需要实现相关功能的插件化的时候,建议先阅读此块的代码,当然,更建议你阅读文档,这会减少很多时间,不过文档有一定的后滞性,当文档缺失的时候,建议以源码为准(如果有兴趣,我们也欢迎你来提交相关文档),此外,我们几乎不会对扩展接口做变更(不包括新增),除非重大架构调整,出现不兼容升级版本,因此,现有文档一般都能够满足。</p>\n<p>当你需要扩展的时候
 ,事实上你只需要关注扩展接口即可,比如告警服务,您只需要关注 AlertChannelFact [...]
+  "__html": "<h3>DolphinScheduler Alert SPI 主要设计</h3>\n<h4>DolphinScheduler SPI 设计</h4>\n<p>DolphinScheduler 正在处于微内核 + 插件化的架构更改之中,所有核心能力如任务、资源存储、注册中心等都将被设计为扩展点,我们希望通过 SPI 来提高 DolphinScheduler 本身的灵活性以及友好性(扩展性)。</p>\n<p>相关代码可以参考 dolphinscheduler-spi 模块。相关插件的扩展接口皆在该模块下,当我们需要实现相关功能的插件化的时候,建议先阅读此块的代码,当然,更建议你阅读文档,这会减少很多时间,不过文档有一定的后滞性,当文档缺失的时候,建议以源码为准(如果有兴趣,我们也欢迎你来提交相关文档),此外,我们几乎不会对扩展接口做变更(不包括新增),除非重大架构调整,出现不兼容升级版本,因此,现有文档一般都能够满足。</p>\n<p>当你需要扩展的时候
 ,事实上你只需要关注扩展接口即可,比如告警服务,您只需要关注 AlertChannelFact [...]
   "link": "/dist/zh-cn/development/backend/spi/alert.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/development/backend/spi/registry.html b/zh-cn/development/backend/spi/registry.html
index 182fb8d..80bed2c 100644
--- a/zh-cn/development/backend/spi/registry.html
+++ b/zh-cn/development/backend/spi/registry.html
@@ -13,7 +13,7 @@
   <div id="root"><div class="md2html development-page" data-reactroot=""><header class="header-container header-container-dark"><div class="header-body"><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"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass ant [...]
 <h4>如何使用?</h4>
 <p>首先你需要执行 <code>mvn -U install -Dmaven.test.skip=true</code> 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry</p>
-<p>注意:${VERSION} 需要根据当前版本手动修改</p>
+<p>注意:<strong>${VERSION}</strong> 需要根据当前版本手动修改</p>
 <p>其次进行以下配置(以 zookeeper 为例)</p>
 <table>
 <thead>
diff --git a/zh-cn/development/backend/spi/registry.json b/zh-cn/development/backend/spi/registry.json
index d7d283d..29cc52f 100644
--- a/zh-cn/development/backend/spi/registry.json
+++ b/zh-cn/development/backend/spi/registry.json
@@ -1,6 +1,6 @@
 {
   "filename": "registry.md",
-  "__html": "<h3>DolphinScheduler Registry SPI 主要设计</h3>\n<h4>如何使用?</h4>\n<p>首先你需要执行 <code>mvn -U install -Dmaven.test.skip=true</code> 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry</p>\n<p>注意:${VERSION} 需要根据当前版本手动修改</p>\n<p>其次进行以下配置(以 zookeeper 为例)</p>\n<table>\n<thead>\n<tr>\n<th>参数</th>\n<th>默认值</th>\n<th>描述</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>registry.plugin.dir</td>\n<td>./dolphinscheduler-dist/target/dolphinscheduler- [...]
+  "__html": "<h3>DolphinScheduler Registry SPI 主要设计</h3>\n<h4>如何使用?</h4>\n<p>首先你需要执行 <code>mvn -U install -Dmaven.test.skip=true</code> 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry</p>\n<p>注意:<strong>${VERSION}</strong> 需要根据当前版本手动修改</p>\n<p>其次进行以下配置(以 zookeeper 为例)</p>\n<table>\n<thead>\n<tr>\n<th>参数</th>\n<th>默认值</th>\n<th>描述</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>registry.plugin.dir</td>\n<td>./dolphinscheduler-dist/target/ [...]
   "link": "/dist/zh-cn/development/backend/spi/registry.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/development/backend/spi/task.html b/zh-cn/development/backend/spi/task.html
index ea48227..ea500cf 100644
--- a/zh-cn/development/backend/spi/task.html
+++ b/zh-cn/development/backend/spi/task.html
@@ -13,7 +13,7 @@
   <div id="root"><div class="md2html development-page" data-reactroot=""><header class="header-container header-container-dark"><div class="header-body"><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"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass ant [...]
 <h4>开发环境如何使用?</h4>
 <p>首先你需要执行 <code>mvn -U install -Dmaven.test.skip=true</code> 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task(版本号会跟随主版本号变更)</p>
-<p>注意:${VERSION} 需要根据当前版本手动修改</p>
+<p>注意:<strong>${VERSION}</strong> 需要根据当前版本手动修改</p>
 <p>执行此命令会生成所有模块默认提供的所有插件。</p>
 <p>其次在(dolphinscheduler-server/src/main/resources/worker.properties)进行配置插件目录</p>
 <pre><code>task.plugin.dir config the #task.plugin.dir config the Task Plugin dir . WorkerServer while find and load the Task Plugin Jar from this dir when deploy and start WorkerServer on the server .
diff --git a/zh-cn/development/backend/spi/task.json b/zh-cn/development/backend/spi/task.json
index eda2043..3560495 100644
--- a/zh-cn/development/backend/spi/task.json
+++ b/zh-cn/development/backend/spi/task.json
@@ -1,6 +1,6 @@
 {
   "filename": "task.md",
-  "__html": "<h2>DolphinScheduler Task SPI 主要设计</h2>\n<h4>开发环境如何使用?</h4>\n<p>首先你需要执行 <code>mvn -U install -Dmaven.test.skip=true</code> 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task(版本号会跟随主版本号变更)</p>\n<p>注意:${VERSION} 需要根据当前版本手动修改</p>\n<p>执行此命令会生成所有模块默认提供的所有插件。</p>\n<p>其次在(dolphinscheduler-server/src/main/resources/worker.properties)进行配置插件目录</p>\n<pre><code>task.plugin.dir config the #task.plugin.dir config the Task Plugin dir . Work [...]
+  "__html": "<h2>DolphinScheduler Task SPI 主要设计</h2>\n<h4>开发环境如何使用?</h4>\n<p>首先你需要执行 <code>mvn -U install -Dmaven.test.skip=true</code> 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/task(版本号会跟随主版本号变更)</p>\n<p>注意:<strong>${VERSION}</strong> 需要根据当前版本手动修改</p>\n<p>执行此命令会生成所有模块默认提供的所有插件。</p>\n<p>其次在(dolphinscheduler-server/src/main/resources/worker.properties)进行配置插件目录</p>\n<pre><code>task.plugin.dir config the #task.plugin.dir config the Task  [...]
   "link": "/dist/zh-cn/development/backend/spi/task.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/development/development-environment-setup.html b/zh-cn/development/development-environment-setup.html
index 8ddbae0..2532e66 100644
--- a/zh-cn/development/development-environment-setup.html
+++ b/zh-cn/development/development-environment-setup.html
@@ -85,7 +85,7 @@ dataLogDir=/data/zookeeper/datalog
 </li>
 <li>
 <p>插件的配置(<strong>仅 2.0 及以后的版本需要</strong>):编译对应的插件,在项目目录执行 <code>mvn -U clean install -Dmaven.test.skip=true</code> 完成注册插件的安装</p>
-<p>注意:${VERSION} 需要根据当前版本手动修改</p>
+<p>注意:<strong>${VERSION}</strong> 需要根据当前版本手动修改</p>
 <ul>
 <li>告警插件配置 (alert.properties)</li>
 </ul>
@@ -94,7 +94,7 @@ dataLogDir=/data/zookeeper/datalog
 <ul>
 <li>注册中心插件配置 (registry.properties)</li>
 </ul>
-<pre><code class="language-registry.properties"> alert.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry/zookeeper	
+<pre><code class="language-registry.properties"> registry.plugin.dir=../../../../dolphinscheduler-dist/target/dolphinscheduler-dist-${VERSION}/lib/plugin/registry/zookeeper	
 </code></pre>
 <ul>
 <li>任务插件配置 (worker.properties)</li>
diff --git a/zh-cn/development/development-environment-setup.json b/zh-cn/development/development-environment-setup.json
index ea163c5..b6e5dda 100644
--- a/zh-cn/development/development-environment-setup.json
+++ b/zh-cn/development/development-environment-setup.json
@@ -1,6 +1,6 @@
 {
   "filename": "development-environment-setup.md",
-  "__html": "<h1>DolphinScheduler 开发手册</h1>\n<h2>前置条件</h2>\n<p>在搭建 DolphinScheduler 开发环境之前请确保你已经安装一下软件</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>: 版本控制系统</li>\n<li><a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>: 后端开发</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>: Java包管理系统</li>\n<li><a href=\"https://nodejs.org/en/download\">Node</a>: 前端开发</li>\n</ul>\n<h3>克隆代码库</h3>\n<p>通过你 git 管理工具下载 git 代码,下面以 git-co [...]
+  "__html": "<h1>DolphinScheduler 开发手册</h1>\n<h2>前置条件</h2>\n<p>在搭建 DolphinScheduler 开发环境之前请确保你已经安装一下软件</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>: 版本控制系统</li>\n<li><a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>: 后端开发</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>: Java包管理系统</li>\n<li><a href=\"https://nodejs.org/en/download\">Node</a>: 前端开发</li>\n</ul>\n<h3>克隆代码库</h3>\n<p>通过你 git 管理工具下载 git 代码,下面以 git-co [...]
   "link": "/dist/zh-cn/development/development-environment-setup.html",
   "meta": {}
 }
\ No newline at end of file