This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 3918140e7e [fix][doc] Add DVC task plugin doc link (#10529)
3918140e7e is described below
commit 3918140e7e1c9c9331736dae570657d0aa22f450
Author: JieguangZhou <[email protected]>
AuthorDate: Thu Jun 23 10:01:49 2022 +0800
[fix][doc] Add DVC task plugin doc link (#10529)
---
docs/configs/docsdev.js | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index bf72d5f9ed..f2dc38a825 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -165,6 +165,10 @@ export default {
title: 'Openmldb',
link:
'/en-us/docs/dev/user_doc/guide/task/openmldb.html',
},
+ {
+ title: 'DVC',
+ link:
'/en-us/docs/dev/user_doc/guide/task/dvc.html',
+ },
],
},
{
@@ -533,6 +537,10 @@ export default {
title: 'Openmldb',
link:
'/zh-cn/docs/dev/user_doc/guide/task/openmldb.html',
},
+ {
+ title: 'DVC',
+ link:
'/zh-cn/docs/dev/user_doc/guide/task/dvc.html',
+ },
],
},
{