[skip ci] remove useless item of TOC (#10581)

Signed-off-by: ThyeeZz <jialian.ji@zilliz.com>
pull/10769/head
ThyeeZz 2021-10-27 18:22:23 +08:00 committed by GitHub
parent 0109fa0999
commit 621ef0a604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 20 deletions

View File

@ -4,26 +4,24 @@ This document will help to setup your development environment and run tests. If
Table of contents
=================
- [Development](#development)
- [Table of contents](#table-of-contents)
- [Building Milvus with Docker](#building-milvus-with-docker)
- [Building Milvus on a local OS/shell environment](#building-milvus-on-a-local-osshell-environment)
- [Hardware Requirements](#hardware-requirements)
- [Software Requirements](#software-requirements)
- [Dependencies](#dependencies)
- [CMake](#cmake)
- [Go](#go)
- [Docker & Docker Compose](#docker--docker-compose)
- [Building Milvus](#building-milvus)
- [A Quick Start for Testing Milvus](#a-quick-start-for-testing-milvus)
- [Presubmission Verification](#presubmission-verification)
- [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)
- [Building Milvus with Docker](#building-milvus-with-docker)
- [Building Milvus on a local OS/shell environment](#building-milvus-on-a-local-osshell-environment)
- [Hardware Requirements](#hardware-requirements)
- [Software Requirements](#software-requirements)
- [Dependencies](#dependencies)
- [CMake](#cmake)
- [Go](#go)
- [Docker & Docker Compose](#docker--docker-compose)
- [Building Milvus](#building-milvus)
- [A Quick Start for Testing Milvus](#a-quick-start-for-testing-milvus)
- [Presubmission Verification](#presubmission-verification)
- [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)
## Building Milvus with Docker