Skip to content

Commit

Permalink
en: update a title in toc (pingcap#231)
Browse files Browse the repository at this point in the history
* en: fix a title in toc

* align doc titles with toc titles

Co-authored-by: DanielZhangQD <[email protected]>
Co-authored-by: Lilian Lee <[email protected]>
  • Loading branch information
3 people authored May 8, 2020
1 parent 8c4547b commit a6ab6eb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion en/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- [Configure Storage Class](configure-storage-class.md)
- [Configure Resource and Disaster Recovery](configure-a-tidb-cluster.md)
- [Initialize a Cluster](initialize-a-cluster.md)
- [Configure a TiDB Cluster using TidbCluster](configure-cluster-using-tidbcluster.md)
- [Configure a TiDB Cluster Using TidbCluster](configure-cluster-using-tidbcluster.md)
- [Configure tidb-drainer Chart](configure-tidb-binlog-drainer.md)
- [Configure tidb-cluster Chart](tidb-cluster-chart-config.md)
- [Configure tidb-backup Chart](configure-backup.md)
Expand Down
4 changes: 2 additions & 2 deletions en/backup-to-aws-s3-using-br.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Back up TiDB Cluster Data to AWS S3 using BR
title: Back up Data to S3-Compatible Storage Using BR
summary: Learn how to back up data to AWS S3 using BR.
category: how-to
---

<!-- markdownlint-disable MD007 -->

# Back up TiDB Cluster Data to AWS S3 using BR
# Back up Data to S3-Compatible Storage Using BR

This document describes how to back up the data of a TiDB cluster in AWS Kubernetes to the AWS storage using Helm charts. "Backup" in this document refers to full backup (ad-hoc full backup and scheduled full backup). [BR](https://pingcap.com/docs/v3.1/reference/tools/br/br) is used to get the logic backup of the TiDB cluster, and then this backup data is sent to the AWS storage.

Expand Down
4 changes: 2 additions & 2 deletions en/backup-to-gcs.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Back up TiDB Cluster Data to GCS
title: Back up Data to GCS
summary: Learn how to back up the TiDB cluster to GCS.
category: how-to
---

# Back up TiDB Cluster Data to GCS
# Back up Data to GCS

This document describes how to back up the data of the TiDB cluster in Kubernetes to [Google Cloud Storage (GCS)](https://cloud.google.com/storage/docs/). "Backup" in this document refers to full backup (ad-hoc full backup and scheduled full backup). [`mydumper`](https://pingcap.com/docs/v3.0/reference/tools/mydumper) is used to get the logic backup of the TiDB cluster, and then this backup data is sent to the remote GCS.

Expand Down
4 changes: 2 additions & 2 deletions en/backup-to-s3.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Back up TiDB Cluster Data to S3-Compatible Storage
title: Back up Data to S3-Compatible Storage Using Mydumper
summary: Learn how to back up the TiDB cluster to the S3-compatible storage.
category: how-to
---

# Back up TiDB Cluster Data to S3-Compatible Storage
# Back up Data to S3-Compatible Storage Using Mydumper

This document describes how to back up the data of the TiDB cluster in Kubernetes to the S3-compatible storage. "Backup" in this document refers to full backup (ad-hoc full backup and scheduled full backup). For the underlying implementation, [`mydumper`](https://pingcap.com/docs/v3.0/reference/tools/mydumper) is used to get the logic backup of the TiDB cluster, and then this backup data is sent to the S3-compatible storage.

Expand Down
4 changes: 2 additions & 2 deletions en/restore-from-aws-s3-using-br.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Restore Data from AWS S3 using BR
title: Restore Data from S3-Compatible Storage Using BR
summary: Learn how to restore data from AWS S3 using BR.
category: how-to
---

# Restore Data from AWS S3 using BR
# Restore Data from S3-Compatible Storage Using BR

This document describes how to restore the TiDB cluster data backed up using TiDB Operator in Kubernetes. [BR](https://pingcap.com/docs/v3.1/reference/tools/br/br) is used to perform the restoration.

Expand Down
4 changes: 2 additions & 2 deletions en/restore-from-s3.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Restore Data from S3-Compatible Storage
title: Restore Data from S3-Compatible Storage Using Loader
summary: Learn how to restore data from the S3-compatible storage.
category: how-to
---

# Restore Data from S3-Compatible Storage
# Restore Data from S3-Compatible Storage Using Loader

This document describes how to restore the TiDB cluster data backed up using TiDB Operator in Kubernetes. For the underlying implementation, [`loader`](https://pingcap.com/docs/v3.0/reference/tools/loader) is used to perform the restoration.

Expand Down

0 comments on commit a6ab6eb

Please sign in to comment.