Skip to content

Commit 5cf9b88

Browse files
authored
configuration-file: correct the initial capitalization of certain configuration items (#19825) (#19827)
1 parent 89fff99 commit 5cf9b88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pd-configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Configuration items related to the [TiDB Dashboard](/dashboard/dashboard-intro.m
491491
492492
Configuration items related to the replication mode of all Regions. See [Enable the DR Auto-Sync mode](/two-data-centers-in-one-city-deployment.md#enable-the-dr-auto-sync-mode) for details.
493493
494-
## Controller
494+
## controller
495495
496496
This section describes the configuration items that are built into PD for [Resource Control](/tidb-resource-control.md).
497497

tidb-configuration-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The TiDB configuration file supports more options than command-line parameters.
252252
> - In TiDB, the `zone` label is specially used to specify the zone where a server is located. If `zone` is set to a non-null value, the corresponding value is automatically used by features such as [`txn-score`](/system-variables.md#txn_scope) and [`Follower read`](/follower-read.md).
253253
> - The `group` label has a special use in TiDB Operator. For clusters deployed using [TiDB Operator](/tidb-operator-overview.md), it is **NOT** recommended that you specify the `group` label manually.
254254
255-
## Log
255+
## log
256256

257257
Configuration items related to log.
258258

@@ -354,7 +354,7 @@ Configuration items related to log files.
354354
- Default value: `0`
355355
- All the log files are retained by default. If you set it to `7`, seven log files are retained at maximum.
356356

357-
## Security
357+
## security
358358

359359
Configuration items related to security.
360360

@@ -445,7 +445,7 @@ Configuration items related to security.
445445
+ Default value: ""
446446
+ Refer to the descriptions of [`session-token-signing-cert`](#session-token-signing-cert-new-in-v640).
447447

448-
## Performance
448+
## performance
449449

450450
Configuration items related to performance.
451451

0 commit comments

Comments
 (0)