This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 95372d9 add configuration-file.md&task-structure.md to docs1-3-4.js
(#269)
95372d9 is described below
commit 95372d9720470787fb4f1787b2995f7c18be33b1
Author: Tq <[email protected]>
AuthorDate: Sun Jan 17 22:32:42 2021 +0800
add configuration-file.md&task-structure.md to docs1-3-4.js (#269)
---
site_config/docs1-3-4.js | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/site_config/docs1-3-4.js b/site_config/docs1-3-4.js
index f782138..3bd4253 100644
--- a/site_config/docs1-3-4.js
+++ b/site_config/docs1-3-4.js
@@ -33,6 +33,14 @@ export default {
title: 'Metadata',
link: '/en-us/docs/1.3.4/user_doc/metadata-1.3.html'
},
+ {
+ title: 'Configuration File',
+ link:
'/en-us/docs/1.3.4/user_doc/configuration-file.html'
+ },
+ {
+ title: 'Task Structure',
+ link: '/en-us/docs/1.3.4/user_doc/task-structure.html'
+ }
]
},
{
@@ -104,6 +112,14 @@ export default {
title: '架构设计',
link:
'/zh-cn/docs/1.3.4/user_doc/architecture-design.html'
},
+ {
+ title: '配置文件',
+ link:
'/zh-cn/docs/1.3.4/user_doc/configuration-file.html'
+ },
+ {
+ title: '任务结构',
+ link: '/zh-cn/docs/1.3.4/user_doc/task-structure.html'
+ }
],
},
{