Skip to content

Commit

Permalink
add old website aliases to all files in docs release-4.0 branch (ping…
Browse files Browse the repository at this point in the history
…cap#3031)

* add aliases to 4.0 branch

* remove an alias from readme

* remove extra aliases

* Delete tiflash-command-line-flags 2.md
  • Loading branch information
yikeke authored Jun 25, 2020
1 parent 483f039 commit 1cd45b2
Show file tree
Hide file tree
Showing 467 changed files with 467 additions and 382 deletions.
1 change: 1 addition & 0 deletions _index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: TiDB Introduction
summary: Learn how to quickly start a TiDB cluster.
category: introduction
aliases: ['/docs/v4.0/_index/']
---

# TiDB Introduction
Expand Down
1 change: 1 addition & 0 deletions adopters.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ summary: Learn about the list of TiDB adopters in various industries.
category: adopters
aliases: ['/docs/adopters/']
i18n_link: "https://pingcap.com/cases-cn/"
aliases: ['/docs/v4.0/adopters/']
---

# TiDB Adopters
Expand Down
2 changes: 1 addition & 1 deletion alert-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: TiDB Cluster Alert Rules
summary: Learn the alert rules in a TiDB cluster.
category: reference
aliases: ['/docs/stable/reference/alert-rules/']
aliases: ['/docs/v4.0/alert-rules/','/docs/stable/reference/alert-rules/']
---

<!-- markdownlint-disable MD024 -->
Expand Down
1 change: 1 addition & 0 deletions architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: TiDB Architecture
summary: The key architecture components of the TiDB platform
category: introduction
aliases: ['/docs/v4.0/architecture/']
---

# TiDB Architecture
Expand Down
1 change: 1 addition & 0 deletions auto-increment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: AUTO_INCREMENT
summary: Learn the `AUTO_INCREMENT` column attribute of TiDB.
category: reference
aliases: ['/docs/v4.0/auto-increment/']
---

# AUTO_INCREMENT
Expand Down
2 changes: 1 addition & 1 deletion auto-random.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: AUTO_RANDOM
summary: Learn the AUTO_RANDOM attribute.
category: reference
aliases: ['/docs/stable/reference/sql/attributes/auto-random/']
aliases: ['/docs/v4.0/auto-random/','/docs/stable/reference/sql/attributes/auto-random/']
---

# AUTO_RANDOM <span class="version-mark">New in v3.1.0</span>
Expand Down
2 changes: 1 addition & 1 deletion backup-and-restore-using-mydumper-lightning.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Use Mydumper and TiDB Lightning for Backup and Restoration
category: how-to
aliases: ['/docs/stable/how-to/maintain/backup-and-restore/mydumper-lightning/']
aliases: ['/docs/v4.0/backup-and-restore-using-mydumper-lightning/','/docs/stable/how-to/maintain/backup-and-restore/mydumper-lightning/']
---

# Use Mydumper and TiDB Lightning for Data Backup and Restoration
Expand Down
2 changes: 1 addition & 1 deletion basic-sql-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Explore SQL with TiDB
summary: Learn about the basic SQL statements for the TiDB database.
category: how-to
aliases: ['/docs/stable/how-to/get-started/explore-sql/']
aliases: ['/docs/v4.0/basic-sql-operations/','/docs/stable/how-to/get-started/explore-sql/']
---

# Explore SQL with TiDB
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark-sysbench-v2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TiDB Sysbench Performance Test Report -- v2.0.0 vs. v1.0.0
category: benchmark
aliases: ['/docs/stable/benchmark/sysbench-v2/']
aliases: ['/docs/v4.0/benchmark/benchmark-sysbench-v2/','/docs/stable/benchmark/sysbench-v2/']
---

# TiDB Sysbench Performance Test Report -- v2.0.0 vs. v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark-sysbench-v3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TiDB Sysbench Performance Test Report -- v2.1 vs. v2.0
category: benchmark
aliases: ['/docs/stable/benchmark/sysbench-v3/']
aliases: ['/docs/v4.0/benchmark/benchmark-sysbench-v3/','/docs/stable/benchmark/sysbench-v3/']
---

# TiDB Sysbench Performance Test Report -- v2.1 vs. v2.0
Expand Down
1 change: 1 addition & 0 deletions benchmark/benchmark-sysbench-v4-vs-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: TiDB Sysbench Performance Test Report -- v4.0 vs. v3.0
summary: Compare the Sysbench performance of TiDB 4.0 and TiDB 3.0.
category: benchmark
aliases: ['/docs/v4.0/benchmark/benchmark-sysbench-v4-vs-v3/']
---

# TiDB Sysbench Performance Test Report -- v4.0 vs. v3.0
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark-tidb-using-sysbench.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: How to Test TiDB Using Sysbench
category: benchmark
aliases: ['/docs/stable/benchmark/how-to-run-sysbench/']
aliases: ['/docs/v4.0/benchmark/benchmark-tidb-using-sysbench/','/docs/stable/benchmark/how-to-run-sysbench/']
---

# How to Test TiDB Using Sysbench
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark-tidb-using-tpcc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: How to Run TPC-C Test on TiDB
category: benchmark
aliases: ['/docs/stable/benchmark/how-to-run-tpcc/']
aliases: ['/docs/v4.0/benchmark/benchmark-tidb-using-tpcc/','/docs/stable/benchmark/how-to-run-tpcc/']
---

# How to Run TPC-C Test on TiDB
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark-tpch.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TiDB TPC-H 50G Performance Test Report V2.0
category: benchmark
aliases: ['/docs/stable/benchmark/tpch/']
aliases: ['/docs/v4.0/benchmark/benchmark-tpch/','/docs/stable/benchmark/tpch/']
---

# TiDB TPC-H 50G Performance Test Report
Expand Down
2 changes: 1 addition & 1 deletion benchmark/online-workloads-and-add-index-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Interaction Test on Online Workloads and `ADD INDEX` Operations
summary: This document tests the interaction effects between online workloads and `ADD INDEX` operations.
category: benchmark
aliases: ['/docs/stable/benchmark/add-index-with-load/']
aliases: ['/docs/v4.0/benchmark/online-workloads-and-add-index-operations/','/docs/stable/benchmark/add-index-with-load/']
---

# Interaction Test on Online Workloads and `ADD INDEX` Operations
Expand Down
2 changes: 1 addition & 1 deletion benchmark/v3.0-performance-benchmarking-with-sysbench.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TiDB Sysbench Performance Test Report -- v3.0 vs. v2.1
category: benchmark
aliases: ['/docs/stable/benchmark/sysbench-v4/']
aliases: ['/docs/v4.0/benchmark/v3.0-performance-benchmarking-with-sysbench/','/docs/stable/benchmark/sysbench-v4/']
---

# TiDB Sysbench Performance Test Report -- v3.0 vs. v2.1
Expand Down
2 changes: 1 addition & 1 deletion benchmark/v3.0-performance-benchmarking-with-tpcc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TiDB TPC-C Performance Test Report -- v3.0 vs. v2.1
category: benchmark
aliases: ['/docs/stable/benchmark/tpcc/']
aliases: ['/docs/v4.0/benchmark/v3.0-performance-benchmarking-with-tpcc/','/docs/stable/benchmark/tpcc/']
---

# TiDB TPC-C Performance Test Report -- v3.0 vs. v2.1
Expand Down
2 changes: 1 addition & 1 deletion benchmark/v4.0-performance-benchmarking-with-tpcc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: TiDB TPC-C Performance Test Report -- v4.0 vs. v3.0
summary: Compare the TPC-C performance of TiDB 4.0 and TiDB 3.0 using BenchmarkSQL.
category: benchmark
aliases: ['/docs/stable/benchmark/tpcc-v2/']
aliases: ['/docs/v4.0/benchmark/v4.0-performance-benchmarking-with-tpcc/','/docs/stable/benchmark/tpcc-v2/']
---

# TiDB TPC-C Performance Test Report -- v4.0 vs. v3.0
Expand Down
1 change: 1 addition & 0 deletions benchmark/v4.0-performance-benchmarking-with-tpch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: TiDB TPC-H Performance Test Report -- v4.0 vs. v3.0
summary: Compare the TPC-H performance of TiDB 4.0 and TiDB 3.0.
category: benchmark
aliases: ['/docs/v4.0/benchmark/v4.0-performance-benchmarking-with-tpch/']
---

# TiDB TPC-H Performance Test Report -- v4.0 vs. v3.0
Expand Down
2 changes: 1 addition & 1 deletion best-practices/grafana-monitor-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Best Practices for Monitoring TiDB Using Grafana
summary: Learn seven tips for efficiently using Grafana to monitor TiDB.
category: reference
aliases: ['/docs/stable/reference/best-practices/grafana-monitor/']
aliases: ['/docs/v4.0/best-practices/grafana-monitor-best-practices/','/docs/stable/reference/best-practices/grafana-monitor/']
---

# Best Practices for Monitoring TiDB Using Grafana
Expand Down
2 changes: 1 addition & 1 deletion best-practices/haproxy-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Best Practices for Using HAProxy in TiDB
summary: This document describes best practices for configuration and usage of HAProxy in TiDB.
category: reference
aliases: ['/docs/stable/reference/best-practices/haproxy/']
aliases: ['/docs/v4.0/best-practices/haproxy-best-practices/','/docs/stable/reference/best-practices/haproxy/']
---

# Best Practices for Using HAProxy in TiDB
Expand Down
2 changes: 1 addition & 1 deletion best-practices/high-concurrency-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Highly Concurrent Write Best Practices
summary: Learn best practices for highly-concurrent write-intensive workloads in TiDB.
category: reference
aliases: ['/docs/stable/reference/best-practices/high-concurrency/']
aliases: ['/docs/v4.0/best-practices/high-concurrency-best-practices/','/docs/stable/reference/best-practices/high-concurrency/']
---

# Highly Concurrent Write Best Practices
Expand Down
2 changes: 1 addition & 1 deletion best-practices/java-app-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Best Practices for Developing Java Applications with TiDB
summary: Learn the best practices for developing Java applications with TiDB.
category: reference
aliases: ['/docs/stable/reference/best-practices/java-app/']
aliases: ['/docs/v4.0/best-practices/java-app-best-practices/','/docs/stable/reference/best-practices/java-app/']
---

# Best Practices for Developing Java Applications with TiDB
Expand Down
2 changes: 1 addition & 1 deletion best-practices/massive-regions-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Best Practices for TiKV Performance Tuning with Massive Regions
summary: Learn how to tune the performance of TiKV with a massive amount of Regions.
category: reference
aliases: ['/docs/stable/reference/best-practices/massive-regions/']
aliases: ['/docs/v4.0/best-practices/massive-regions-best-practices/','/docs/stable/reference/best-practices/massive-regions/']
---

# Best Practices for TiKV Performance Tuning with Massive Regions
Expand Down
2 changes: 1 addition & 1 deletion best-practices/pd-scheduling-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: PD Scheduling Best Practices
summary: Learn best practice and strategy for PD scheduling.
category: reference
aliases: ['/docs/stable/reference/best-practices/pd-scheduling/']
aliases: ['/docs/v4.0/best-practices/pd-scheduling-best-practices/','/docs/stable/reference/best-practices/pd-scheduling/']
---

# PD Scheduling Best Practices
Expand Down
1 change: 1 addition & 0 deletions br/backup-and-restore-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Backup & Restore FAQ
summary: Learn about Frequently Asked Questions (FAQ) and the solutions of BR.
category: FAQ
aliases: ['/docs/v4.0/br/backup-and-restore-faq/']
---

# Backup & Restore FAQ
Expand Down
1 change: 1 addition & 0 deletions br/backup-and-restore-storages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: BR storages
summary: Describes the storage URL format used in BR.
category: reference
aliases: ['/docs/v4.0/br/backup-and-restore-storages/']
---

# BR storages
Expand Down
2 changes: 1 addition & 1 deletion br/backup-and-restore-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Use BR to Backup and Restore Data
summary: Learn how to back up and restore data of the TiDB cluster using BR.
category: how-to
aliases: ['/docs/stable/reference/tools/br/br/']
aliases: ['/docs/v4.0/br/backup-and-restore-tool/','/docs/stable/reference/tools/br/br/']
---

# Use BR to Back up and Restore Data
Expand Down
2 changes: 1 addition & 1 deletion br/backup-and-restore-use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: BR Usage Scenarios
summary: Learn the scenarios of backing up and restoring data using BR.
category: how-to
aliases: ['/docs/stable/reference/tools/br/use-cases/']
aliases: ['/docs/v4.0/br/backup-and-restore-use-cases/','/docs/stable/reference/tools/br/use-cases/']
---

# BR Usage Scenarios
Expand Down
2 changes: 1 addition & 1 deletion certificate-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Certificate-Based Authentication for Login
summary: Learn the certificate-based authentication used for login.
category: reference
aliases: ['/docs/stable/reference/security/cert-based-authentication/']
aliases: ['/docs/v4.0/certificate-authentication/','/docs/stable/reference/security/cert-based-authentication/']
---

# Certificate-Based Authentication for Login
Expand Down
2 changes: 1 addition & 1 deletion character-set-and-collation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Character Set and Collation
summary: Learn about the supported character sets and collations in TiDB.
category: reference
aliases: ['/docs/stable/reference/sql/characterset-and-collation/','/docs/stable/reference/sql/character-set/']
aliases: ['/docs/v4.0/character-set-and-collation/','/docs/stable/reference/sql/characterset-and-collation/','/docs/stable/reference/sql/character-set/']
---

# Character Set and Collation
Expand Down
1 change: 1 addition & 0 deletions check-before-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: TiDB Environment and System Configuration Check
summary: Learn the environment check operations before deploying TiDB.
category: how-to
aliases: ['/docs/v4.0/check-before-deployment/']
---

# TiDB Environment and System Configuration Check
Expand Down
2 changes: 1 addition & 1 deletion check-cluster-status-using-sql-statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Check the TiDB Cluster Status Using SQL Statements
summary: This document introduces that TiDB offers some SQL statements and system tables to check the TiDB cluster status.
category: reference
aliases: ['/docs/stable/reference/performance/check-cluster-status-using-sql-statements/']
aliases: ['/docs/v4.0/check-cluster-status-using-sql-statements/','/docs/stable/reference/performance/check-cluster-status-using-sql-statements/']
---

# Check the TiDB Cluster Status Using SQL Statements
Expand Down
2 changes: 1 addition & 1 deletion command-line-flags-for-pd-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: PD Configuration Flags
summary: Learn some configuration flags of PD.
category: reference
aliases: ['/docs/stable/reference/configuration/pd-server/configuration/']
aliases: ['/docs/v4.0/command-line-flags-for-pd-configuration/','/docs/stable/reference/configuration/pd-server/configuration/']
---

# PD Configuration Flags
Expand Down
2 changes: 1 addition & 1 deletion command-line-flags-for-tidb-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Configuration Options
summary: Learn the configuration options in TiDB.
category: reference
aliases: ['/docs/stable/reference/configuration/tidb-server/configuration/']
aliases: ['/docs/v4.0/command-line-flags-for-tidb-configuration/','/docs/stable/reference/configuration/tidb-server/configuration/']
---

# Configuration Options
Expand Down
2 changes: 1 addition & 1 deletion command-line-flags-for-tikv-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: TiKV Configuration Flags
summary: Learn some configuration flags of TiKV.
category: reference
aliases: ['/docs/stable/reference/configuration/tikv-server/configuration/']
aliases: ['/docs/v4.0/command-line-flags-for-tikv-configuration/','/docs/stable/reference/configuration/tikv-server/configuration/']
---

# TiKV Configuration Flags
Expand Down
2 changes: 1 addition & 1 deletion comment-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Comment Syntax
summary: Learn about the three comment styles in TiDB.
category: reference
aliases: ['/docs/stable/reference/sql/language-structure/comment-syntax/']
aliases: ['/docs/v4.0/comment-syntax/','/docs/stable/reference/sql/language-structure/comment-syntax/']
---

# Comment Syntax
Expand Down
1 change: 1 addition & 0 deletions community.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Connect with us
summary: Learn about how to connect with us.
category: community
aliases: ['/docs/v4.0/community/']
---

# Connect with us
Expand Down
2 changes: 1 addition & 1 deletion configure-memory-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: TiDB Memory Control
summary: Learn how to configure the memory quota of a query and avoid OOM (out of memory).
category: how-to
aliases: ['/docs/stable/how-to/configure/memory-control/']
aliases: ['/docs/v4.0/configure-memory-usage/','/docs/stable/how-to/configure/memory-control/']
---

# TiDB Memory Control
Expand Down
2 changes: 1 addition & 1 deletion configure-placement-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Placement Rules
summary: Learn how to configure Placement Rules.
category: how-to
aliases: ['/docs/stable/how-to/configure/placement-rules/']
aliases: ['/docs/v4.0/configure-placement-rules/','/docs/stable/how-to/configure/placement-rules/']
---

# Placement Rules
Expand Down
2 changes: 1 addition & 1 deletion configure-time-zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Time Zone Support
summary: Learn how to set the time zone and its format.
category: how-to
aliases: ['/docs/stable/how-to/configure/time-zone/']
aliases: ['/docs/v4.0/configure-time-zone/','/docs/stable/how-to/configure/time-zone/']
---

# Time Zone Support
Expand Down
2 changes: 1 addition & 1 deletion connectors-and-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Connectors and APIs
summary: Learn about the connectors and APIs.
category: reference
aliases: ['/docs/stable/reference/supported-clients/']
aliases: ['/docs/v4.0/connectors-and-apis/','/docs/stable/reference/supported-clients/']
---

# Connectors and APIs
Expand Down
2 changes: 1 addition & 1 deletion constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Constraints
summary: Learn how SQL Constraints apply to TiDB.
category: reference
aliases: ['/docs/stable/reference/sql/constraints/']
aliases: ['/docs/v4.0/constraints/','/docs/stable/reference/sql/constraints/']
---

# Constraints
Expand Down
1 change: 1 addition & 0 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Contribute
summary: Learn how to contribute to the TiDB database.
category: how-to
aliases: ['/docs/v4.0/contribute/']
---

# Contribute
Expand Down
1 change: 1 addition & 0 deletions coprocessor-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Coprocessor Cache
summary: Learn the features of Coprocessor Cache.
category: reference
aliases: ['/docs/v4.0/coprocessor-cache/']
---

# Coprocessor Cache
Expand Down
Loading

0 comments on commit 1cd45b2

Please sign in to comment.