mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 12:17:43 +08:00
add 3.1.5 release (#13877)
This commit is contained in:
parent
7ee66f2d02
commit
7e3ecfa68f
@ -55,6 +55,7 @@ import docs311Config from '../../../site_config/docs3-1-1';
|
||||
import docs312Config from '../../../site_config/docs3-1-2';
|
||||
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 docsDevConfig from '../../../site_config/docsdev';
|
||||
|
||||
const docsSource = {
|
||||
@ -86,6 +87,7 @@ const docsSource = {
|
||||
'3.1.2': docs312Config,
|
||||
'3.1.3': docs313Config,
|
||||
'3.1.4': docs314Config,
|
||||
'3.1.5': docs315Config,
|
||||
dev: docsDevConfig,
|
||||
};
|
||||
|
||||
|
@ -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.4',
|
||||
docsLatest: '3.1.5',
|
||||
defaultSearch: 'google', // default search engine
|
||||
defaultLanguage: 'en-us',
|
||||
'en-us': {
|
||||
@ -45,7 +45,7 @@ export default {
|
||||
children: [
|
||||
{
|
||||
key: 'docs0',
|
||||
text: 'latest(3.1.4)',
|
||||
text: 'latest(3.1.5)',
|
||||
link: '/en-us/docs/latest/user_doc/about/introduction.html',
|
||||
},
|
||||
{
|
||||
@ -173,7 +173,7 @@ export default {
|
||||
children: [
|
||||
{
|
||||
key: 'docs0',
|
||||
text: '最新版本latest(3.1.4)',
|
||||
text: '最新版本latest(3.1.5)',
|
||||
link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
|
||||
},
|
||||
{
|
||||
|
@ -4,6 +4,10 @@
|
||||
|
||||
#### Setup instructions, are available for each stable version of Apache DolphinScheduler below:
|
||||
|
||||
### Versions: 3.1.5
|
||||
|
||||
#### Links: [3.1.5 Document](../3.1.5/user_doc/about/introduction.md)
|
||||
|
||||
### Versions: 3.1.4
|
||||
|
||||
#### Links: [3.1.4 Document](../3.1.4/user_doc/about/introduction.md)
|
||||
|
@ -4,6 +4,10 @@
|
||||
|
||||
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
|
||||
|
||||
### Versions: 3.1.5
|
||||
|
||||
#### Links: [3.1.5 Document](../3.1.5/user_doc/about/introduction.md)
|
||||
|
||||
### Versions: 3.1.4
|
||||
|
||||
#### Links: [3.1.4 Document](../3.1.4/user_doc/about/introduction.md)
|
||||
|
Loading…
Reference in New Issue
Block a user