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

Update st-ug-release-note.md #1347

Merged
merged 5 commits into from
May 7, 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
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 @@
- Support favorite historical statements.
- Support the display of historical statements results.
- Add graph exploration to the console.

## v3.3.1(2022.05.07)

- Fix
- Fix the problem that the import log is occasionally empty.
10 changes: 5 additions & 5 deletions docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,17 +234,17 @@ To deploy and start Docker-based Studio, run the following commands. Here we use

| Installation package | Nebula Graph version |
| ----- | ----- |
| [nebula-graph-studio-v{{studio.release}}.tar.gz](https://oss-cdn.nebula-graph.io/nebula-graph-studio/{{studio.release}}/nebula-graph-studio-v{{studio.release}}.tar.gz) | {{nebula.release}} |
| [nebula-graph-studio-{{studio.release}}.tar.gz](https://oss-cdn.nebula-graph.io/nebula-graph-studio/{{studio.release}}/nebula-graph-studio-{{studio.release}}.tar.gz) | {{nebula.release}} |

2. Create the `nebula-graph-studio-v{{studio.release}}` directory and decompress the installation package to the directory.
2. Create the `nebula-graph-studio-{{studio.release}}` directory and decompress the installation package to the directory.

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

3. Change to the `nebula-graph-studio-v{{studio.release}}` directory.
3. Change to the `nebula-graph-studio-{{studio.release}}` directory.
```bash
$ cd nebula-graph-studio-v{{studio.release}}
$ cd nebula-graph-studio-{{studio.release}}
```

4. Pull the Docker image of Studio.
Expand Down
5 changes: 1 addition & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@ extra:
branch: release-3.1
tag: v3.1.0
studio:
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