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

add sidebar #710

Merged
merged 1 commit into from
Apr 28, 2018
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@
- [垃圾回收 (GC)](op-guide/gc.md)
+ TiDB 运维文档
- [软硬件环境需求](op-guide/recommendation.md)
+ 部署集群 
+ 部署集群
- [Ansible 部署方案(强烈推荐)](op-guide/ansible-deployment.md)
- [离线 Ansible 部署方案](op-guide/offline-ansible-deployment.md)
- [从 TiDB 1.0 升级到 2.0 操作指南](op-guide/upgrade-from-v1-to-v2.md)
- [Docker 部署方案](op-guide/docker-deployment.md)
- [Docker Compose 部署方案](op-guide/docker-compose.md)
- [跨机房部署方案](op-guide/location-awareness.md)
Expand Down
7 changes: 1 addition & 6 deletions op-guide/offline-ansible-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@ category: deployment

使用以下命令从 Github [TiDB-Ansible 项目](https://github.com/pingcap/tidb-ansible) 上下载 TiDB-Ansible 相应版本,默认的文件夹名称为 `tidb-ansible`,以下为各版本下载示例,版本选择可以咨询官方。

下载 1.0 GA 版本:
```
git clone -b release-1.0 https://github.com/pingcap/tidb-ansible.git
```

下载 2.0 版本:
下载 2.0 GA 版本:
```
git clone -b release-2.0 https://github.com/pingcap/tidb-ansible.git
```
Expand Down
3 changes: 2 additions & 1 deletion op-guide/op-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ category: deployment
## 部署集群

- [Ansible 部署方案 (强烈推荐)](ansible-deployment.md)
- [离线 Ansible 部署方案 (强烈推荐)](offline-ansible-deployment.md)
- [离线 Ansible 部署方案](offline-ansible-deployment.md)
- [从 TiDB 1.0 升级到 2.0 操作指南](upgrade-from-v1-to-v2.md)
- [Docker 部署方案](docker-deployment.md)
- [跨机房部署方案](location-awareness.md)

Expand Down