You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2020/12/26 05:41:15 UTC

[incubator-dolphinscheduler-website] branch master updated: Fix zk download url and link path (#231)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a1686f  Fix zk download url and link path (#231)
0a1686f is described below

commit 0a1686fefc4b78f1e32d4ff91aad1eb8d41762cf
Author: qmengss <qm...@users.noreply.github.com>
AuthorDate: Sat Dec 26 13:41:08 2020 +0800

    Fix zk download url and link path (#231)
    
    * 1.fix zookeeper download url , version 3.6.1 is not exist ,use 3.6.2 instead.
      2.There's a space bar missing between 'docsite' and '-g'
    
    * fix 'commit_message' path
    
    * Update development.js
    
    fix 'commit_message' -> 'commit-message'
    
    Co-authored-by: 蒙强 <me...@zhongan.com>
---
 docs/en-us/development/contribute.md                    | 2 +-
 docs/en-us/development/development-environment-setup.md | 2 +-
 docs/en-us/development/document.md                      | 4 ++--
 docs/zh-cn/development/contribute.md                    | 2 +-
 docs/zh-cn/development/development-environment-setup.md | 2 +-
 docs/zh-cn/development/document.md                      | 2 +-
 md_json/docs.json                                       | 4 ++--
 site_config/development.js                              | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/en-us/development/contribute.md b/docs/en-us/development/contribute.md
index 1d2f88b..f5563a5 100644
--- a/docs/en-us/development/contribute.md
+++ b/docs/en-us/development/contribute.md
@@ -25,7 +25,7 @@ Refer to the [Submit Guide-Document Notice](document.md)
 
 ### 2. Participate in code contributions.
 
-Refer to the [Submit Guide-Issue Notice](issue.md), [Submit Guide-Pull Request Notice](pull-request.md), [Submit Guide-Commit Message Notice](commit_message.md)
+Refer to the [Submit Guide-Issue Notice](issue.md), [Submit Guide-Pull Request Notice](pull-request.md), [Submit Guide-Commit Message Notice](commit-message.md)
 
 ### 3. How to pick up an Issue and submit a Pull Request.
 
diff --git a/docs/en-us/development/development-environment-setup.md b/docs/en-us/development/development-environment-setup.md
index 2fc58ee..35725d7 100644
--- a/docs/en-us/development/development-environment-setup.md
+++ b/docs/en-us/development/development-environment-setup.md
@@ -33,7 +33,7 @@ node --version
 #### Install zookeeper
 
 1. Download zookeeper  
-http://apache.mirrors.hoobly.com/zookeeper/zookeeper-3.6.1/apache-zookeeper-3.6.1-bin.tar.gz
+http://apache.mirrors.hoobly.com/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz
 
 2. Copy the zookeeper config file  
 cp conf/zoo_sample.cfg conf/zoo.cfg
diff --git a/docs/en-us/development/document.md b/docs/en-us/development/document.md
index 1f1f185..9599206 100755
--- a/docs/en-us/development/document.md
+++ b/docs/en-us/development/document.md
@@ -41,7 +41,7 @@ If the latest version of node is installed locally, consider using "nvm" to allo
 
 3. Run “nvm use v8.16.0” to switch the current working environment to node v8.
 
-4. Run `npm install docsite-g`
+4. Run `npm install docsite -g`
 
 Now you can run and build the website in your local environment.
 
@@ -64,4 +64,4 @@ Now you can run and build the website in your local environment.
 
 ### Reference to the documentation.
 
-[Apache Flink Translation Specifications](https://cwiki.apache.org/confluence/display/FLINK/Flink+Translation+Specifications)
\ No newline at end of file
+[Apache Flink Translation Specifications](https://cwiki.apache.org/confluence/display/FLINK/Flink+Translation+Specifications)
\ No newline at end of file
diff --git a/docs/zh-cn/development/contribute.md b/docs/zh-cn/development/contribute.md
index ea47f5a..18fc5f8 100644
--- a/docs/zh-cn/development/contribute.md
+++ b/docs/zh-cn/development/contribute.md
@@ -25,7 +25,7 @@
 
 ### 2. 参与代码贡献
 
-参考[参与贡献 Issue 需知](issue.md),[参与贡献 Pull Request 需知](pull-request.md),[参与贡献 CommitMessage 需知](commit_message.md)
+参考[参与贡献 Issue 需知](issue.md),[参与贡献 Pull Request 需知](pull-request.md),[参与贡献 CommitMessage 需知](commit-message.md)
 
 
 ### 3. 如何领取 Issue,提交 Pull Request
diff --git a/docs/zh-cn/development/development-environment-setup.md b/docs/zh-cn/development/development-environment-setup.md
index a85f2ab..007364e 100644
--- a/docs/zh-cn/development/development-environment-setup.md
+++ b/docs/zh-cn/development/development-environment-setup.md
@@ -27,7 +27,7 @@ nvm install v12.12.0
 
 #### 安装zookeeper  
 1. 下载zookeeper  
-http://apache.mirrors.hoobly.com/zookeeper/zookeeper-3.6.1/apache-zookeeper-3.6.1-bin.tar.gz
+http://apache.mirrors.hoobly.com/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz
 2. 复制配置文件  
 cp conf/zoo_sample.cfg conf/zoo.cfg
 3. 修改配置  
diff --git a/docs/zh-cn/development/document.md b/docs/zh-cn/development/document.md
index 07ca97f..e0578d7 100755
--- a/docs/zh-cn/development/document.md
+++ b/docs/zh-cn/development/document.md
@@ -23,7 +23,7 @@ DolphinScheduler 网站由 [docsite](https://github.com/txd-team/docsite) 提供
 
 ### 文档构建指南
 
-1. 运行 “npm install docsite-g” 安装开发工具。
+1. 运行 “npm install docsite -g” 安装开发工具。
 
 2. 在根目录中运行 “npm i” 以安装依赖项。
 
diff --git a/md_json/docs.json b/md_json/docs.json
index 9df69c9..7d93170 100755
--- a/md_json/docs.json
+++ b/md_json/docs.json
@@ -103,8 +103,8 @@
       "meta": {}
     },
     {
-      "filename": "commit_message.md",
-      "link": "/zh-cn/docs/development/commit_message.html",
+      "filename": "commit-message.md",
+      "link": "/zh-cn/docs/development/commit-message.html",
       "meta": {}
     },
     {
diff --git a/site_config/development.js b/site_config/development.js
index 76d7f33..b60c42f 100755
--- a/site_config/development.js
+++ b/site_config/development.js
@@ -144,7 +144,7 @@ export default {
           },
           {
             title: '参与贡献-CommitMessage需知',
-            link: '/zh-cn/docs/development/commit_message.html',
+            link: '/zh-cn/docs/development/commit-message.html',
           },
           {
             title: '参与贡献-微基准测试',