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/10/24 03:38:23 UTC

[dolphinscheduler] branch dev updated: [doc][feat] New release 2.0.7 (#12507)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 8add9744d4 [doc][feat] New release 2.0.7 (#12507)
8add9744d4 is described below

commit 8add9744d4299aa9002dccd13894c79b58d0de9c
Author: Jiajie Zhong <zh...@gmail.com>
AuthorDate: Mon Oct 24 11:38:17 2022 +0800

    [doc][feat] New release 2.0.7 (#12507)
---
 docs/configs/index.md.jsx        | 2 ++
 docs/configs/site.js             | 8 ++++----
 docs/docs/en/history-versions.md | 4 ++++
 docs/docs/zh/history-versions.md | 4 ++++
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx
index 7a6a055915..58dfbfe697 100644
--- a/docs/configs/index.md.jsx
+++ b/docs/configs/index.md.jsx
@@ -43,6 +43,7 @@ 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 docs206Config from '../../../site_config/docs2-0-6';
+import docs207Config from '../../../site_config/docs2-0-7';
 import docs300Config from '../../../site_config/docs3-0-0';
 import docs301Config from '../../../site_config/docs3-0-1';
 import docs310Config from '../../../site_config/docs3-1-0';
@@ -65,6 +66,7 @@ const docsSource = {
   '2.0.3': docs203Config,
   '2.0.5': docs205Config,
   '2.0.6': docs206Config,
+  '2.0.7': docs207Config,
   '3.0.0': docs300Config,
   '3.0.1': docs301Config,
   '3.1.0': docs310Config,
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 6334fb6390..7a52569746 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -55,8 +55,8 @@ export default {
           },
           {
             key: 'docs2',
-            text: '2.0.6',
-            link: '/en-us/docs/2.0.6/user_doc/guide/quick-start.html',
+            text: '2.0.7',
+            link: '/en-us/docs/2.0.7/user_doc/guide/quick-start.html',
           },
           {
             key: 'docsHistory',
@@ -183,8 +183,8 @@ export default {
           },
           {
             key: 'docs2',
-            text: '2.0.6',
-            link: '/zh-cn/docs/2.0.6/user_doc/guide/quick-start.html',
+            text: '2.0.7',
+            link: '/zh-cn/docs/2.0.7/user_doc/guide/quick-start.html',
           },
           {
             key: 'docsHistory',
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index 2803339f01..809be7c24a 100644
--- a/docs/docs/en/history-versions.md
+++ b/docs/docs/en/history-versions.md
@@ -16,6 +16,10 @@
 
 #### Links: [3.0.0 Document](../3.0.0/user_doc/about/introduction.md)
 
+### Versions: 2.0.7
+
+#### Links: [2.0.7 Document](../2.0.7/user_doc/guide/quick-start.md)
+
 ### Versions: 2.0.6
 
 #### Links: [2.0.6 Document](../2.0.6/user_doc/guide/quick-start.md)
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index d60ab5674b..a6ff5b7617 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -16,6 +16,10 @@
 
 #### Links: [3.0.0 文档](../3.0.0/user_doc/about/introduction.md)
 
+### 版本:2.0.7
+
+#### 地址:[2.0.7 文档](../2.0.7/user_doc/guide/quick-start.md)
+
 ### 版本:2.0.6
 
 #### 地址:[2.0.6 文档](../2.0.6/user_doc/guide/quick-start.md)