Skip to content

Commit

Permalink
add old website aliases to all files in docs master branch (#3030)
Browse files Browse the repository at this point in the history
* add aliases to 466 files

* remove aliases in markdownlint-rules.md
  • Loading branch information
yikeke authored Jun 25, 2020
1 parent fa30e95 commit 073d804
Show file tree
Hide file tree
Showing 465 changed files with 465 additions and 381 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/dev/_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 @@ -3,6 +3,7 @@ title: TiDB Adopters
summary: Learn about the list of TiDB adopters in various industries.
category: adopters
i18n_link: "https://pingcap.com/cases-cn/"
aliases: ['/docs/dev/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/dev/reference/alert-rules/']
aliases: ['/docs/dev/alert-rules/','/docs/dev/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/dev/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/dev/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/dev/reference/sql/attributes/auto-random/']
aliases: ['/docs/dev/auto-random/','/docs/dev/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/dev/how-to/maintain/backup-and-restore/mydumper-lightning/','/docs/dev/how-to/maintain/backup-and-restore/']
aliases: ['/docs/dev/backup-and-restore-using-mydumper-lightning/','/docs/dev/how-to/maintain/backup-and-restore/mydumper-lightning/','/docs/dev/how-to/maintain/backup-and-restore/']
---

# 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/dev/how-to/get-started/explore-sql/']
aliases: ['/docs/dev/basic-sql-operations/','/docs/dev/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/dev/benchmark/sysbench-v2/']
aliases: ['/docs/dev/benchmark/benchmark-sysbench-v2/','/docs/dev/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/dev/benchmark/sysbench-v3/']
aliases: ['/docs/dev/benchmark/benchmark-sysbench-v3/','/docs/dev/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/dev/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/dev/benchmark/how-to-run-sysbench/']
aliases: ['/docs/dev/benchmark/benchmark-tidb-using-sysbench/','/docs/dev/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/dev/benchmark/how-to-run-tpcc/']
aliases: ['/docs/dev/benchmark/benchmark-tidb-using-tpcc/','/docs/dev/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/dev/benchmark/tpch/']
aliases: ['/docs/dev/benchmark/benchmark-tpch/','/docs/dev/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/dev/benchmark/add-index-with-load/']
aliases: ['/docs/dev/benchmark/online-workloads-and-add-index-operations/','/docs/dev/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/dev/benchmark/sysbench-v4/']
aliases: ['/docs/dev/benchmark/v3.0-performance-benchmarking-with-sysbench/','/docs/dev/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/dev/benchmark/tpcc/']
aliases: ['/docs/dev/benchmark/v3.0-performance-benchmarking-with-tpcc/','/docs/dev/benchmark/tpcc/']
---

# TiDB TPC-C Performance Test Report -- v3.0 vs. v2.1
Expand Down
1 change: 1 addition & 0 deletions benchmark/v4.0-performance-benchmarking-with-tpcc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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/dev/benchmark/v4.0-performance-benchmarking-with-tpcc/']
---

# 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/dev/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/dev/reference/best-practices/grafana-monitor/']
aliases: ['/docs/dev/best-practices/grafana-monitor-best-practices/','/docs/dev/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/dev/reference/best-practices/haproxy/']
aliases: ['/docs/dev/best-practices/haproxy-best-practices/','/docs/dev/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/dev/reference/best-practices/high-concurrency/']
aliases: ['/docs/dev/best-practices/high-concurrency-best-practices/','/docs/dev/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/dev/reference/best-practices/java-app/']
aliases: ['/docs/dev/best-practices/java-app-best-practices/','/docs/dev/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/dev/reference/best-practices/massive-regions/']
aliases: ['/docs/dev/best-practices/massive-regions-best-practices/','/docs/dev/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/dev/reference/best-practices/pd-scheduling/']
aliases: ['/docs/dev/best-practices/pd-scheduling-best-practices/','/docs/dev/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/dev/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/dev/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 Back up and Restore Data
summary: Learn how to back up and restore data of the TiDB cluster using BR.
category: how-to
aliases: ['/docs/dev/reference/tools/br/br/','/docs/dev/how-to/maintain/backup-and-restore/br/']
aliases: ['/docs/dev/br/backup-and-restore-tool/','/docs/dev/reference/tools/br/br/','/docs/dev/how-to/maintain/backup-and-restore/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/dev/reference/tools/br/use-cases/']
aliases: ['/docs/dev/br/backup-and-restore-use-cases/','/docs/dev/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/dev/reference/security/cert-based-authentication/']
aliases: ['/docs/dev/certificate-authentication/','/docs/dev/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/dev/reference/sql/characterset-and-collation/','/docs/dev/reference/sql/character-set/']
aliases: ['/docs/dev/character-set-and-collation/','/docs/dev/reference/sql/characterset-and-collation/','/docs/dev/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/dev/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/dev/reference/performance/check-cluster-status-using-sql-statements/']
aliases: ['/docs/dev/check-cluster-status-using-sql-statements/','/docs/dev/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/dev/reference/configuration/pd-server/configuration/']
aliases: ['/docs/dev/command-line-flags-for-pd-configuration/','/docs/dev/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/dev/reference/configuration/tidb-server/configuration/','/docs/dev/reference/configuration/tidb-server/server-command-option/']
aliases: ['/docs/dev/command-line-flags-for-tidb-configuration/','/docs/dev/reference/configuration/tidb-server/configuration/','/docs/dev/reference/configuration/tidb-server/server-command-option/']
---

# 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/dev/reference/configuration/tikv-server/configuration/']
aliases: ['/docs/dev/command-line-flags-for-tikv-configuration/','/docs/dev/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/dev/reference/sql/language-structure/comment-syntax/']
aliases: ['/docs/dev/comment-syntax/','/docs/dev/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/dev/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/dev/how-to/configure/memory-control/']
aliases: ['/docs/dev/configure-memory-usage/','/docs/dev/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/dev/how-to/configure/placement-rules/']
aliases: ['/docs/dev/configure-placement-rules/','/docs/dev/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/dev/how-to/configure/time-zone/']
aliases: ['/docs/dev/configure-time-zone/','/docs/dev/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/dev/reference/supported-clients/']
aliases: ['/docs/dev/connectors-and-apis/','/docs/dev/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/dev/reference/sql/constraints/']
aliases: ['/docs/dev/constraints/','/docs/dev/reference/sql/constraints/']
---

# Constraints
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/dev/coprocessor-cache/']
---

# Coprocessor Cache
Expand Down
1 change: 1 addition & 0 deletions daily-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Daily Check
summary: Learn about performance indicators of the TiDB cluster.
category: reference
aliases: ['/docs/dev/daily-check/']
---

# Daily Check
Expand Down
1 change: 1 addition & 0 deletions dashboard/dashboard-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Access TiDB Dashboard
summary: Learn how to access TiDB Dashboard.
category: how-to
aliases: ['/docs/dev/dashboard/dashboard-access/']
---

# Access TiDB Dashboard
Expand Down
Loading

0 comments on commit 073d804

Please sign in to comment.