From 6127b66662a4772ddd107e14f01c57f1d7b4a93d Mon Sep 17 00:00:00 2001 From: lilin90 Date: Fri, 17 Apr 2020 12:02:01 +0800 Subject: [PATCH] index, overview: remove offline ansible deployment --- _index.md | 1 - overview.md | 1 - 2 files changed, 2 deletions(-) diff --git a/_index.md b/_index.md index 34078c6b938c2..4a12e89f0c0e4 100644 --- a/_index.md +++ b/_index.md @@ -11,7 +11,6 @@ TiDB ("Ti" stands for Titanium) is an open-source NewSQL database that supports TiDB can be deployed on-premise or in-cloud. The following deployment options are officially supported by PingCAP: - [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. -- [Ansible Offline Deployment](/how-to/deploy/orchestrated/offline-ansible.md): If your environment has no access to the internet, you can follow this guide to see how to deploy a TiDB cluster offline using TiDB Ansible. - [Docker Deployment](/how-to/deploy/orchestrated/docker.md): This guide describes how to deploy TiDB using Docker. - [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. - Kubernetes Deployment: diff --git a/overview.md b/overview.md index 546991d536316..9dcb384895c4d 100644 --- a/overview.md +++ b/overview.md @@ -11,7 +11,6 @@ TiDB ("Ti" stands for Titanium) is an open-source NewSQL database that supports TiDB can be deployed on-premise or in-cloud. The following deployment options are officially supported by PingCAP: - [TiUP Deployment](/how-to/deploy/orchestrated/tiup.md): This guide describes how to deploy TiDB using [TiUP](https://github.com/pingcap-incubator/tiup). It is strongly recommended for production deployment. -- [Ansible Offline Deployment](/how-to/deploy/orchestrated/offline-ansible.md): If your environment has no access to the internet, you can follow this guide to see how to deploy a TiDB cluster offline using TiDB Ansible. - [Docker Deployment](/how-to/deploy/orchestrated/docker.md): This guide describes how to deploy TiDB using Docker. - [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. - Kubernetes Deployment: