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 833fb5b5bf [Doc-16535] remove doc of extra ssh task node type (#16536)
833fb5b5bf is described below
commit 833fb5b5bf5f05b8d6ed508b86ce69588c97104e
Author: wangxj3 <[email protected]>
AuthorDate: Thu Aug 29 15:29:46 2024 +0800
[Doc-16535] remove doc of extra ssh task node type (#16536)
---
docs/configs/docsdev.js | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 08155a006b..9f972f2210 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -226,8 +226,8 @@ export default {
link:
'/en-us/docs/dev/user_doc/guide/task/linkis.html',
},
{
- title: 'SSH',
- link:
'/en-us/docs/dev/user_doc/guide/task/ssh.html',
+ title: 'Remote Shell',
+ link:
'/en-us/docs/dev/user_doc/guide/task/remoteshell.html',
},
],
},
@@ -266,10 +266,6 @@ 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',
- },
],
},
{
@@ -953,10 +949,6 @@ export default {
title: 'Apache Linkis',
link:
'/zh-cn/docs/dev/user_doc/guide/task/linkis.html',
},
- {
- title: 'SSH',
- link:
'/zh-cn/docs/dev/user_doc/guide/task/ssh.html',
- },
{
title: 'Vertica',
link:
'/zh-cn/docs/dev/user_doc/guide/datasource/vertica.html',