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

readme: link TiKV docs to the tikv repo #659

Merged
merged 1 commit into from
Oct 10, 2018
Merged
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
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,9 @@
- [TiDB-Binlog](tools/tidb-binlog-kafka.md)
- [PD Control](tools/pd-control.md)
- [PD Recover](tools/pd-recover.md)
- [TiKV Control](tools/tikv-control.md)
- [TiKV Control](https://github.com/tikv/tikv/blob/master/docs/tools/tikv-control.md)
- [TiDB Controller](tools/tidb-controller.md)
+ TiKV Documentation
- [Overview](tikv/tikv-overview.md)
+ Install and Deploy TiKV
- [Prerequisites](op-guide/recommendation.md)
- [Install and Deploy TiKV Using Docker Compose](tikv/deploy-tikv-docker-compose.md)
- [Install and Deploy TiKV Using Ansible](tikv/deploy-tikv-using-ansible.md)
- [Install and Deploy TiKV Using Docker](tikv/deploy-tikv-using-docker.md)
+ Client Drivers
- [Go](tikv/go-client-api.md)
+ [TiKV Documentation](https://github.com/tikv/tikv/wiki)
+ TiSpark Documentation
- [Quick Start Guide](tispark/tispark-quick-start-guide.md)
- [User Guide](tispark/tispark-user-guide.md)
Expand Down