Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ body:
- 3.3.1
- 3.3.2
- 3.4.0
- 3.4.1
validations:
required: true

Expand Down
1 change: 1 addition & 0 deletions docs/configs/index.md.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const docsSource = {
'3.3.1': docs331Config,
'3.3.2': docs332Config,
'3.4.0': docs340Config,
'3.4.1': docs341Config,
dev: docsDevConfig,
};

Expand Down
6 changes: 3 additions & 3 deletions docs/configs/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0',
docsLatest: '3.4.1',
defaultSearch: 'google', // default search engine
defaultLanguage: 'en-us',
'en-us': {
Expand All @@ -45,7 +45,7 @@ export default {
children: [
{
key: 'docs0',
text: 'latest(3.4.0)',
text: 'latest(3.4.1)',
link: '/en-us/docs/latest/user_doc/about/introduction.html',
},
{
Expand Down Expand Up @@ -173,7 +173,7 @@ export default {
children: [
{
key: 'docs0',
text: '最新版本latest(3.4.0)',
text: '最新版本latest(3.4.1)',
link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
},
{
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/en/history-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

#### Setup instructions, are available for each stable version of Apache DolphinScheduler below:

### Versions: 3.4.1

#### Links: [3.4.1 Document](../3.4.1/user_doc/about/introduction.md)

### Versions: 3.4.0

#### Links: [3.4.0 Document](../3.4.0/user_doc/about/introduction.md)
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/zh/history-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。

### Versions: 3.4.1

#### Links: [3.4.1 Document](../3.4.1/user_doc/about/introduction.md)

### Versions: 3.4.0

#### Links: [3.4.0 Document](../3.4.0/user_doc/about/introduction.md)
Expand Down
Loading