[skip ci] Refine development doc toc (#9008)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-10-01 12:30:45 +08:00 committed by GitHub
parent 5d4c59d3c4
commit 57329670bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ Table of contents
- [Unit Tests](#unit-tests)
- [Code coverage](#code-coverage)
- [E2E Tests](#e2e-tests)
- [Test on local branch](#test-on-local-branch)
- [On Linux](#on-linux)
- [With docker](#with-docker)
- [GitHub Flow](#github-flow)
@ -205,7 +208,7 @@ $ pytest --tags=L0 -n auto
```
### Test on local branch
#### on linux
#### On Linux
start the cluster on your host machine
```shell