Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add http gateway #1788

Merged
merged 4 commits into from
May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -210,9 +210,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