Browse Source

[fix][doc] Add DVC task plugin doc link (#10529)

JieguangZhou 2 years ago
parent
commit
3918140e7e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      docs/configs/docsdev.js

+ 8 - 0
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',
+                            },
                         ],
                     },
                     {