Browse Source

release: change 3.2.1 docs (#15585)

Co-authored-by: BaoLiang <29528966+lenboo@users.noreply.github.com>
dev_wenjun_refactorMaster
Jay Chung 9 months ago committed by GitHub
parent
commit
d77bbccdf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/configs/index.md.jsx
  2. 6
      docs/configs/site.js
  3. 4
      docs/docs/en/history-versions.md
  4. 4
      docs/docs/zh/history-versions.md

2
docs/configs/index.md.jsx

@ -62,6 +62,7 @@ import docs317Config from '../../../site_config/docs3-1-7';
import docs318Config from '../../../site_config/docs3-1-8'; import docs318Config from '../../../site_config/docs3-1-8';
import docs319Config from '../../../site_config/docs3-1-9'; import docs319Config from '../../../site_config/docs3-1-9';
import docs320Config from '../../../site_config/docs3-2-0'; import docs320Config from '../../../site_config/docs3-2-0';
import docs310Config from '../../../site_config/docs3-2-1';
import docsDevConfig from '../../../site_config/docsdev'; import docsDevConfig from '../../../site_config/docsdev';
const docsSource = { const docsSource = {
@ -100,6 +101,7 @@ const docsSource = {
'3.1.8': docs318Config, '3.1.8': docs318Config,
'3.1.9': docs319Config, '3.1.9': docs319Config,
'3.2.0': docs320Config, '3.2.0': docs320Config,
'3.2.1': docs321Config,
dev: docsDevConfig, dev: docsDevConfig,
}; };

6
docs/configs/site.js

@ -24,7 +24,7 @@ export default {
port: 8080, port: 8080,
domain: 'dolphinscheduler.apache.org', domain: 'dolphinscheduler.apache.org',
copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', '.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'], copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', '.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'],
docsLatest: '3.2.0', docsLatest: '3.2.1',
defaultSearch: 'google', // default search engine defaultSearch: 'google', // default search engine
defaultLanguage: 'en-us', defaultLanguage: 'en-us',
'en-us': { 'en-us': {
@ -45,7 +45,7 @@ export default {
children: [ children: [
{ {
key: 'docs0', key: 'docs0',
text: 'latest(3.2.0)', text: 'latest(3.2.1)',
link: '/en-us/docs/latest/user_doc/about/introduction.html', link: '/en-us/docs/latest/user_doc/about/introduction.html',
}, },
{ {
@ -173,7 +173,7 @@ export default {
children: [ children: [
{ {
key: 'docs0', key: 'docs0',
text: '最新版本latest(3.2.0)', text: '最新版本latest(3.2.1)',
link: '/zh-cn/docs/latest/user_doc/about/introduction.html', link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
}, },
{ {

4
docs/docs/en/history-versions.md

@ -4,6 +4,10 @@
#### Setup instructions, are available for each stable version of Apache DolphinScheduler below: #### Setup instructions, are available for each stable version of Apache DolphinScheduler below:
### Versions: 3.2.1
#### Links: [3.2.1 Document](../3.2.1/user_doc/about/introduction.md)
### Versions: 3.2.0 ### Versions: 3.2.0
#### Links: [3.2.0 Document](../3.2.0/user_doc/about/introduction.md) #### Links: [3.2.0 Document](../3.2.0/user_doc/about/introduction.md)

4
docs/docs/zh/history-versions.md

@ -4,6 +4,10 @@
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
### Versions: 3.2.1
#### Links: [3.2.1 Document](../3.2.1/user_doc/about/introduction.md)
### Versions: 3.2.0 ### Versions: 3.2.0
#### Links: [3.2.0 Document](../3.2.0/user_doc/about/introduction.md) #### Links: [3.2.0 Document](../3.2.0/user_doc/about/introduction.md)

Loading…
Cancel
Save