未验证 提交 a887303d 编写于 作者: K Kerwin 提交者: GitHub

add 3.1.1 release doc (#12864)

上级 43d69ae1
...@@ -47,6 +47,7 @@ import docs207Config from '../../../site_config/docs2-0-7'; ...@@ -47,6 +47,7 @@ import docs207Config from '../../../site_config/docs2-0-7';
import docs300Config from '../../../site_config/docs3-0-0'; import docs300Config from '../../../site_config/docs3-0-0';
import docs301Config from '../../../site_config/docs3-0-1'; import docs301Config from '../../../site_config/docs3-0-1';
import docs310Config from '../../../site_config/docs3-1-0'; import docs310Config from '../../../site_config/docs3-1-0';
import docs311Config from '../../../site_config/docs3-1-1';
import docsDevConfig from '../../../site_config/docsdev'; import docsDevConfig from '../../../site_config/docsdev';
const docsSource = { const docsSource = {
...@@ -70,6 +71,7 @@ const docsSource = { ...@@ -70,6 +71,7 @@ const docsSource = {
'3.0.0': docs300Config, '3.0.0': docs300Config,
'3.0.1': docs301Config, '3.0.1': docs301Config,
'3.1.0': docs310Config, '3.1.0': docs310Config,
'3.1.1': docs311Config,
dev: docsDevConfig, dev: docsDevConfig,
}; };
......
...@@ -24,7 +24,7 @@ export default { ...@@ -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.1.0', docsLatest: '3.1.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 { ...@@ -45,7 +45,7 @@ export default {
children: [ children: [
{ {
key: 'docs0', key: 'docs0',
text: 'latest(3.1.0)', text: 'latest(3.1.1)',
link: '/en-us/docs/latest/user_doc/about/introduction.html', link: '/en-us/docs/latest/user_doc/about/introduction.html',
}, },
{ {
......
...@@ -454,7 +454,7 @@ Thanks everyone for taking time to check this release and help us. ...@@ -454,7 +454,7 @@ Thanks everyone for taking time to check this release and help us.
### Move source packages, binary packages from the `dev` directory to `release` directory ### Move source packages, binary packages from the `dev` directory to `release` directory
```shell ```shell
svn mv https://dist.apache.org/repos/dist/dev/dolphinscheduler/"${VERSION}" https://dist.apache.org/repos/dist/release/dolphinscheduler/ svn mv -m "release ${VERSION}" https://dist.apache.org/repos/dist/dev/dolphinscheduler/"${VERSION}" https://dist.apache.org/repos/dist/release/dolphinscheduler/
``` ```
### Update Document ### Update Document
......
...@@ -4,6 +4,10 @@ ...@@ -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.1.1
#### Links: [3.1.1 Document](../3.1.1/user_doc/about/introduction.md)
### Versions: 3.1.0 ### Versions: 3.1.0
#### Links: [3.1.0 Document](../3.1.0/user_doc/about/introduction.md) #### Links: [3.1.0 Document](../3.1.0/user_doc/about/introduction.md)
......
...@@ -454,7 +454,7 @@ Thanks everyone for taking time to check this release and help us. ...@@ -454,7 +454,7 @@ Thanks everyone for taking time to check this release and help us.
### 将源码和二进制包从svn的dev目录移动到release目录 ### 将源码和二进制包从svn的dev目录移动到release目录
```shell ```shell
svn mv https://dist.apache.org/repos/dist/dev/dolphinscheduler/"${VERSION}" https://dist.apache.org/repos/dist/release/dolphinscheduler/ svn mv -m "release ${VERSION}" https://dist.apache.org/repos/dist/dev/dolphinscheduler/"${VERSION}" https://dist.apache.org/repos/dist/release/dolphinscheduler/
``` ```
### 更新文档 ### 更新文档
......
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
### Versions: 3.1.1
#### Links: [3.1.1 文档](../3.1.1/user_doc/about/introduction.md)
### Versions: 3.1.0 ### Versions: 3.1.0
#### Links: [3.1.0 文档](../3.1.0/user_doc/about/introduction.md) #### Links: [3.1.0 文档](../3.1.0/user_doc/about/introduction.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册