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 a13ce27671 chore: release version 3.2.0 (#15039)
a13ce27671 is described below
commit a13ce27671f3b2cf41de107c9445fec48ddb7be2
Author: Jay Chung <[email protected]>
AuthorDate: Tue Oct 17 10:36:11 2023 +0800
chore: release version 3.2.0 (#15039)
---
docs/configs/index.md.jsx | 2 ++
docs/configs/site.js | 14 +++++++-------
docs/docs/en/history-versions.md | 4 ++++
docs/docs/zh/history-versions.md | 4 ++++
4 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx
index 5bff70ba0e..3c02d2f0e2 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 docs320Config from '../../../site_config/docs3-2-0';
import docsDevConfig from '../../../site_config/docsdev';
const docsSource = {
@@ -96,6 +97,7 @@ const docsSource = {
'3.1.6': docs316Config,
'3.1.7': docs317Config,
'3.1.8': docs318Config,
+ '3.2.0': docs320Config,
dev: docsDevConfig,
};
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 74c9d1cd3c..5e67af1de2 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.1.8',
+ docsLatest: '3.2.0',
defaultSearch: 'google', // default search engine
defaultLanguage: 'en-us',
'en-us': {
@@ -45,13 +45,13 @@ export default {
children: [
{
key: 'docs0',
- text: 'latest(3.1.8)',
+ text: 'latest(3.2.0)',
link: '/en-us/docs/latest/user_doc/about/introduction.html',
},
{
key: 'docs1',
- text: '3.0.6',
- link: '/en-us/docs/3.0.6/user_doc/about/introduction.html',
+ text: '3.1.8',
+ link: '/en-us/docs/3.1.8/user_doc/about/introduction.html',
},
{
key: 'docs2',
@@ -173,13 +173,13 @@ export default {
children: [
{
key: 'docs0',
- text: '最新版本latest(3.1.8)',
+ text: '最新版本latest(3.2.0)',
link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
},
{
key: 'docs1',
- text: '3.0.6',
- link: '/zh-cn/docs/3.0.6/user_doc/about/introduction.html',
+ text: '3.1.8',
+ link: '/zh-cn/docs/3.1.8/user_doc/about/introduction.html',
},
{
key: 'docs2',
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index 9a00c4ab69..c38f70d20a 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.0
+
+#### Links: [3.2.0 Document](../3.2.0/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 444d21ea90..3807db2eb3 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -4,6 +4,10 @@
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
+### Versions: 3.2.0
+
+#### Links: [3.2.0 Document](../3.2.0/user_doc/about/introduction.md)
+
### Versions: 3.1.8
#### Links: [3.1.8 Document](../3.1.8/user_doc/about/introduction.md)