You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/04/18 11:07:51 UTC

[dolphinscheduler-website] branch master updated: [release] Change release docs (#778)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 84ed993d8 [release] Change release docs (#778)
84ed993d8 is described below

commit 84ed993d869ba19da1d148e327e73b63c755b3fa
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Mon Apr 18 19:07:47 2022 +0800

    [release] Change release docs (#778)
    
    * [release] Change release docs
    
    * revert before merge
    
    * Fix quick start link
    
    * Correct docker link
    
    * Correct docker link
    
    * Revert "revert before merge"
    
    This reverts commit 2a2c5c12
    
    * Add download link for 3.0.0-alpha
---
 blog/en-us/Apache-DolphinScheduler-2.0.1.md |  2 +-
 blog/zh-cn/Apache-DolphinScheduler-2.0.1.md |  2 +-
 community/en-us/release-post.md             | 20 ++------------
 community/en-us/release-prepare.md          | 39 ++++++++++++++++++---------
 community/en-us/release.md                  |  8 ++++--
 community/zh-cn/release-post.md             | 20 ++------------
 community/zh-cn/release-prepare.md          | 41 ++++++++++++++++++++---------
 community/zh-cn/release.md                  |  8 ++++--
 download/en-us/download.md                  |  2 ++
 download/zh-cn/download.md                  |  2 ++
 site_config/home.jsx                        |  2 +-
 sitemap.xml                                 |  6 ++---
 12 files changed, 81 insertions(+), 71 deletions(-)

diff --git a/blog/en-us/Apache-DolphinScheduler-2.0.1.md b/blog/en-us/Apache-DolphinScheduler-2.0.1.md
index 3cabb619f..b9d8c2d88 100644
--- a/blog/en-us/Apache-DolphinScheduler-2.0.1.md
+++ b/blog/en-us/Apache-DolphinScheduler-2.0.1.md
@@ -135,7 +135,7 @@ For detailed usage documentation, please refer to:
 https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/standalone.html
 
 Or use Docker to deploy all services with one
-click: https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/docker.html
+click: https://dolphinscheduler.apache.org/en-us/docs/2.0.1/user_doc/guide/installation/docker.html
 
 ### 2 Task parameter transfer function
 
diff --git a/blog/zh-cn/Apache-DolphinScheduler-2.0.1.md b/blog/zh-cn/Apache-DolphinScheduler-2.0.1.md
index d56dad8ec..e216900de 100644
--- a/blog/zh-cn/Apache-DolphinScheduler-2.0.1.md
+++ b/blog/zh-cn/Apache-DolphinScheduler-2.0.1.md
@@ -101,7 +101,7 @@ StandAloneServer 是为了让用户快速体验产品而创建的服务,其中
 
 详细的使用文档请参考:https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/standalone.html
 
-或者使用 Docker 一键部署所有的服务:https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/docker.html
+或者使用 Docker 一键部署所有的服务:https://dolphinscheduler.apache.org/zh-cn/docs/2.0.1/user_doc/guide/installation/docker.html
 
 ### 2 任务参数传递功能
 
diff --git a/community/en-us/release-post.md b/community/en-us/release-post.md
index 6b6629920..2f17015f5 100644
--- a/community/en-us/release-post.md
+++ b/community/en-us/release-post.md
@@ -4,23 +4,7 @@
 
 For example, after the release of `x.y.z`, the following updates are required:
 
- - `docs/en-us/x.y.z` and `docs/zh-cn/x.y.z`: copy the old directory to the new version x.y.z
-   - The reference links of the included documents keep same with x.y.z, especially pay attention to the following file updates:
-     - `architecture-design.md`
-     - `cluster-deployment.md`
-     - `docker-deployment.md`
-     - `expansion-reduction.md`
-     - `kubernetes-deployment.md`
-     - `standalone-deployment.md`
-     - `upgrade.md`
- - `docs/en-us/release/history-versions.md` and `docs/zh-cn/release/history-versions.md`: Add the new version and link for x.y.z
- - `download/en-us/download.md` and `download/zh-cn/download.md`: add the download of the x.y.z release package
- - `site_config/docsx-y-z.js`: copy the old configuration file to the new version, and keep the content link same with x.y.z
- - `site_config/site.js`:
-   - `docsLatest`: update to x.y.z
-   - `docs0`: The `text` of two places of `en-us/zh-cn` needs to be updated to `latest(x.y.z)`
-   - `docsxyz`: Add a drop-down menu with `key` as `docsxyz` and `text` as `x.y.z` in `children` of two places of `en-us/zh-cn`
- - `src/pages/docs/index.md.jsx`: Add `'x.y.z': docsxyzConfig,`
+- `download/en-us/download.md` and `download/zh-cn/download.md`: add the download of the x.y.z release package
 
 ## Add New Version To GitHub's bug-report.yml
 
@@ -30,7 +14,7 @@ bug-report.yml
 
 ## Publish Image
 
-Build docker image first, please refer to [How to build a Docker image?](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/docker.html)
+Build docker image first, please refer to [How to build a Docker image?](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/start/docker.html)
 
 And then publish image
 
diff --git a/community/en-us/release-prepare.md b/community/en-us/release-prepare.md
index a55dba73c..b191803e5 100644
--- a/community/en-us/release-prepare.md
+++ b/community/en-us/release-prepare.md
@@ -12,16 +12,31 @@ Compared with the last release, the `release-docs` of the current release needs
 
 For example, to release `x.y.z`, the following updates are required:
 
- - `pom.xml`: `revision`, `version`, `tag` need to be updated to x.y.z
- - `sql`:
-   - `dolphinscheduler_mysql.sql`: `t_ds_version` needs to be updated to x.y.z
-   - `dolphinscheduler_postgre.sql`: `t_ds_version` needs to be updated to x.y.z
-   - `upgrade`: whether to add`x.y.z_schema`
-   - `soft_version`: need to be updated to x.y.z
- - `docker/docker-swarm`:
-   - `docker-compose.yml`: `image: dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler` needs to be updated to x.y.z
-   - `docker-stack.yml`: `image: dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler` needs to be updated to x.y.z
- - `docker/kubernetes/dolphinscheduler`:
-   - `Chart.yaml`: `appVersion` needs to be updated to x.y.z (`version` is helm chart version,incremented and different from x.y.z)
-   - `values.yaml`: `image.tag` needs to be updated to x.y.z
+- Version in the code:
+  - `sql`:
+    - `dolphinscheduler_mysql.sql`: `t_ds_version` needs to be updated to x.y.z
+    - `dolphinscheduler_postgre.sql`: `t_ds_version` needs to be updated to x.y.z
+    - `upgrade`: whether to add`x.y.z_schema`
+    - `soft_version`: need to be updated to x.y.z
+  - `docker/docker-swarm`:
+    - `docker-compose.yml`: `image: dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler` needs to be updated to x.y.z
+    - `docker-stack.yml`: `image: dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler` needs to be updated to x.y.z
+  - `docker/kubernetes/dolphinscheduler`:
+    - `Chart.yaml`: `appVersion` needs to be updated to x.y.z (`version` is helm chart version,incremented and different from x.y.z)
+    - `values.yaml`: `image.tag` needs to be updated to x.y.z
   - `dolphinscheduler-python/pydolphinscheduler/setup.py`: change `version` to x.y.z
+- Version in the docs:
+  - Change the placeholder `<version>` to the `x.y.z`
+    - `docker.md`
+    - `expansion-reduction.md`
+    - `kubernetes.md`
+    - `upgrade.md`
+  - Change configuration file
+    - `docs/configs/site.js`:
+      - `docsLatest`: update to x.y.z
+      - `docs0`: The `text` of two places of `en-us/zh-cn` needs to be updated to `latest(x.y.z)`
+      - `docsxyz`: Add a drop-down menu with `key` as `docsxyz` and `text` as `x.y.z` in `children` of two places of `en-us/zh-cn`
+    - `docs/configs/index.md.jsx`: Add `'x.y.z': docsxyzConfig`
+    - `docs/configs/docsdev.js`: Rename to `docsx-y-z.js` and change its content `/dev/` to `/x.y.z/`
+  - Add new history version
+    - `docs/docs/en/history-versions.md` and `docs/docs/zh/history-versions.md`: Add the new version and link for `x.y.z`
diff --git a/community/en-us/release.md b/community/en-us/release.md
index 8b6e668b2..be01a50ee 100644
--- a/community/en-us/release.md
+++ b/community/en-us/release.md
@@ -243,8 +243,10 @@ cp -f ~/dolphinscheduler/dolphinscheduler-dist/target/python/* ~/ds_svn/dev/dolp
 ```shell
 shasum -a 512 apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz >> apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.sha512
 shasum -b -a 512 apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz >> apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.sha512
-shasum -a 512 python/apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz >> python/apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz.sha512
-shasum -b -a 512 python/apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl >> python/apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl.sha512
+cd python
+shasum -a 512 apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz >> apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz.sha512
+shasum -b -a 512 apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl >> apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl.sha512
+cd ../
 ```
 
 ### Commit to Apache SVN
@@ -260,8 +262,10 @@ svn --username=${APACHE LDAP username} commit -m "release ${RELEASE.VERSION}"
 ```shell
 shasum -c apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.sha512
 shasum -c apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.sha512
+cd python
 shasum -c python/apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz.sha512
 shasum -c python/apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl.sha512
+cd ../
 ```
 
 ### Check gpg Signature
diff --git a/community/zh-cn/release-post.md b/community/zh-cn/release-post.md
index c59553f9b..f52e8e0cd 100644
--- a/community/zh-cn/release-post.md
+++ b/community/zh-cn/release-post.md
@@ -4,23 +4,7 @@
 
 例如已发版 `x.y.z`,需要进行以下更新:
 
- - `docs/en-us/x.y.z` 和 `docs/zh-cn/x.y.z`: 复制老版本目录改为新版本 x.y.z
-   - 所包含文档的引用链接保持和 x.y.z 一致,尤其注意以下文件更新:
-     - `architecture-design.md`
-     - `cluster-deployment.md`
-     - `docker-deployment.md`
-     - `expansion-reduction.md`
-     - `kubernetes-deployment.md`
-     - `standalone-deployment.md`
-     - `upgrade.md`
- - `docs/en-us/release/history-versions.md` 和 `docs/zh-cn/release/history-versions.md`: 增加 x.y.z 的新 version 和 link
- - `download/en-us/download.md` 和 `download/zh-cn/download.md`: 增加 x.y.z 版本发布包的下载
- - `site_config/docsx-y-z.js`: 复制老配置文件改为新版本,内容链接保持和 x.y.z 一致
- - `site_config/site.js`:
-   - `docsLatest`: 更新为 x.y.z
-   - `docs0`: 两处 `en-us/zh-cn` 的 `text` 更新为 `latest(x.y.z)`
-   - `docsxyz`: 两处 `en-us/zh-cn` 的 `children` 增加 `key` 为 `docsxyz`, `text` 为 `x.y.z` 的下拉菜单
- - `src/pages/docs/index.md.jsx`: 增加 `'x.y.z': docsxyzConfig,`
+- `download/en-us/download.md` 和 `download/zh-cn/download.md`: 增加 x.y.z 版本发布包的下载
 
 ## 更新 GitHub issue 模板
 
@@ -30,7 +14,7 @@ DolphinScheduler 在 GitHub issue 中有版本选择的部分,当有新版本
 
 ## 发布镜像
 
-构建 Docker 镜像,请参考 [如何构建一个 Docker 镜像?](https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/docker.html)
+构建 Docker 镜像,请参考 [如何构建一个 Docker 镜像?](https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/start/docker.html)
 
 然后推送镜像
 
diff --git a/community/zh-cn/release-prepare.md b/community/zh-cn/release-prepare.md
index 408ec72c7..c4865b427 100644
--- a/community/zh-cn/release-prepare.md
+++ b/community/zh-cn/release-prepare.md
@@ -12,16 +12,31 @@
 
 例如要发版 `x.y.z`,需要先进行以下修改:
 
- - `pom.xml`: `revision`, `version`, `tag` 标签版本更新为 x.y.z
- - `sql`:
-   - `dolphinscheduler_mysql.sql`: `t_ds_version` 版本更新为 x.y.z
-   - `dolphinscheduler_postgre.sql`: `t_ds_version` 版本更新为 x.y.z
-   - `upgrade`: 是否新增 `x.y.z_schema`
-   - `soft_version`: 版本更新为 x.y.z
- - `docker/docker-swarm`:
-   - `docker-compose.yml`: `image: dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler` 版本更新为 x.y.z
-   - `docker-stack.yml`: `image: dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler` 版本更新为 x.y.z
- - `docker/kubernetes/dolphinscheduler`:
-   - `Chart.yaml`: `appVersion` 版本更新为 x.y.z (`version` 为 helm chart 版本, 增量更新但不要设置为 x.y.z)
-   - `values.yaml`: `image.tag` 版本更新为 x.y.z
- - `dolphinscheduler-python/pydolphinscheduler/setup.py`: 修改其中的 `version` 为 x.y.z
+- 修改代码中的版本号:
+  - `sql`:
+    - `dolphinscheduler_mysql.sql`: `t_ds_version` 版本更新为 x.y.z
+    - `dolphinscheduler_postgre.sql`: `t_ds_version` 版本更新为 x.y.z
+    - `upgrade`: 是否新增 `x.y.z_schema`
+    - `soft_version`: 版本更新为 x.y.z
+  - `docker/docker-swarm`:
+    - `docker-compose.yml`: `image: dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler` 版本更新为 x.y.z
+    - `docker-stack.yml`: `image: dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler` 版本更新为 x.y.z
+  - `docker/kubernetes/dolphinscheduler`:
+    - `Chart.yaml`: `appVersion` 版本更新为 x.y.z (`version` 为 helm chart 版本, 增量更新但不要设置为 x.y.z)
+    - `values.yaml`: `image.tag` 版本更新为 x.y.z
+  - `dolphinscheduler-python/pydolphinscheduler/setup.py`: 修改其中的 `version` 为 x.y.z
+- 修改文档(docs模块)中的版本号:
+  - 将下面文件的占位符 `<version>` 修改成 `x.y.z`
+    - `docker.md`
+    - `expansion-reduction.md`
+    - `kubernetes.md`
+    - `upgrade.md`
+  - 修改配置文件的版本号
+     - `docs/configs/site.js`:
+       - `docsLatest`: 更新为 x.y.z
+       - `docs0`: 两处 `en-us/zh-cn` 的 `text` 更新为 `latest(x.y.z)`
+       - `docsxyz`: 两处 `en-us/zh-cn` 的 `children` 增加 `key` 为 `docsxyz`, `text` 为 `x.y.z` 的下拉菜单
+     - `docs/configs/index.md.jsx`: 增加 `'x.y.z': docsxyzConfig,`
+     - `docs/configs/docsdev.js`: 重命名为 `docsx-y-z.js` 并将其中的 `/dev/` 修改为 `/x.y.z/`
+  - 新增历史版本
+     - `docs/docs/en/history-versions.md` 和 `docs/docs/zh/history-versions.md`: 增加新的历史版本为 `x.y.z`
diff --git a/community/zh-cn/release.md b/community/zh-cn/release.md
index eda3c9c60..14895f7b9 100644
--- a/community/zh-cn/release.md
+++ b/community/zh-cn/release.md
@@ -263,8 +263,10 @@ cp -f ~/dolphinscheduler/dolphinscheduler-dist/target/python/* ~/ds_svn/dev/dolp
 ```shell
 shasum -a 512 apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz >> apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.sha512
 shasum -b -a 512 apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz >> apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.sha512
-shasum -a 512 python/apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz >> python/apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz.sha512
-shasum -b -a 512 python/apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl >> python/apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl.sha512
+cd python
+shasum -a 512 apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz >> apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz.sha512
+shasum -b -a 512 apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl >> apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl.sha512
+cd  ../
 ```
 
 ### 提交Apache SVN
@@ -281,8 +283,10 @@ svn --username=${APACHE LDAP 用户名} commit -m "release ${RELEASE.VERSION}"
 ```shell
 shasum -c apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.sha512
 shasum -c apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.sha512
+cd python
 shasum -c python/apache-dolphinscheduler-${RELEASE.VERSION}.tar.gz.sha512
 shasum -c python/apache_dolphinscheduler-${RELEASE.VERSION}-py3-none-any.whl.sha512
+cd ../
 ```
 
 ### 检查gpg签名
diff --git a/download/en-us/download.md b/download/en-us/download.md
index ccf44a3ad..f90fff733 100644
--- a/download/en-us/download.md
+++ b/download/en-us/download.md
@@ -7,6 +7,8 @@ Use the links below to download the Apache DolphinScheduler from one of our mirr
 ## DolphinScheduler
 | Date | Version| | Downloads |
 |:---:|:--:|:--:|:--:|
+| Apr. 18th, 2022 | 3.0.0-alpha | Total Source Code| [[src]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-src.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-src.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-src.tar.gz.sha512)|
+| | | Total Binary Distribution| [[bin]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-bin.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-bin.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-bin.tar.gz.sha512)|
 | Mar. 7th, 2022 | 2.0.5 | Total Source Code| [[src]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-src.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-src.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-src.tar.gz.sha512)|
 | | | Total Binary Distribution| [[bin]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-bin.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-bin.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-bin.tar.gz.sha512)|
 | Jan. 20th, 2022 | 2.0.3 | Source code| [[src]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.3/apache-dolphinscheduler-2.0.3-src.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/2.0.3/apache-dolphinscheduler-2.0.3-src.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/2.0.3/apache-dolphinscheduler-2.0.3-src.tar.gz.sha512)|
diff --git a/download/zh-cn/download.md b/download/zh-cn/download.md
index 36b2b3b91..cb7b05b19 100644
--- a/download/zh-cn/download.md
+++ b/download/zh-cn/download.md
@@ -7,6 +7,8 @@
 ## DolphinScheduler
 | 日期 | 版本| | 下载 |
 |:---:|:--:|:--:|:--:|
+| Apr. 18th, 2022 | 3.0.0-alpha | Total Source Code| [[src]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-src.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-src.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-src.tar.gz.sha512)|
+| | | Total Binary Distribution| [[bin]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-bin.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-bin.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/3.0.0-alpha/apache-dolphinscheduler-3.0.0-alpha-bin.tar.gz.sha512)|
 | Mar. 7th, 2022 | 2.0.5 | Total Source Code| [[src]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-src.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-src.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-src.tar.gz.sha512)|
 | | | Total Binary Distribution| [[bin]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-bin.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-bin.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/2.0.5/apache-dolphinscheduler-2.0.5-bin.tar.gz.sha512)|
 | Jan. 20th, 2022 | 2.0.3 | Source code| [[src]](https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.3/apache-dolphinscheduler-2.0.3-src.tar.gz) [[asc]](https://downloads.apache.org/dolphinscheduler/2.0.3/apache-dolphinscheduler-2.0.3-src.tar.gz.asc) [[sha512]](https://downloads.apache.org/dolphinscheduler/2.0.3/apache-dolphinscheduler-2.0.3-src.tar.gz.sha512)|
diff --git a/site_config/home.jsx b/site_config/home.jsx
index cd7f667ad..98eb94d24 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -304,7 +304,7 @@ export default {
       buttons: [
         {
           text: 'Quick Start',
-          link: '/en-us/docs/latest/user_doc/guide/quick-start.html',
+          link: '/en-us/docs/latest/user_doc/guide/start/quick-start.html',
           type: 'primary',
         },
         {
diff --git a/sitemap.xml b/sitemap.xml
index c3f5bc9cf..8bb023928 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -17,7 +17,7 @@
   <priority>0.80</priority>
 </url>
 <url>
-  <loc>https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/quick-start.html</loc>
+  <loc>https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/start/quick-start.html</loc>
   <lastmod>2021-11-18T03:50:27+00:00</lastmod>
   <priority>0.80</priority>
 </url>
@@ -792,7 +792,7 @@
   <priority>0.51</priority>
 </url>
 <url>
-  <loc>https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/docker.html</loc>
+  <loc>https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/start/docker.html</loc>
   <lastmod>2021-11-18T11:33:40+00:00</lastmod>
   <priority>0.51</priority>
 </url>
@@ -2353,7 +2353,7 @@
   <priority>0.51</priority>
 </url>
 <url>
-  <loc>https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/docker.html</loc>
+  <loc>https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/start/docker.html</loc>
   <lastmod>2021-11-18T11:33:40+00:00</lastmod>
   <priority>0.51</priority>
 </url>