This is an automated email from the ASF dual-hosted git repository.

zihaoxiang 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 6e1428395a [Fix-16700] [doc] The Vertica datasource is under 
"Introduction to Function" (#16701)
6e1428395a is described below

commit 6e1428395abbdc56cc0ef863ce93e54d84d0a43d
Author: Daniel Duan <[email protected]>
AuthorDate: Sat Oct 19 07:50:43 2024 +0800

    [Fix-16700] [doc] The Vertica datasource is under "Introduction to 
Function" (#16701)
---
 docs/configs/docsdev.js | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 8749a31beb..8cf9d4d2f9 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -262,10 +262,6 @@ export default {
                                 title: 'File Parameter',
                                 link: 
'/en-us/docs/dev/user_doc/guide/parameter/file-parameter.html',
                             },
-                            {
-                                title: 'Vertica',
-                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/vertica.html',
-                            },
                         ],
                     },
                     {
@@ -358,6 +354,10 @@ export default {
                             {
                                 title: 'doris',
                                 link: 
'/en-us/docs/dev/user_doc/guide/datasource/doris.html',
+                            },
+                            {
+                                title: 'Vertica',
+                                link: 
'/en-us/docs/dev/user_doc/guide/datasource/vertica.html',
                             }
                         ],
                     },
@@ -944,10 +944,6 @@ export default {
                                 title: 'Apache Linkis',
                                 link: 
'/zh-cn/docs/dev/user_doc/guide/task/linkis.html',
                             },
-                            {
-                                title: 'Vertica',
-                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/vertica.html',
-                            },
                             {
                                 title: 'Remote Shell',
                                 link: 
'/zh-cn/docs/dev/user_doc/guide/task/remoteshell.html',
@@ -1061,7 +1057,11 @@ export default {
                             {
                                 title: 'Doris',
                                 link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/doris.html',
-                            }
+                            },
+                            {
+                                title: 'Vertica',
+                                link: 
'/zh-cn/docs/dev/user_doc/guide/datasource/vertica.html',
+                            },
                         ],
                     },
                     {

Reply via email to