From 77e58caa2ee570b2e7bafe8e4e241dc1f3d36e4d Mon Sep 17 00:00:00 2001 From: qiancai Date: Wed, 8 Jul 2026 22:46:58 +0800 Subject: [PATCH] master: fix minor wording issues in backup-storages and top-sql docs - Capitalize first letters in list items for GCS configuration - Add missing colon after "Note" in top-sql admonition Co-Authored-By: Claude Haiku 4.5 --- br/backup-and-restore-storages.md | 4 ++-- dashboard/top-sql.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/br/backup-and-restore-storages.md b/br/backup-and-restore-storages.md index 04fef11078008..31135cbb36de9 100644 --- a/br/backup-and-restore-storages.md +++ b/br/backup-and-restore-storages.md @@ -154,8 +154,8 @@ You can configure the credentials used to access GCS in the following ways: If you want TiKV to use GCS WIF or ADC, you need to enable the `gcp_v2` external storage backend. **Starting from v8.5.7, TiKV enables the `gcp_v2` external storage backend by default.** You can configure `gcp_v2` in the following ways: -- full backup and restore: set `[backup].gcp-v2-enable` to `true` in [TiKV Configuration File Descriptions](/tikv-configuration-file.md) -- log backup: set `[log-backup].gcp-v2-enable` to `true` in [TiKV Configuration File Descriptions](/tikv-configuration-file.md) +- Full backup and restore: set `[backup].gcp-v2-enable` to `true` in [TiKV Configuration File Descriptions](/tikv-configuration-file.md) +- Log backup: set `[log-backup].gcp-v2-enable` to `true` in [TiKV Configuration File Descriptions](/tikv-configuration-file.md) The default values of the preceding two configuration items are both `true`. If you disable `gcp_v2`, TiKV continues to use the legacy GCS implementation. This implementation supports only Service Account JSON and does not support using WIF directly. diff --git a/dashboard/top-sql.md b/dashboard/top-sql.md index 55dce1c7a6e4a..81bebc3146b4d 100644 --- a/dashboard/top-sql.md +++ b/dashboard/top-sql.md @@ -121,7 +121,7 @@ The following are the common steps to use Top SQL. ![Select order by](/media/dashboard/v8.5-top-sql-usage-select-order-by.png) - > **Note** + > **Note:** > > `By Region`, `Order By Network`, and `Order By Logical IO` are only available when [TiKV Network IO collection (multi-dimensional)](#optional-enable-tikv-network-io-collection-new-in-v857-and-v900) is enabled. If this feature is not enabled but historical data still exists, the page will continue to display historical data and prompt that new data cannot be fully collected.