Skip to content

Commit

Permalink
Update st-ug-release-note.md (#1347)
Browse files Browse the repository at this point in the history
* Update 4.date-and-time.md

* Update st-ug-release-note.md

* Update mkdocs.yml

* Update st-ug-deploy.md
  • Loading branch information
foesa-yang committed May 7, 2022
1 parent b030daa commit 60bcdbb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 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 @@
- 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

0 comments on commit 60bcdbb

Please sign in to comment.