Skip to content

Commit a5458d2

Browse files
authored
cleanup op-guide (pingcap#1140)
1 parent cd5b45f commit a5458d2

File tree

6 files changed

+6
-313
lines changed

6 files changed

+6
-313
lines changed

TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
- [MySQL System Variables](dev/reference/configuration/tidb-server/mysql-variables.md)
197197
- [TiDB Specific System Variables](dev/reference/configuration/tidb-server/tidb-specific-variables.md)
198198
- [Configuration Flags](dev/reference/configuration/tidb-server/configuration.md)
199+
- [Configuration File](dev/reference/configuration/tidb-server/configuration-file.md)
199200
+ pd-server
200201
- [Configuration Flags](dev/reference/configuration/pd-server/configuration.md)
201202
+ tikv-server

dev/how-to/upgrade/from-previous-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: TiDB 2.1 Upgrade Guide
33
summary: Learn how to upgrade from TiDB 2.0 (TiDB 2.0.1 or later) or TiDB 2.1 RC version to TiDB 2.1 GA version.
44
category: how-to
5-
aliases: ['/docs/op-guide/tidb-v2.1-upgrade-guide/','/docs/dev/how-to/maintain/upgrade/from-previous-version/']
5+
aliases: ['/docs/op-guide/tidb-v2.1-upgrade-guide/','/docs/dev/how-to/maintain/upgrade/from-previous-version/','/docs/op-guide/tidb-v2.0-upgrade-guide/']
66
---
77

88
# TiDB 2.1 Upgrade Guide

dev/reference/configuration/pd-server/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: PD Configuration Flags
33
summary: Learn some configuration flags of PD.
44
category: reference
5-
aliases: ['/docs/op-guide/pd-configuration/']
5+
aliases: ['/docs/op-guide/pd-configuration/','/docs/op-guide/pd-api-v1/']
66
---
77

88
# PD Configuration Flags

op-guide/tidb-config-file.md renamed to dev/reference/configuration/tidb-server/configuration-file.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
title: TiDB Configuration File Description
33
summary: Learn the TiDB configuration file options that are not involved in command line options.
44
category: deployment
5+
aliases: ['/docs/op-guide/tidb-config-file/']
56
---
67

78
# TiDB Configuration File Description
89

910
The TiDB configuration file supports more options than command line options. You can find the default configuration file in [config/config.toml.example](https://github.com/pingcap/tidb/blob/master/config/config.toml.example) and rename it to `config.toml`.
1011

11-
This document describes the options that are not involved in command line options. For command line options, see [here](../op-guide/configuration.md).
12+
This document describes the options that are not involved in command line options. For command line options, see [here](/dev/reference/configuration/tidb-server/configuration.md).
1213

1314
### `split-table`
1415

@@ -229,4 +230,4 @@ Configuration about the transaction latch. It is recommended to enable it when m
229230
### `capacity`
230231

231232
- The number of slots corresponding to Hash, which automatically adjusts upward to an exponential multiple of 2. Each slot occupies 32 Bytes of memory. If set too small, it might result in slower running speed and poor performance in the scenario where data writing covers a relatively large range (such as importing data).
232-
- Default: 1024000
233+
- Default: 1024000

op-guide/pd-api-v1.html

Lines changed: 0 additions & 169 deletions
This file was deleted.

op-guide/tidb-v2.0-upgrade-guide.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)