Browse Source

[Doc-16535] remove doc of extra ssh task node type (#16536)

dev
wangxj3 3 months ago committed by GitHub
parent
commit
833fb5b5bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      docs/configs/docsdev.js

12
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',

Loading…
Cancel
Save