From 040ab34bafa25c5fd17f4ca172f05f55aa2ab446 Mon Sep 17 00:00:00 2001 From: John Huang Date: Mon, 4 Mar 2024 16:49:22 +0800 Subject: [PATCH] [Doc][remote shell] missing remote shell doc for version 3.2.1 (#15660) Co-authored-by: xiangzihao <460888207@qq.com> --- 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', + }, ], }, {