From d609e5c37cdeb91ccc7cd27f9b529dbc5371170e Mon Sep 17 00:00:00 2001 From: Ran Date: Fri, 29 May 2020 11:49:22 +0800 Subject: [PATCH 1/2] how-to: fix meta info in scale-tidb-using-tiup.md (#2594) Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com> --- scale-tidb-using-tiup.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scale-tidb-using-tiup.md b/scale-tidb-using-tiup.md index a83843591231e..4fbe155127632 100644 --- a/scale-tidb-using-tiup.md +++ b/scale-tidb-using-tiup.md @@ -1,7 +1,8 @@ --- title: Scale the TiDB Cluster Using TiUP -summary: -Category: how-to +summary: Learn how to scale the TiDB cluster using TiUP. +category: how-to +aliases: ['/docs/dev/how-to/scale/with-tiup/'] --- # Scale the TiDB Cluster Using TiUP From 687fd6d5ebc277440d3b3c6473284cc842d59023 Mon Sep 17 00:00:00 2001 From: Keke Yi <40977455+yikeke@users.noreply.github.com> Date: Fri, 29 May 2020 11:50:34 +0800 Subject: [PATCH 2/2] dev -> stable --- scale-tidb-using-tiup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scale-tidb-using-tiup.md b/scale-tidb-using-tiup.md index 4fbe155127632..4204eb9cf56f9 100644 --- a/scale-tidb-using-tiup.md +++ b/scale-tidb-using-tiup.md @@ -2,7 +2,7 @@ title: Scale the TiDB Cluster Using TiUP summary: Learn how to scale the TiDB cluster using TiUP. category: how-to -aliases: ['/docs/dev/how-to/scale/with-tiup/'] +aliases: ['/docs/stable/how-to/scale/with-tiup/'] --- # Scale the TiDB Cluster Using TiUP