From 6c211755e27d0ab8b10958fc0a97803ab9e5e1b5 Mon Sep 17 00:00:00 2001 From: daihw <928874202@qq.com> Date: Thu, 16 Sep 2021 16:19:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E8=8A=82=E7=82=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guide/custom-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/custom-node.md b/guide/custom-node.md index c1722e4..9cc710f 100644 --- a/guide/custom-node.md +++ b/guide/custom-node.md @@ -145,5 +145,5 @@ pipeline: 执行成功后,查看节点定义详情界面,可以看到节点定义版本已经推送成功。 ![view_node_definition_version](./images/view_node_definition_version.png) -### 3. 内置参数 +### 3. 内置输入参数 share_dir: 共享目录,容器中可通过JIANMU_SHARE_DIR使用 -- Gitee From 98129e08f62f32e7e5d41f243c6438b834f51b99 Mon Sep 17 00:00:00 2001 From: daihw <928874202@qq.com> Date: Thu, 16 Sep 2021 16:20:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E6=B3=A8=E9=87=8A=E7=BD=91=E5=85=B3?= =?UTF-8?q?=E3=80=81=E8=BF=90=E7=BB=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index eb74f9e..5330523 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -59,13 +59,15 @@ module.exports = { children: [{ text: '变量', link: '/guide/vars', - }, { - text: '网关', - link: '/guide/gateway' - }, { - text: '运维', - link: '/guide/operation' - }, { + }, + // { + // text: '网关', + // link: '/guide/gateway' + // }, { + // text: '运维', + // link: '/guide/operation' + // }, + { text: '自定义节点', link: '/guide/custom-node' }, { -- Gitee