Skip to content

Commit

Permalink
Delete useless README files (#2486)
Browse files Browse the repository at this point in the history
* Delete useless README files

* Add nebula-graphd in docker/README.md

* Update clients README
  • Loading branch information
yixinglu authored Aug 13, 2021
1 parent b8bc91d commit 89882d8
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 19 deletions.
1 change: 1 addition & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Following docker images will be ready in production.

- [vesoft/nebula-graphd](https://hub.docker.com/r/vesoft/nebula-graphd): nebula-graphd service built with `Dockerfile.graphd`
- [vesoft/nebula-metad](https://hub.docker.com/r/vesoft/nebula-metad): nebula-metad service built with `Dockerfile.metad`
- [vesoft/nebula-storaged](https://hub.docker.com/r/vesoft/nebula-storaged): nebula-storaged service built with `Dockerfile.storaged`
- [vesoft/nebula-tools](https://hub.docker.com/r/vesoft/nebula-tools): nebula tools built with `Dockerfile.tools`, including db_dump, meta_dump and db_upgrader
3 changes: 0 additions & 3 deletions src/README.md

This file was deleted.

13 changes: 7 additions & 6 deletions src/clients/graph/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Clients for other languages are in the separate repositories

[nebula-go](https://github.com/vesoft-inc/nebula-go)
[nebula-java](https://github.com/vesoft-inc/nebula-java)
[nebula-py](https://github.com/vesoft-inc/nebula-py)
[nebula-cpp](https://github.com/vesoft-inc/nebula-cpp)
Clients for other languages are in the separate repositories:

* [nebula-go](https://github.com/vesoft-inc/nebula-go)
* [nebula-java](https://github.com/vesoft-inc/nebula-java)
* [nebula-python](https://github.com/vesoft-inc/nebula-python)
* [nebula-cpp](https://github.com/vesoft-inc/nebula-cpp)
* [nebula-rust](https://github.com/vesoft-inc/nebula-rust)
* [nebula-node](https://github.com/vesoft-inc/nebula-node)
1 change: 0 additions & 1 deletion src/codec/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/common/utils/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/daemons/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/interface/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/kvstore/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/kvstore/raftex/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/meta/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/parser/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions src/parser/test/fuzzing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ In order to better show the test results, it is recommended to enable the addres

# Running fuzz tests locally

``` shell
./parser_fuzzer -dict=nebula.dict
```shell
$ ./parser_fuzzer -dict=nebula.dict
```

0 comments on commit 89882d8

Please sign in to comment.