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

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

commit c70cd6ef5e43a81adee56e46fc3527ec13c10f71
Author: Jiajie Zhong <[email protected]>
AuthorDate: Fri Apr 15 18:48:32 2022 +0800

    [doc] Add new release for 3.0.0-alpha
---
 docs/configs/index.md.jsx        | 2 ++
 docs/configs/site.js             | 6 +++---
 docs/docs/en/history-versions.md | 4 ++++
 docs/docs/zh/history-versions.md | 4 ++++
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx
index e3e10cddcc..a27f88948f 100644
--- a/docs/configs/index.md.jsx
+++ b/docs/configs/index.md.jsx
@@ -42,6 +42,7 @@ import docs201Config from '../../../site_config/docs2-0-1';
 import docs202Config from '../../../site_config/docs2-0-2';
 import docs203Config from '../../../site_config/docs2-0-3';
 import docs205Config from '../../../site_config/docs2-0-5';
+import docs300Config from '../../../site_config/docs3-0-0';
 import docsDevConfig from '../../../site_config/docsdev';
 
 const docsSource = {
@@ -60,6 +61,7 @@ const docsSource = {
   '2.0.2': docs202Config,
   '2.0.3': docs203Config,
   '2.0.5': docs205Config,
+  '3.0.0': docs300Config,
   dev: docsDevConfig,
 };
 
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 01b183f841..7a805da98b 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -24,7 +24,7 @@ export default {
   port: 8080,
   domain: 'dolphinscheduler.apache.org',
   copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', 
'.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'],
-  docsLatest: '2.0.5',
+  docsLatest: '3.0.0',
   defaultSearch: 'google', // default search engine
   defaultLanguage: 'en-us',
   'en-us': {
@@ -45,7 +45,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(2.0.5)',
+            text: 'latest(3.0.0-alpha)',
             link: '/en-us/docs/latest/user_doc/guide/quick-start.html',
           },
           {
@@ -231,7 +231,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: '最新版本latest(2.0.5)',
+            text: '最新版本latest(3.0.0-alpha)',
             link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html',
           },
           {
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index 59fbd8429f..d0cf91f70e 100644
--- a/docs/docs/en/history-versions.md
+++ b/docs/docs/en/history-versions.md
@@ -4,6 +4,10 @@
 
 #### Setup instructions,  are available for each stable version of Apache 
DolphinScheduler below:
 
+### Versions: 3.0.0-alpha
+
+#### Links: [3.0.0-alpha Document](../3.0.0/user_doc/guide/quick-start.md)
+
 ### Versions: 2.0.5
 
 #### Links: [2.0.5 Document](../2.0.5/user_doc/guide/quick-start.md)
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index 8911931b6c..0da7b388aa 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -3,6 +3,10 @@
 # 历史版本:
 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
 
+### Versions: 3.0.0-alpha
+
+#### Links: [3.0.0-alpha 文档](../3.0.0/user_doc/guide/quick-start.md)
+
 ### 版本:2.0.5
 
 #### 地址:[2.0.5 文档](../2.0.5/user_doc/guide/quick-start.md)

Reply via email to