From 60bcdbb4722738715a5cd005f85c54e1edc2708d Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Sat, 7 May 2022 16:22:47 +0800 Subject: [PATCH] Update st-ug-release-note.md (#1347) * Update 4.date-and-time.md * Update st-ug-release-note.md * Update mkdocs.yml * Update st-ug-deploy.md --- .../nebula-studio/about-studio/st-ug-release-note.md | 5 +++++ docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md | 10 +++++----- mkdocs.yml | 5 +---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md b/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md index ae26b314102..3c18ffb6144 100644 --- a/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md +++ b/docs-2.0/nebula-studio/about-studio/st-ug-release-note.md @@ -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. diff --git a/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md b/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md index 1e5a54bc4d2..b43a1a31633 100644 --- a/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md +++ b/docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 750a1861432..b7729686640 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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