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 040ab34baf [Doc][remote shell] missing remote shell doc for version 
3.2.1 (#15660)
040ab34baf is described below

commit 040ab34bafa25c5fd17f4ca172f05f55aa2ab446
Author: John Huang <[email protected]>
AuthorDate: Mon Mar 4 16:49:22 2024 +0800

    [Doc][remote shell] missing remote shell doc for version 3.2.1 (#15660)
    
    Co-authored-by: xiangzihao <[email protected]>
---
 docs/configs/docsdev.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index bc08fc9c79..323e8b21d9 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -270,6 +270,10 @@ export default {
                                 title: 'Vertica',
                                 link: 
'/en-us/docs/dev/user_doc/guide/datasource/vertica.html',
                             },
+                            {
+                                title: 'Remote Shell',
+                                link: 
'/en-us/docs/dev/user_doc/guide/task/remoteshell.html',
+                            },
                         ],
                     },
                     {
@@ -969,6 +973,10 @@ export default {
                                 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',
+                            },
                         ],
                     },
                     {

Reply via email to