Skip to content

Commit

Permalink
Add http gateway (#1788)
Browse files Browse the repository at this point in the history
* update-studio

* Update mkdocs.yml

* Update st-ug-deploy.md
  • Loading branch information
foesa-yang committed May 11, 2022
1 parent 5a7ce53 commit 2a2aed3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 @@ -16,7 +16,7 @@
- 支持历史查询结果展示。
- 新增图探索模块至控制台模块内。

## v3.3.12022.05.07
## 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 @@ -242,13 +242,13 @@ $ kill $(lsof -t -i :7001) # stop nebula-graph-studio
| ----- | ----- |
| [nebula-graph-studio-{{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}}`目录,并将安装包解压至目录中。
2. 创建`nebula-graph-studio-{{studio.release}}`目录,并将安装包解压至目录中。

```bash
mkdir nebula-graph-studio-v{{studio.release}} && tar -zxvf nebula-graph-studio-v{{studio.release}}.tar.gz -C nebula-graph-studio-{{studio.release}}
mkdir nebula-graph-studio-{{studio.release}} && tar -zxvf nebula-graph-studio-{{studio.release}}.tar.gz -C nebula-graph-studio-{{studio.release}}
```

3. 解压后进入 `nebula-graph-studio-v{{studio.release}}` 目录。
3. 解压后进入 `nebula-graph-studio-{{studio.release}}` 目录。

```bash
cd nebula-graph-studio-{{studio.release}}
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ extra:
branch: release-3.1
tag: v3.1.0
gateway:
release: 3.1.0
release: 3.1.2
branch: release-3.1
tag: v3.1.0
tag: v3.1.2


nav:
Expand Down

0 comments on commit 2a2aed3

Please sign in to comment.