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

wenjun 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 4e069991c7 Add 3.1.9 release doc (#15361)
4e069991c7 is described below

commit 4e069991c738fba17860e129a7d7a10fac76eae3
Author: Kerwin <[email protected]>
AuthorDate: Mon Dec 25 23:37:05 2023 +0800

    Add 3.1.9 release doc (#15361)
---
 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 3c02d2f0e2..faf884a15a 100644
--- a/docs/configs/index.md.jsx
+++ b/docs/configs/index.md.jsx
@@ -60,6 +60,7 @@ import docs315Config from '../../../site_config/docs3-1-5';
 import docs316Config from '../../../site_config/docs3-1-6';
 import docs317Config from '../../../site_config/docs3-1-7';
 import docs318Config from '../../../site_config/docs3-1-8';
+import docs319Config from '../../../site_config/docs3-1-9';
 import docs320Config from '../../../site_config/docs3-2-0';
 import docsDevConfig from '../../../site_config/docsdev';
 
@@ -97,6 +98,7 @@ const docsSource = {
   '3.1.6': docs316Config,
   '3.1.7': docs317Config,
   '3.1.8': docs318Config,
+  '3.1.9': docs319Config,
   '3.2.0': docs320Config,
   dev: docsDevConfig,
 };
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 5e67af1de2..8723bc2383 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -50,8 +50,8 @@ export default {
           },
           {
             key: 'docs1',
-            text: '3.1.8',
-            link: '/en-us/docs/3.1.8/user_doc/about/introduction.html',
+            text: '3.1.9',
+            link: '/en-us/docs/3.1.9/user_doc/about/introduction.html',
           },
           {
             key: 'docs2',
@@ -178,8 +178,8 @@ export default {
           },
           {
             key: 'docs1',
-            text: '3.1.8',
-            link: '/zh-cn/docs/3.1.8/user_doc/about/introduction.html',
+            text: '3.1.9',
+            link: '/zh-cn/docs/3.1.9/user_doc/about/introduction.html',
           },
           {
             key: 'docs2',
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index c38f70d20a..91dc0833e7 100644
--- a/docs/docs/en/history-versions.md
+++ b/docs/docs/en/history-versions.md
@@ -8,6 +8,10 @@
 
 #### Links: [3.2.0 Document](../3.2.0/user_doc/about/introduction.md)
 
+### Versions: 3.1.9
+
+#### Links: [3.1.9 Document](../3.1.9/user_doc/about/introduction.md)
+
 ### Versions: 3.1.8
 
 #### Links: [3.1.8 Document](../3.1.8/user_doc/about/introduction.md)
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index 3807db2eb3..e1bdd2721f 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -8,6 +8,10 @@
 
 #### Links: [3.2.0 Document](../3.2.0/user_doc/about/introduction.md)
 
+### Versions: 3.1.9
+
+#### Links: [3.1.9 Document](../3.1.9/user_doc/about/introduction.md)
+
 ### Versions: 3.1.8
 
 #### Links: [3.1.8 Document](../3.1.8/user_doc/about/introduction.md)

Reply via email to