From fa4a4f6938449fbd4f301833fe8b0146d7fd6877 Mon Sep 17 00:00:00 2001 From: Kerwin <37063904+zhuangchong@users.noreply.github.com> Date: Thu, 25 May 2023 18:08:04 +0800 Subject: [PATCH] Added 3.1.7 release document (#14206) --- 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 5364d961e7..0e622e9e03 100644 --- a/docs/configs/index.md.jsx +++ b/docs/configs/index.md.jsx @@ -57,6 +57,7 @@ import docs313Config from '../../../site_config/docs3-1-3'; import docs314Config from '../../../site_config/docs3-1-4'; 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 docsDevConfig from '../../../site_config/docsdev'; const docsSource = { @@ -90,6 +91,7 @@ const docsSource = { '3.1.4': docs314Config, '3.1.5': docs315Config, '3.1.6': docs316Config, + '3.1.7': docs317Config, dev: docsDevConfig, }; diff --git a/docs/configs/site.js b/docs/configs/site.js index a9c2d9ea32..eb5611dd18 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.6', + docsLatest: '3.1.7', defaultSearch: 'google', // default search engine defaultLanguage: 'en-us', 'en-us': { @@ -45,7 +45,7 @@ export default { children: [ { key: 'docs0', - text: 'latest(3.1.6)', + text: 'latest(3.1.7)', link: '/en-us/docs/latest/user_doc/about/introduction.html', }, { @@ -173,7 +173,7 @@ export default { children: [ { key: 'docs0', - text: '最新版本latest(3.1.6)', + text: '最新版本latest(3.1.7)', 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 3de148d7ae..7d7c51d25d 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.1.7 + +#### Links: [3.1.7 Document](../3.1.7/user_doc/about/introduction.md) + ### Versions: 3.1.6 #### Links: [3.1.6 Document](../3.1.6/user_doc/about/introduction.md) diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md index 769de667e9..ac39096b61 100644 --- a/docs/docs/zh/history-versions.md +++ b/docs/docs/zh/history-versions.md @@ -4,6 +4,10 @@ #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。 +### Versions: 3.1.7 + +#### Links: [3.1.7 Document](../3.1.7/user_doc/about/introduction.md) + ### Versions: 3.1.6 #### Links: [3.1.6 Document](../3.1.6/user_doc/about/introduction.md)