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

wangxj 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 624c42c67f [Chore] 3.2.2-release doc (#16326)
624c42c67f is described below

commit 624c42c67fd1b8bb4758b260ebd1161efcb0f351
Author: wangxj3 <[email protected]>
AuthorDate: Fri Jul 19 16:44:20 2024 +0800

    [Chore] 3.2.2-release doc (#16326)
    
    * 3.2.2-release doc
    
    * Update site.js
    
    * mvn spotless:apply
    
    ---------
    
    Co-authored-by: wangxj3 <[email protected]>
    Co-authored-by: David Zollo <[email protected]>
    Co-authored-by: xiangzihao <[email protected]>
    Co-authored-by: Gallardot <[email protected]>
    Co-authored-by: caishunfeng <[email protected]>
---
 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 76ca1d5fb6..e3d664bd8f 100644
--- a/docs/configs/index.md.jsx
+++ b/docs/configs/index.md.jsx
@@ -63,6 +63,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 docs310Config from '../../../site_config/docs3-2-1';
+import docs322Config from '../../../site_config/docs3-2-2';
 import docsDevConfig from '../../../site_config/docsdev';
 
 const docsSource = {
@@ -102,6 +103,7 @@ const docsSource = {
   '3.1.9': docs319Config,
   '3.2.0': docs320Config,
   '3.2.1': docs321Config,
+  '3.2.2': docs322Config,
   dev: docsDevConfig,
 };
 
diff --git a/docs/configs/site.js b/docs/configs/site.js
index c3497dd8a0..6579151e44 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: '3.2.1',
+  docsLatest: '3.2.2',
   defaultSearch: 'google', // default search engine
   defaultLanguage: 'en-us',
   'en-us': {
@@ -45,7 +45,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(3.2.1)',
+            text: 'latest(3.2.2)',
             link: '/en-us/docs/latest/user_doc/about/introduction.html',
           },
           {
@@ -173,7 +173,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: '最新版本latest(3.2.1)',
+            text: '最新版本latest(3.2.2)',
             link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
           },
           {
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index 71035b53a1..03ffe372e5 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.2.2
+
+#### Links1m~Z [3.2.2 Document](../3.2.2/user_doc/about/introduction.md)
+
 ### Versions: 3.2.1
 
 #### Links: [3.2.1 Document](../3.2.1/user_doc/about/introduction.md)
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index 332a0bb58c..709641f9a2 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -4,6 +4,10 @@
 
 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
 
+### Versions: 3.2.2
+
+#### Links1m~Z [3.2.2 Document](../3.2.2/user_doc/about/introduction.md)
+
 ### Versions: 3.2.1
 
 #### Links: [3.2.1 Document](../3.2.1/user_doc/about/introduction.md)

Reply via email to