Skip to content

Commit

Permalink
Update st-ug-release-note.md (#1780)
Browse files Browse the repository at this point in the history
* Update st-ug-release-note.md

* Update mkdocs.yml

* Update st-ug-release-note.md

* Update st-ug-deploy.md
  • Loading branch information
foesa-yang committed May 7, 2022
1 parent a7e2de6 commit 072c2cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs-2.0/nebula-studio/about-studio/st-ug-release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
- 支持收藏夹功能。
- 支持历史查询结果展示。
- 新增图探索模块至控制台模块内。

## v3.3.1(2022.05.07)

- 修复
- 修复导入日志偶尔为空的问题。
6 changes: 3 additions & 3 deletions docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 镜像。
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 072c2cd

Please sign in to comment.