Skip to content

Commit

Permalink
mod: update importer version & doc link (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao92 authored May 22, 2023
1 parent b6141f7 commit 59b55fe
Show file tree
Hide file tree
Showing 21 changed files with 1,046 additions and 1,043 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ NebulaGraph Studio (Studio for short) is a web-based visualization tool for Nebu
| 3.0.0 ~ 3.2.0 | v3.4.x |
| 3.0.0 ~ 3.3.0 | v3.5.x |
| 3.0.0 ~ 3.4.0 | v3.6.x |
| 3.0.0 ~ 3.5.0 | v3.7.x |

## Development Quick Start

Expand Down Expand Up @@ -60,7 +61,7 @@ $ go build -o server

### 3. Start
```
$ nohup ./server &
$ ./server &
```

### 4. Stop Server
Expand All @@ -69,9 +70,9 @@ Use when you want shutdown the web app
kill -9 $(lsof -t -i :7001)
```

## Documentation 3.4.0
[中文](https://docs.nebula-graph.com.cn/3.4.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
[ENGLISH](https://docs.nebula-graph.io/3.4.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
## Documentation 3.7.0
[中文](https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
[ENGLISH](https://docs.nebula-graph.io/3.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)

## Contributing
Contributions are warmly welcomed and greatly appreciated. Please see [Guide Docs](https://github.com/vesoft-inc/nebula-studio/blob/master/CONTRIBUTING.md)
958 changes: 479 additions & 479 deletions app/config/locale/en-US.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 59b55fe

Please sign in to comment.