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

mod: update importer version & doc link #558

Merged
merged 1 commit into from
May 22, 2023
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
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