From 818a748a8e3d664db20834e47b51440af72f8724 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Sat, 7 May 2022 15:20:22 +0800 Subject: [PATCH 1/4] Update st-ug-release-note.md --- docs-2.0/nebula-studio/about-studio/st-ug-release-note.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md b/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md index 9cbf1703d3..f17aa69de2 100644 --- a/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md +++ b/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md @@ -15,3 +15,8 @@ - 支持收藏夹功能。 - 支持历史查询结果展示。 - 新增图探索模块至控制台模块内。 + +## v3.3.1(2022.05.07) + +- 修复 + - 修复导入日志偶尔为空的问题 From 97dbb3e4ba534c65aacb8e38547522f8158ddac0 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Sat, 7 May 2022 15:20:52 +0800 Subject: [PATCH 2/4] Update mkdocs.yml --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index c4060ce96a..7d338f357f 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -124,7 +124,7 @@ extra: base111b: 1.1.1-beta base220: 2.2.1 base300: 3.0.0 - release: 3.3.0 + release: 3.3.1 tag: v3.3.0 explorer: release: 3.0.0 From 0de1534d2c68475c9d30ff85d5c44ff7e034b3a9 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Sat, 7 May 2022 15:21:16 +0800 Subject: [PATCH 3/4] Update st-ug-release-note.md --- docs-2.0/nebula-studio/about-studio/st-ug-release-note.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md b/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md index f17aa69de2..58bbbc4257 100644 --- a/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md +++ b/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md @@ -19,4 +19,4 @@ ## v3.3.1(2022.05.07) - 修复 - - 修复导入日志偶尔为空的问题 + - 修复导入日志偶尔为空的问题。 From d12d8541a3a25e95723b6af62bafb1bf5abc73ca Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Sat, 7 May 2022 16:19:32 +0800 Subject: [PATCH 4/4] Update st-ug-deploy.md --- docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md b/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md index 74afba2b69..c4eb148d1c 100644 --- a/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md +++ b/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md @@ -240,18 +240,18 @@ $ kill $(lsof -t -i :7001) # stop nebula-graph-studio | 安装包 | 适用 Nebula 版本 | | ----- | ----- | - | [nebula-graph-studio-v{{studio.release}}.tar.gz](https://oss-cdn.nebula-graph.com.cn/nebula-graph-studio/{{studio.release}}/nebula-graph-studio-v{{studio.release}}.tar.gz) | {{nebula.release}} | + | [nebula-graph-studio-v{{studio.release}}.tar.gz](https://oss-cdn.nebula-graph.com.cn/nebula-graph-studio/{{studio.release}}/nebula-graph-studio-{{studio.release}}.tar.gz) | {{nebula.release}} | 2. 创建`nebula-graph-studio-v{{studio.release}}`目录,并将安装包解压至目录中。 ```bash - mkdir nebula-graph-studio-v{{studio.release}} && tar -zxvf nebula-graph-studio-v{{studio.release}}.tar.gz -C nebula-graph-studio-v{{studio.release}} + mkdir nebula-graph-studio-v{{studio.release}} && tar -zxvf nebula-graph-studio-v{{studio.release}}.tar.gz -C nebula-graph-studio-{{studio.release}} ``` 3. 解压后进入 `nebula-graph-studio-v{{studio.release}}` 目录。 ```bash - cd nebula-graph-studio-v{{studio.release}} + cd nebula-graph-studio-{{studio.release}} ``` 4. 拉取 Studio 的 Docker 镜像。