Skip to content

Commit 6382022

Browse files
yikekezhouqiang-cl
andauthoredMay 14, 2020
*: simplify all file directories for docs master (pingcap#2560)
* *: simplify all file directories for docs master * replace deadlink * fix lint * fix links Co-authored-by: Qiang Zhou <zhouqiang.cl@gmail.com>
1 parent ec2b9f3 commit 6382022

File tree

411 files changed

+1225
-2644
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

411 files changed

+1225
-2644
lines changed
 

‎TOC.md

+411-412
Large diffs are not rendered by default.

‎_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ category: introduction
1010

1111
TiDB can be deployed on-premise or in-cloud. The following deployment options are officially supported by PingCAP:
1212

13-
- [TiUP Deployment](/how-to/deploy/orchestrated/tiup.md): This guide describes how to deploy a TiDB cluster using [TiUP](https://github.com/pingcap-incubator/tiup). It is strongly recommended for production deployment.
14-
- [Docker Deployment](/how-to/deploy/orchestrated/docker.md): This guide describes how to deploy TiDB using Docker.
15-
- [Docker Compose Deployment](/how-to/get-started/deploy-tidb-from-docker-compose.md): This guide describes how to deploy TiDB using Docker compose. You can follow this guide to quickly deploy a TiDB cluster for testing and development on your local drive.
13+
- [TiUP Deployment](/production-deployment-using-tiup.md): This guide describes how to deploy a TiDB cluster using [TiUP](https://github.com/pingcap-incubator/tiup). It is strongly recommended for production deployment.
14+
- [Docker Deployment](/test-deployment-using-docker.md): This guide describes how to deploy TiDB using Docker.
15+
- [Docker Compose Deployment](/deploy-test-cluster-using-docker-compose.md): This guide describes how to deploy TiDB using Docker compose. You can follow this guide to quickly deploy a TiDB cluster for testing and development on your local drive.
1616
- Kubernetes Deployment:
1717

1818
You can use [TiDB Operator](https://github.com/pingcap/tidb-operator) to deploy TiDB for production environments on:
@@ -27,7 +27,7 @@ TiDB can be deployed on-premise or in-cloud. The following deployment options ar
2727
- [kind](https://pingcap.com/docs/tidb-in-kubernetes/stable/deploy-tidb-from-kubernetes-kind/)
2828
- [Minikube](https://pingcap.com/docs/tidb-in-kubernetes/stable/deploy-tidb-from-kubernetes-minikube/)
2929

30-
- [Binary Tarball Deployment](/how-to/deploy/from-tarball/production-environment.md): This guide describes how to deploy TiDB from a binary tarball in production. Guides for [development](/how-to/get-started/deploy-tidb-from-binary.md) and [testing](/how-to/deploy/from-tarball/testing-environment.md) environments are also available.
30+
- [Binary Tarball Deployment](/production-deployment-from-binary-tarball.md): This guide describes how to deploy TiDB from a binary tarball in production. Guides for [development](/deploy-tidb-from-binary.md) and [testing](/test-deployment-from-binary-tarball.md) environments are also available.
3131

3232
## Community Provided Blog Posts & Tutorials
3333

0 commit comments

Comments
 (0)
Please sign in to comment.