Skip to content

i18n(ja): fix markdownlint conformance (MD030/046/037/022/032/039/034/012) to match release-8.5 - #23592

Open
yahonda wants to merge 3 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-md030-list-spacing-ja-i18n-8.5
Open

i18n(ja): fix markdownlint conformance (MD030/046/037/022/032/039/034/012) to match release-8.5#23592
yahonda wants to merge 3 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-md030-list-spacing-ja-i18n-8.5

Conversation

@yahonda

@yahonda yahonda commented Aug 24, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

Normalized Markdown list-marker spacing across the Japanese (i18n-ja-release-8.5) documentation to conform to MD030 (list-marker-space, one space after list markers), matching the formatting already used in the English source (release-8.5).

The Japanese corpus had accumulated - (three spaces after an unordered marker) and 1. (two spaces after an ordered marker) list formatting, while the English source consistently uses one space. markdownlint reports 53,805 MD030 violations in the current Japanese branch. This PR fixes all of them.

Additionally, converted indented code blocks to fenced code blocks to conform to MD046 (code-block-style), matching the English source structure. The Japanese corpus had 281 indented code blocks (across 33 files) that the English source renders as fenced blocks. This PR converts all of them, including nested blocks inside lists and block quotes, so their structure matches release-8.5.

Finally, fixed the remaining markdownlint rules where the Japanese corpus deviated from the English source's conformance: MD037 (no-space-in-emphasis, escaped \* multiplication signs), MD022/MD032 (blank lines around headings and lists), MD039 (space inside link text), MD034 (escaped | in table link), and MD012 (duplicate blank line).

Verification performed:

  • Ran markdownlint -c .markdownlint.yaml before and after: MD030 violations drop from 53,805 to 0; MD046 violations drop from 281 to 0; MD037 drops from 35 to 0; MD022/MD032, MD039, MD034, and the extra MD012 are all resolved.
  • Compared every changed line 1:1 against the release-8.5 English source: all aligned list markers, fenced code blocks, emphasis escapes, and link formatting in the Japanese files now match the English formatting exactly.
  • After these fixes, the markdownlint results for i18n-ja-release-8.5 match release-8.5 exactly: the only remaining violations are the shared .github/ template files (MD012, MD041, MD007), identical to the English source.
  • Confirmed the changes preserve content: MD030 is byte-identical after spacing normalization; MD046 changes only block delimiters; the other rules change only escaping, blank-line, and spacing details matching the English source.

Affected: 1,381 .md files, 53,805 lines (MD030); 33 .md files, 281 blocks (MD046); 10 .md files (MD037/022/032/039/034/012).

Which TiDB version(s) do your changes apply to? (Required)

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions.

  • i18n-ja-release-8.5 (TiDB Japanese documentation for TiDB 8.5 versions)

What is the related PR or file link(s)?

  • This PR is translated from:
  • Other reference link(s):

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

@ti-chi-bot ti-chi-bot Bot added the missing-translation-status This PR does not have translation status info. label Aug 24, 2026
@pingcap-cla-assistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


test seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@ti-chi-bot ti-chi-bot Bot added the area/develop This PR relates to the area of TiDB App development. label Aug 24, 2026
@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 1382 files, which is 1232 over the limit of 150.

To get a review, reduce the PR to 150 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: f25cbf89-3eab-4e32-8c1f-f10dd4c68eb8

📥 Commits

Reviewing files that changed from the base of the PR and between 603a4d9 and 3e998ab.

📒 Files selected for processing (1382)
  • CONTRIBUTING.md
  • README.md
  • TOC-api.md
  • TOC-best-practices.md
  • accelerated-table-creation.md
  • ai/concepts/vector-search-overview.md
  • ai/examples/auto-embedding-with-pytidb.md
  • ai/examples/basic-with-pytidb.md
  • ai/examples/fulltext-search-with-pytidb.md
  • ai/examples/hybrid-search-with-pytidb.md
  • ai/examples/image-search-with-pytidb.md
  • ai/examples/memory-with-pytidb.md
  • ai/examples/rag-with-pytidb.md
  • ai/examples/text2sql-with-pytidb.md
  • ai/examples/vector-search-with-pytidb.md
  • ai/guides/connect.md
  • ai/guides/filtering.md
  • ai/guides/image-search.md
  • ai/guides/raw-queries.md
  • ai/guides/reranking.md
  • ai/guides/tables.md
  • ai/guides/transactions.md
  • ai/guides/vector-search-full-text-search-python.md
  • ai/guides/vector-search-full-text-search-sql.md
  • ai/guides/vector-search-hybrid-search.md
  • ai/guides/vector-search.md
  • ai/integrations/embedding-openai-compatible.md
  • ai/integrations/tidb-mcp-claude-code.md
  • ai/integrations/tidb-mcp-claude-desktop.md
  • ai/integrations/tidb-mcp-cursor.md
  • ai/integrations/tidb-mcp-server.md
  • ai/integrations/tidb-mcp-vscode.md
  • ai/integrations/tidb-mcp-windsurf.md
  • ai/integrations/vector-search-auto-embedding-amazon-titan.md
  • ai/integrations/vector-search-auto-embedding-cohere.md
  • ai/integrations/vector-search-auto-embedding-gemini.md
  • ai/integrations/vector-search-auto-embedding-huggingface.md
  • ai/integrations/vector-search-auto-embedding-jina-ai.md
  • ai/integrations/vector-search-auto-embedding-nvidia-nim.md
  • ai/integrations/vector-search-auto-embedding-openai.md
  • ai/integrations/vector-search-auto-embedding-overview.md
  • ai/integrations/vector-search-integrate-with-amazon-bedrock.md
  • ai/integrations/vector-search-integrate-with-django-orm.md
  • ai/integrations/vector-search-integrate-with-jinaai-embedding.md
  • ai/integrations/vector-search-integrate-with-langchain.md
  • ai/integrations/vector-search-integrate-with-llamaindex.md
  • ai/integrations/vector-search-integrate-with-peewee.md
  • ai/integrations/vector-search-integrate-with-sqlalchemy.md
  • ai/quickstart-via-python.md
  • ai/quickstart-via-sql.md
  • ai/reference/vector-search-changelogs.md
  • ai/reference/vector-search-data-types.md
  • ai/reference/vector-search-functions-and-operators.md
  • ai/reference/vector-search-improve-performance.md
  • ai/reference/vector-search-index.md
  • ai/reference/vector-search-limitations.md
  • ai/vector-search-get-started-using-python.md
  • alert-rules.md
  • analyze-slow-queries.md
  • api/dm-api-overview.md
  • api/monitoring-api-overview.md
  • api/ticdc-api-overview.md
  • api/tidb-cloud-api-overview.md
  • api/tidb-cloud-api-v1beta.md
  • api/tidb-cloud-api-v1beta1.md
  • api/tidb-cloud-api-v1beta2.md
  • api/tidb-operator-api-overview.md
  • api/tiproxy-api-overview.md
  • as-of-timestamp.md
  • auto-increment.md
  • auto-random.md
  • backup-and-restore-using-dumpling-lightning.md
  • basic-features.md
  • basic-sql-operations.md
  • batch-processing.md
  • benchmark/benchmark-sysbench-v2.md
  • benchmark/benchmark-sysbench-v4-vs-v3.md
  • benchmark/benchmark-tidb-using-ch.md
  • benchmark/benchmark-tidb-using-sysbench.md
  • benchmark/benchmark-tidb-using-tpcc.md
  • benchmark/benchmark-tpch.md
  • benchmark/online-workloads-and-add-index-operations.md
  • benchmark/v4.0-performance-benchmarking-with-tpcc.md
  • benchmark/v4.0-performance-benchmarking-with-tpch.md
  • best-practices-for-security-configuration.md
  • best-practices/best-practices-on-public-cloud.md
  • best-practices/ddl-introduction.md
  • best-practices/grafana-monitor-best-practices.md
  • best-practices/haproxy-best-practices.md
  • best-practices/high-concurrency-best-practices.md
  • best-practices/index-management-best-practices.md
  • best-practices/massive-regions-best-practices.md
  • best-practices/multi-column-index-best-practices.md
  • best-practices/pd-scheduling-best-practices.md
  • best-practices/readonly-nodes.md
  • best-practices/saas-best-practices.md
  • best-practices/three-nodes-hybrid-deployment.md
  • best-practices/tidb-best-practices.md
  • best-practices/tidb-partitioned-tables-best-practices.md
  • best-practices/uuid.md
  • blocklist-control-plan.md
  • br/backup-and-restore-design.md
  • br/backup-and-restore-overview.md
  • br/backup-and-restore-storages.md
  • br/backup-and-restore-use-cases.md
  • br/br-auto-tune.md
  • br/br-batch-create-table.md
  • br/br-checkpoint-backup.md
  • br/br-checkpoint-restore.md
  • br/br-compact-log-backup.md
  • br/br-incremental-guide.md
  • br/br-log-architecture.md
  • br/br-monitoring-and-alert.md
  • br/br-pitr-guide.md
  • br/br-pitr-manual.md
  • br/br-snapshot-architecture.md
  • br/br-snapshot-guide.md
  • br/br-snapshot-manual.md
  • br/br-use-overview.md
  • br/use-br-command-line-tool.md
  • cached-tables.md
  • certificate-authentication.md
  • character-set-and-collation.md
  • character-set-gbk.md
  • check-before-deployment.md
  • choose-index.md
  • clinic/clinic-data-instruction-for-tiup.md
  • clinic/clinic-introduction.md
  • clinic/clinic-user-guide-for-tiup.md
  • clinic/quick-start-with-clinic.md
  • clustered-indexes.md
  • column-privilege-management.md
  • command-line-flags-for-pd-configuration.md
  • command-line-flags-for-scheduling-configuration.md
  • command-line-flags-for-tidb-configuration.md
  • command-line-flags-for-tikv-configuration.md
  • command-line-flags-for-tso-configuration.md
  • comment-syntax.md
  • configure-load-base-split.md
  • configure-memory-usage.md
  • configure-placement-rules.md
  • configure-store-limit.md
  • configure-time-zone.md
  • constraints.md
  • control-execution-plan.md
  • coprocessor-cache.md
  • cost-model.md
  • credits.md
  • daily-check.md
  • dashboard/continuous-profiling.md
  • dashboard/dashboard-access.md
  • dashboard/dashboard-cluster-info.md
  • dashboard/dashboard-diagnostics-access.md
  • dashboard/dashboard-diagnostics-report.md
  • dashboard/dashboard-diagnostics-usage.md
  • dashboard/dashboard-faq.md
  • dashboard/dashboard-key-visualizer.md
  • dashboard/dashboard-log-search.md
  • dashboard/dashboard-metrics-relation.md
  • dashboard/dashboard-monitoring.md
  • dashboard/dashboard-ops-deploy.md
  • dashboard/dashboard-ops-reverse-proxy.md
  • dashboard/dashboard-ops-security.md
  • dashboard/dashboard-overview.md
  • dashboard/dashboard-profiling.md
  • dashboard/dashboard-resource-manager.md
  • dashboard/dashboard-session-share.md
  • dashboard/dashboard-session-sso.md
  • dashboard/dashboard-slow-query.md
  • dashboard/dashboard-statement-details.md
  • dashboard/dashboard-statement-list.md
  • dashboard/dashboard-user.md
  • dashboard/top-sql.md
  • data-type-date-and-time.md
  • data-type-default-values.md
  • data-type-json.md
  • data-type-numeric.md
  • data-type-overview.md
  • ddl_embedded_analyze.md
  • deploy-monitoring-services.md
  • derive-topn-from-window.md
  • develop/_index.md
  • develop/dev-guide-aws-appflow-integration.md
  • develop/dev-guide-bookshop-schema-design.md
  • develop/dev-guide-build-cluster-in-cloud.md
  • develop/dev-guide-choose-driver-or-orm.md
  • develop/dev-guide-connect-to-tidb.md
  • develop/dev-guide-connection-parameters.md
  • develop/dev-guide-create-database.md
  • develop/dev-guide-create-secondary-indexes.md
  • develop/dev-guide-create-table.md
  • develop/dev-guide-delete-data.md
  • develop/dev-guide-get-data-from-single-table.md
  • develop/dev-guide-gui-datagrip.md
  • develop/dev-guide-gui-dbeaver.md
  • develop/dev-guide-gui-mysql-workbench.md
  • develop/dev-guide-gui-navicat.md
  • develop/dev-guide-gui-vscode-sqltools.md
  • develop/dev-guide-hybrid-oltp-and-olap-queries.md
  • develop/dev-guide-implicit-type-conversion.md
  • develop/dev-guide-index-best-practice.md
  • develop/dev-guide-insert-data.md
  • develop/dev-guide-join-tables.md
  • develop/dev-guide-mysql-tools.md
  • develop/dev-guide-object-naming-guidelines.md
  • develop/dev-guide-optimistic-and-pessimistic-transaction.md
  • develop/dev-guide-optimize-sql-best-practices.md
  • develop/dev-guide-optimize-sql-overview.md
  • develop/dev-guide-optimize-sql.md
  • develop/dev-guide-paginate-results.md
  • develop/dev-guide-playground-gitpod.md
  • develop/dev-guide-prepared-statement.md
  • develop/dev-guide-proxysql-integration.md
  • develop/dev-guide-sample-application-aws-lambda.md
  • develop/dev-guide-sample-application-cs.md
  • develop/dev-guide-sample-application-golang-gorm.md
  • develop/dev-guide-sample-application-golang-sql-driver.md
  • develop/dev-guide-sample-application-java-hibernate.md
  • develop/dev-guide-sample-application-java-jdbc.md
  • develop/dev-guide-sample-application-java-mybatis.md
  • develop/dev-guide-sample-application-java-spring-boot.md
  • develop/dev-guide-sample-application-nextjs.md
  • develop/dev-guide-sample-application-nodejs-mysql2.md
  • develop/dev-guide-sample-application-nodejs-mysqljs.md
  • develop/dev-guide-sample-application-nodejs-prisma.md
  • develop/dev-guide-sample-application-nodejs-sequelize.md
  • develop/dev-guide-sample-application-nodejs-typeorm.md
  • develop/dev-guide-sample-application-python-django.md
  • develop/dev-guide-sample-application-python-mysql-connector.md
  • develop/dev-guide-sample-application-python-mysqlclient.md
  • develop/dev-guide-sample-application-python-peewee.md
  • develop/dev-guide-sample-application-python-pymysql.md
  • develop/dev-guide-sample-application-python-sqlalchemy.md
  • develop/dev-guide-sample-application-ruby-mysql2.md
  • develop/dev-guide-sample-application-ruby-rails.md
  • develop/dev-guide-schema-design-overview.md
  • develop/dev-guide-sql-development-specification.md
  • develop/dev-guide-third-party-support.md
  • develop/dev-guide-third-party-tools-compatibility.md
  • develop/dev-guide-tidb-basics.md
  • develop/dev-guide-tidb-crud-sql.md
  • develop/dev-guide-time-to-live.md
  • develop/dev-guide-timeouts-in-tidb.md
  • develop/dev-guide-transaction-overview.md
  • develop/dev-guide-transaction-restraints.md
  • develop/dev-guide-transaction-troubleshoot.md
  • develop/dev-guide-troubleshoot-overview.md
  • develop/dev-guide-unique-serial-number-generation.md
  • develop/dev-guide-unstable-result-set.md
  • develop/dev-guide-update-data.md
  • develop/dev-guide-use-common-table-expression.md
  • develop/dev-guide-use-follower-read.md
  • develop/dev-guide-use-stale-read.md
  • develop/dev-guide-use-subqueries.md
  • develop/dev-guide-use-temporary-tables.md
  • develop/dev-guide-use-views.md
  • develop/dev-guide-vector-search.md
  • develop/dev-guide-wordpress.md
  • develop/java-app-best-practices.md
  • develop/serverless-driver-drizzle-example.md
  • develop/serverless-driver-kysely-example.md
  • develop/serverless-driver-node-example.md
  • develop/serverless-driver-prisma-example.md
  • develop/serverless-driver.md
  • dm/deploy-a-dm-cluster-using-binary.md
  • dm/deploy-a-dm-cluster-using-tiup-offline.md
  • dm/deploy-a-dm-cluster-using-tiup.md
  • dm/dm-arch.md
  • dm/dm-best-practices.md
  • dm/dm-binlog-event-filter.md
  • dm/dm-block-allow-table-lists.md
  • dm/dm-command-line-flags.md
  • dm/dm-compatibility-catalog.md
  • dm/dm-config-overview.md
  • dm/dm-continuous-data-validation.md
  • dm/dm-create-task.md
  • dm/dm-customized-secret-key.md
  • dm/dm-daily-check.md
  • dm/dm-enable-tls.md
  • dm/dm-error-handling.md
  • dm/dm-export-import-config.md
  • dm/dm-faq.md
  • dm/dm-generate-self-signed-certificates.md
  • dm/dm-glossary.md
  • dm/dm-handle-alerts.md
  • dm/dm-handle-performance-issues.md
  • dm/dm-hardware-and-software-requirements.md
  • dm/dm-manage-schema.md
  • dm/dm-manage-source.md
  • dm/dm-master-configuration-file.md
  • dm/dm-online-ddl-tool-support.md
  • dm/dm-open-api.md
  • dm/dm-overview.md
  • dm/dm-pause-task.md
  • dm/dm-performance-test.md
  • dm/dm-precheck.md
  • dm/dm-query-status.md
  • dm/dm-release-notes.md
  • dm/dm-replication-logic.md
  • dm/dm-resume-task.md
  • dm/dm-safe-mode.md
  • dm/dm-source-configuration-file.md
  • dm/dm-stop-task.md
  • dm/dm-table-routing.md
  • dm/dm-task-configuration-guide.md
  • dm/dm-tune-configuration.md
  • dm/dm-webui-guide.md
  • dm/dm-worker-configuration-file.md
  • dm/dmctl-introduction.md
  • dm/feature-online-ddl.md
  • dm/feature-shard-merge-optimistic.md
  • dm/feature-shard-merge-pessimistic.md
  • dm/feature-shard-merge.md
  • dm/handle-failed-ddl-statements.md
  • dm/maintain-dm-using-tiup.md
  • dm/manually-handling-sharding-ddl-locks.md
  • dm/manually-upgrade-dm-1.0-to-2.0.md
  • dm/migrate-data-using-dm.md
  • dm/quick-start-create-source.md
  • dm/quick-start-create-task.md
  • dm/quick-start-with-dm.md
  • dm/relay-log.md
  • dm/shard-merge-best-practices.md
  • dm/table-selector.md
  • dm/task-configuration-file-full.md
  • dm/usage-scenario-master-slave-switch.md
  • download-ecosystem-tools.md
  • dr-backup-restore.md
  • dr-multi-replica.md
  • dr-secondary-cluster.md
  • dr-solution-introduction.md
  • dumpling-overview.md
  • dynamic-config.md
  • ecosystem-tool-user-guide.md
  • enable-tls-between-clients-and-servers.md
  • enable-tls-between-components.md
  • encryption-at-rest.md
  • error-codes.md
  • explain-index-merge.md
  • explain-indexes.md
  • explain-joins.md
  • explain-mpp.md
  • explain-overview.md
  • explain-partitions.md
  • explain-subqueries.md
  • explain-walkthrough.md
  • explore-htap.md
  • exporting-grafana-snapshots.md
  • expression-syntax.md
  • extended-statistics.md
  • external-storage-uri.md
  • faq/backup-and-restore-faq.md
  • faq/deploy-and-maintain-faq.md
  • faq/high-reliability-faq.md
  • faq/manage-cluster-faq.md
  • faq/migration-tidb-faq.md
  • faq/monitor-faq.md
  • faq/sql-faq.md
  • faq/tidb-faq.md
  • faq/upgrade-faq.md
  • filter-binlog-event.md
  • filter-dml-event.md
  • follower-read.md
  • foreign-key.md
  • functions-and-operators/aggregate-group-by-functions.md
  • functions-and-operators/bit-functions-and-operators.md
  • functions-and-operators/cast-functions-and-operators.md
  • functions-and-operators/date-and-time-functions.md
  • functions-and-operators/encryption-and-compression-functions.md
  • functions-and-operators/functions-and-operators-overview.md
  • functions-and-operators/group-by-modifier.md
  • functions-and-operators/information-functions.md
  • functions-and-operators/json-functions.md
  • functions-and-operators/json-functions/json-functions-aggregate.md
  • functions-and-operators/json-functions/json-functions-create.md
  • functions-and-operators/json-functions/json-functions-modify.md
  • functions-and-operators/json-functions/json-functions-return.md
  • functions-and-operators/json-functions/json-functions-search.md
  • functions-and-operators/json-functions/json-functions-utility.md
  • functions-and-operators/json-functions/json-functions-validate.md
  • functions-and-operators/locking-functions.md
  • functions-and-operators/miscellaneous-functions.md
  • functions-and-operators/operators.md
  • functions-and-operators/precision-math.md
  • functions-and-operators/string-functions.md
  • functions-and-operators/tidb-functions.md
  • functions-and-operators/window-functions.md
  • garbage-collection-configuration.md
  • garbage-collection-overview.md
  • generate-self-signed-certificates.md
  • generated-columns.md
  • geo-distributed-deployment-topology.md
  • get-started-with-tidb-lightning.md
  • global-indexes.md
  • glossary.md
  • grafana-pd-dashboard.md
  • grafana-performance-overview-dashboard.md
  • grafana-resource-control-dashboard.md
  • grafana-tidb-dashboard.md
  • grafana-tikv-dashboard.md
  • hardware-and-software-requirements.md
  • hybrid-deployment-topology.md
  • identify-expensive-queries.md
  • identify-slow-queries.md
  • import-example-data.md
  • index-advisor.md
  • information-schema/client-errors-summary-by-host.md
  • information-schema/client-errors-summary-by-user.md
  • information-schema/client-errors-summary-global.md
  • information-schema/information-schema-analyze-status.md
  • information-schema/information-schema-character-sets.md
  • information-schema/information-schema-check-constraints.md
  • information-schema/information-schema-cluster-config.md
  • information-schema/information-schema-cluster-hardware.md
  • information-schema/information-schema-cluster-info.md
  • information-schema/information-schema-cluster-load.md
  • information-schema/information-schema-cluster-log.md
  • information-schema/information-schema-cluster-systeminfo.md
  • information-schema/information-schema-collation-character-set-applicability.md
  • information-schema/information-schema-collations.md
  • information-schema/information-schema-columns.md
  • information-schema/information-schema-data-lock-waits.md
  • information-schema/information-schema-deadlocks.md
  • information-schema/information-schema-engines.md
  • information-schema/information-schema-inspection-result.md
  • information-schema/information-schema-inspection-summary.md
  • information-schema/information-schema-key-column-usage.md
  • information-schema/information-schema-keywords.md
  • information-schema/information-schema-memory-usage-ops-history.md
  • information-schema/information-schema-memory-usage.md
  • information-schema/information-schema-metrics-summary.md
  • information-schema/information-schema-metrics-tables.md
  • information-schema/information-schema-partitions.md
  • information-schema/information-schema-processlist.md
  • information-schema/information-schema-resource-groups.md
  • information-schema/information-schema-runaway-watches.md
  • information-schema/information-schema-schemata.md
  • information-schema/information-schema-sequences.md
  • information-schema/information-schema-session-variables.md
  • information-schema/information-schema-sql-diagnostics.md
  • information-schema/information-schema-statistics.md
  • information-schema/information-schema-table-constraints.md
  • information-schema/information-schema-table-storage-stats.md
  • information-schema/information-schema-tables.md
  • information-schema/information-schema-tidb-check-constraints.md
  • information-schema/information-schema-tidb-hot-regions-history.md
  • information-schema/information-schema-tidb-hot-regions.md
  • information-schema/information-schema-tidb-index-usage.md
  • information-schema/information-schema-tidb-indexes.md
  • information-schema/information-schema-tidb-trx.md
  • information-schema/information-schema-tiflash-indexes.md
  • information-schema/information-schema-tiflash-replica.md
  • information-schema/information-schema-tiflash-segments.md
  • information-schema/information-schema-tiflash-tables.md
  • information-schema/information-schema-tikv-region-peers.md
  • information-schema/information-schema-tikv-region-status.md
  • information-schema/information-schema-tikv-store-status.md
  • information-schema/information-schema-user-attributes.md
  • information-schema/information-schema-user-privileges.md
  • information-schema/information-schema-variables-info.md
  • information-schema/information-schema-views.md
  • join-reorder.md
  • latency-breakdown.md
  • literal-values.md
  • maintain-tidb-using-tiup.md
  • max-min-eliminate.md
  • metadata-lock.md
  • metrics-schema.md
  • migrate-aurora-to-tidb.md
  • migrate-from-csv-files-to-tidb.md
  • migrate-from-mariadb.md
  • migrate-from-parquet-files-to-tidb.md
  • migrate-from-sql-files-to-tidb.md
  • migrate-from-tidb-to-mysql.md
  • migrate-from-tidb-to-tidb.md
  • migrate-from-vitess.md
  • migrate-large-mysql-shards-to-tidb.md
  • migrate-large-mysql-to-tidb.md
  • migrate-small-mysql-shards-to-tidb.md
  • migrate-small-mysql-to-tidb.md
  • migrate-with-more-columns-downstream.md
  • migrate-with-pt-ghost.md
  • migration-overview.md
  • migration-tools.md
  • minimal-deployment-topology.md
  • multi-data-centers-in-one-city-deployment.md
  • mysql-compatibility.md
  • mysql-schema/mysql-schema-tidb-mdl-view.md
  • mysql-schema/mysql-schema-user.md
  • mysql-schema/mysql-schema.md
  • non-transactional-dml.md
  • online-unsafe-recovery.md
  • optimistic-transaction.md
  • optimizer-fix-controls.md
  • optimizer-hints.md
  • oracle-functions-to-tidb.md
  • overview.md
  • partition-pruning.md
  • partitioned-raft-kv.md
  • partitioned-table.md
  • password-management.md
  • pd-configuration-file.md
  • pd-control.md
  • pd-microservices-deployment-topology.md
  • pd-microservices.md
  • pd-recover.md
  • performance-schema/performance-schema-session-connect-attrs.md
  • performance-tuning-methods.md
  • performance-tuning-overview.md
  • performance-tuning-practices.md
  • pessimistic-transaction.md
  • pipelined-dml.md
  • placement-rules-in-sql.md
  • post-installation-check.md
  • privilege-management.md
  • production-deployment-using-tiup.md
  • quick-start-with-htap.md
  • quick-start-with-tidb.md
  • read-historical-data.md
  • releases/_index.md
  • releases/release-1.0-ga.md
  • releases/release-1.0.1.md
  • releases/release-1.0.2.md
  • releases/release-1.0.3.md
  • releases/release-1.0.4.md
  • releases/release-1.0.5.md
  • releases/release-1.0.6.md
  • releases/release-1.0.7.md
  • releases/release-1.0.8.md
  • releases/release-1.1-alpha.md
  • releases/release-1.1-beta.md
  • releases/release-2.0-ga.md
  • releases/release-2.0-rc.1.md
  • releases/release-2.0-rc.3.md
  • releases/release-2.0-rc.4.md
  • releases/release-2.0-rc.5.md
  • releases/release-2.0.1.md
  • releases/release-2.0.10.md
  • releases/release-2.0.11.md
  • releases/release-2.0.2.md
  • releases/release-2.0.3.md
  • releases/release-2.0.4.md
  • releases/release-2.0.5.md
  • releases/release-2.0.6.md
  • releases/release-2.0.7.md
  • releases/release-2.0.8.md
  • releases/release-2.0.9.md
  • releases/release-2.1-beta.md
  • releases/release-2.1-ga.md
  • releases/release-2.1-rc.1.md
  • releases/release-2.1-rc.2.md
  • releases/release-2.1-rc.3.md
  • releases/release-2.1-rc.4.md
  • releases/release-2.1-rc.5.md
  • releases/release-2.1.1.md
  • releases/release-2.1.10.md
  • releases/release-2.1.11.md
  • releases/release-2.1.12.md
  • releases/release-2.1.13.md
  • releases/release-2.1.14.md
  • releases/release-2.1.15.md
  • releases/release-2.1.16.md
  • releases/release-2.1.17.md
  • releases/release-2.1.18.md
  • releases/release-2.1.19.md
  • releases/release-2.1.2.md
  • releases/release-2.1.3.md
  • releases/release-2.1.4.md
  • releases/release-2.1.5.md
  • releases/release-2.1.6.md
  • releases/release-2.1.7.md
  • releases/release-2.1.8.md
  • releases/release-2.1.9.md
  • releases/release-3.0-beta.md
  • releases/release-3.0-ga.md
  • releases/release-3.0.0-beta.1.md
  • releases/release-3.0.0-rc.1.md
  • releases/release-3.0.0-rc.2.md
  • releases/release-3.0.0-rc.3.md
  • releases/release-3.0.1.md
  • releases/release-3.0.10.md
  • releases/release-3.0.11.md
  • releases/release-3.0.12.md
  • releases/release-3.0.13.md
  • releases/release-3.0.14.md
  • releases/release-3.0.15.md
  • releases/release-3.0.16.md
  • releases/release-3.0.17.md
  • releases/release-3.0.18.md
  • releases/release-3.0.19.md
  • releases/release-3.0.2.md
  • releases/release-3.0.20.md
  • releases/release-3.0.3.md
  • releases/release-3.0.4.md
  • releases/release-3.0.5.md
  • releases/release-3.0.6.md
  • releases/release-3.0.7.md
  • releases/release-3.0.8.md
  • releases/release-3.0.9.md
  • releases/release-3.1.0-beta.1.md
  • releases/release-3.1.0-beta.2.md
  • releases/release-3.1.0-beta.md
  • releases/release-3.1.0-ga.md
  • releases/release-3.1.0-rc.md
  • releases/release-3.1.1.md
  • releases/release-3.1.2.md
  • releases/release-4.0-ga.md
  • releases/release-4.0.0-beta.1.md
  • releases/release-4.0.0-beta.2.md
  • releases/release-4.0.0-beta.md
  • releases/release-4.0.0-rc.1.md
  • releases/release-4.0.0-rc.2.md
  • releases/release-4.0.0-rc.md
  • releases/release-4.0.1.md
  • releases/release-4.0.10.md
  • releases/release-4.0.11.md
  • releases/release-4.0.12.md
  • releases/release-4.0.13.md
  • releases/release-4.0.14.md
  • releases/release-4.0.15.md
  • releases/release-4.0.16.md
  • releases/release-4.0.2.md
  • releases/release-4.0.3.md
  • releases/release-4.0.4.md
  • releases/release-4.0.5.md
  • releases/release-4.0.6.md
  • releases/release-4.0.7.md
  • releases/release-4.0.8.md
  • releases/release-4.0.9.md
  • releases/release-5.0.0-rc.md
  • releases/release-5.0.0.md
  • releases/release-5.0.1.md
  • releases/release-5.0.2.md
  • releases/release-5.0.3.md
  • releases/release-5.0.4.md
  • releases/release-5.0.5.md
  • releases/release-5.0.6.md
  • releases/release-5.1.0.md
  • releases/release-5.1.1.md
  • releases/release-5.1.2.md
  • releases/release-5.1.3.md
  • releases/release-5.1.4.md
  • releases/release-5.1.5.md
  • releases/release-5.2.0.md
  • releases/release-5.2.1.md
  • releases/release-5.2.2.md
  • releases/release-5.2.3.md
  • releases/release-5.2.4.md
  • releases/release-5.3.0.md
  • releases/release-5.3.1.md
  • releases/release-5.3.2.md
  • releases/release-5.3.3.md
  • releases/release-5.3.4.md
  • releases/release-5.4.0.md
  • releases/release-5.4.1.md
  • releases/release-5.4.2.md
  • releases/release-5.4.3.md
  • releases/release-6.0.0-dmr.md
  • releases/release-6.1.0.md
  • releases/release-6.1.1.md
  • releases/release-6.1.2.md
  • releases/release-6.1.3.md
  • releases/release-6.1.4.md
  • releases/release-6.1.5.md
  • releases/release-6.1.6.md
  • releases/release-6.1.7.md
  • releases/release-6.2.0.md
  • releases/release-6.3.0.md
  • releases/release-6.4.0.md
  • releases/release-6.5.0.md
  • releases/release-6.5.1.md
  • releases/release-6.5.10.md
  • releases/release-6.5.11.md
  • releases/release-6.5.12.md
  • releases/release-6.5.2.md
  • releases/release-6.5.3.md
  • releases/release-6.5.4.md
  • releases/release-6.5.5.md
  • releases/release-6.5.6.md
  • releases/release-6.5.7.md
  • releases/release-6.5.8.md
  • releases/release-6.5.9.md
  • releases/release-6.6.0.md
  • releases/release-7.0.0.md
  • releases/release-7.1.0.md
  • releases/release-7.1.1.md
  • releases/release-7.1.2.md
  • releases/release-7.1.3.md
  • releases/release-7.1.4.md
  • releases/release-7.1.5.md
  • releases/release-7.1.6.md
  • releases/release-7.2.0.md
  • releases/release-7.3.0.md
  • releases/release-7.4.0.md
  • releases/release-7.5.0.md
  • releases/release-7.5.1.md
  • releases/release-7.5.2.md
  • releases/release-7.5.3.md
  • releases/release-7.5.4.md
  • releases/release-7.5.5.md
  • releases/release-7.5.6.md
  • releases/release-7.5.7.md
  • releases/release-7.6.0.md
  • releases/release-8.0.0.md
  • releases/release-8.1.0.md
  • releases/release-8.1.1.md
  • releases/release-8.1.2.md
  • releases/release-8.2.0.md
  • releases/release-8.3.0.md
  • releases/release-8.4.0.md
  • releases/release-8.5.0.md
  • releases/release-8.5.1.md
  • releases/release-8.5.2.md
  • releases/release-8.5.3.md
  • releases/release-8.5.4.md
  • releases/release-8.5.5.md
  • releases/release-8.5.6.md
  • releases/release-pre-ga.md
  • releases/release-rc.1.md
  • releases/release-rc.2.md
  • releases/release-rc.3.md
  • releases/release-rc.4.md
  • releases/versioning.md
  • replicate-between-primary-and-secondary-clusters.md
  • replicate-data-to-kafka.md
  • resources/doc-templates/patch_release_note_template_zh.md
  • resources/doc-templates/template-concept.md
  • resources/doc-templates/template-new-feature.md
  • resources/doc-templates/template-reference.md
  • resources/doc-templates/template-task.md
  • resources/doc-templates/template-troubleshooting.md
  • resources/tidb-pdf-generation-tutorial.md
  • role-based-access-control.md
  • runtime-filter.md
  • scale-microservices-using-tiup.md
  • scale-tidb-using-tiup.md
  • schedule-replicas-by-topology-labels.md
  • scheduling-configuration-file.md
  • schema-cache.md
  • security-compatibility-with-mysql.md
  • shard-row-id-bits.md
  • smooth-upgrade-tidb.md
  • sql-logical-optimization.md
  • sql-mode.md
  • sql-non-prepared-plan-cache.md
  • sql-physical-optimization.md
  • sql-plan-management.md
  • sql-plan-replayer.md
  • sql-prepared-plan-cache.md
  • sql-statements/sql-statement-add-column.md
  • sql-statements/sql-statement-add-index.md
  • sql-statements/sql-statement-admin-alter-ddl.md
  • sql-statements/sql-statement-admin-bdr-role.md
  • sql-statements/sql-statement-admin-cancel-ddl.md
  • sql-statements/sql-statement-admin-check-table-index.md
  • sql-statements/sql-statement-admin-cleanup.md
  • sql-statements/sql-statement-admin-pause-ddl.md
  • sql-statements/sql-statement-admin-recover.md
  • sql-statements/sql-statement-admin-resume-ddl.md
  • sql-statements/sql-statement-admin-show-ddl.md
  • sql-statements/sql-statement-admin.md
  • sql-statements/sql-statement-alter-database.md
  • sql-statements/sql-statement-alter-index.md
  • sql-statements/sql-statement-alter-placement-policy.md
  • sql-statements/sql-statement-alter-range.md
  • sql-statements/sql-statement-alter-resource-group.md
  • sql-statements/sql-statement-alter-sequence.md
  • sql-statements/sql-statement-alter-table-compact.md
  • sql-statements/sql-statement-alter-table.md
  • sql-statements/sql-statement-alter-user.md
  • sql-statements/sql-statement-analyze-table.md
  • sql-statements/sql-statement-backup.md
  • sql-statements/sql-statement-batch.md
  • sql-statements/sql-statement-begin.md
  • sql-statements/sql-statement-calibrate-resource.md
  • sql-statements/sql-statement-cancel-distribution-job.md
  • sql-statements/sql-statement-cancel-import-job.md
  • sql-statements/sql-statement-change-column.md
  • sql-statements/sql-statement-commit.md
  • sql-statements/sql-statement-create-binding.md
  • sql-statements/sql-statement-create-database.md
  • sql-statements/sql-statement-create-index.md
  • sql-statements/sql-statement-create-placement-policy.md
  • sql-statements/sql-statement-create-resource-group.md
  • sql-statements/sql-statement-create-role.md
  • sql-statements/sql-statement-create-sequence.md
  • sql-statements/sql-statement-create-table-like.md
  • sql-statements/sql-statement-create-table.md
  • sql-statements/sql-statement-create-user.md
  • sql-statements/sql-statement-create-view.md
  • sql-statements/sql-statement-deallocate.md
  • sql-statements/sql-statement-delete.md
  • sql-statements/sql-statement-distribute-table.md
  • sql-statements/sql-statement-do.md
  • sql-statements/sql-statement-drop-binding.md
  • sql-statements/sql-statement-drop-column.md
  • sql-statements/sql-statement-drop-database.md
  • sql-statements/sql-statement-drop-index.md
  • sql-statements/sql-statement-drop-placement-policy.md
  • sql-statements/sql-statement-drop-resource-group.md
  • sql-statements/sql-statement-drop-role.md
  • sql-statements/sql-statement-drop-sequence.md
  • sql-statements/sql-statement-drop-stats.md
  • sql-statements/sql-statement-drop-table.md
  • sql-statements/sql-statement-drop-user.md
  • sql-statements/sql-statement-drop-view.md
  • sql-statements/sql-statement-execute.md
  • sql-statements/sql-statement-explain-analyze.md
  • sql-statements/sql-statement-explain.md
  • sql-statements/sql-statement-flashback-cluster.md
  • sql-statements/sql-statement-flashback-database.md
  • sql-statements/sql-statement-flashback-table.md
  • sql-statements/sql-statement-flush-privileges.md
  • sql-statements/sql-statement-flush-status.md
  • sql-statements/sql-statement-flush-tables.md
  • sql-statements/sql-statement-grant-privileges.md
  • sql-statements/sql-statement-grant-role.md
  • sql-statements/sql-statement-import-into.md
  • sql-statements/sql-statement-insert.md
  • sql-statements/sql-statement-kill.md
  • sql-statements/sql-statement-load-data.md
  • sql-statements/sql-statement-load-stats.md
  • sql-statements/sql-statement-lock-stats.md
  • sql-statements/sql-statement-lock-tables-and-unlock-tables.md
  • sql-statements/sql-statement-modify-column.md
  • sql-statements/sql-statement-prepare.md
  • sql-statements/sql-statement-query-watch.md
  • sql-statements/sql-statement-recover-table.md
  • sql-statements/sql-statement-rename-index.md
  • sql-statements/sql-statement-rename-table.md
  • sql-statements/sql-statement-rename-user.md
  • sql-statements/sql-statement-replace.md
  • sql-statements/sql-statement-restore.md
  • sql-statements/sql-statement-revoke-privileges.md
  • sql-statements/sql-statement-revoke-role.md
  • sql-statements/sql-statement-rollback.md
  • sql-statements/sql-statement-savepoint.md
  • sql-statements/sql-statement-select.md
  • sql-statements/sql-statement-set-default-role.md
  • sql-statements/sql-statement-set-names.md
  • sql-statements/sql-statement-set-password.md
  • sql-statements/sql-statement-set-resource-group.md
  • sql-statements/sql-statement-set-role.md
  • sql-statements/sql-statement-set-transaction.md
  • sql-statements/sql-statement-set-variable.md
  • sql-statements/sql-statement-show-affinity.md
  • sql-statements/sql-statement-show-analyze-status.md
  • sql-statements/sql-statement-show-backups.md
  • sql-statements/sql-statement-show-bindings.md
  • sql-statements/sql-statement-show-character-set.md
  • sql-statements/sql-statement-show-collation.md
  • sql-statements/sql-statement-show-column-stats-usage.md
  • sql-statements/sql-statement-show-columns-from.md
  • sql-statements/sql-statement-show-config.md
  • sql-statements/sql-statement-show-create-database.md
  • sql-statements/sql-statement-show-create-placement-policy.md
  • sql-statements/sql-statement-show-create-resource-group.md
  • sql-statements/sql-statement-show-create-sequence.md
  • sql-statements/sql-statement-show-create-table.md
  • sql-statements/sql-statement-show-create-user.md
  • sql-statements/sql-statement-show-databases.md
  • sql-statements/sql-statement-show-distribution-jobs.md
  • sql-statements/sql-statement-show-engines.md
  • sql-statements/sql-statement-show-errors.md
  • sql-statements/sql-statement-show-grants.md
  • sql-statements/sql-statement-show-import-job.md
  • sql-statements/sql-statement-show-indexes.md
  • sql-statements/sql-statement-show-placement-for.md
  • sql-statements/sql-statement-show-placement-labels.md
  • sql-statements/sql-statement-show-placement.md
  • sql-statements/sql-statement-show-plugins.md
  • sql-statements/sql-statement-show-privileges.md
  • sql-statements/sql-statement-show-processlist.md
  • sql-statements/sql-statement-show-stats-buckets.md
  • sql-statements/sql-statement-show-stats-healthy.md
  • sql-statements/sql-statement-show-stats-histograms.md
  • sql-statements/sql-statement-show-stats-locked.md
  • sql-statements/sql-statement-show-stats-meta.md
  • sql-statements/sql-statement-show-stats-topn.md
  • sql-statements/sql-statement-show-status.md
  • sql-statements/sql-statement-show-table-distribution.md
  • sql-statements/sql-statement-show-table-next-rowid.md
  • sql-statements/sql-statement-show-table-regions.md
  • sql-statements/sql-statement-show-table-status.md
  • sql-statements/sql-statement-show-tables.md
  • sql-statements/sql-statement-show-variables.md
  • sql-statements/sql-statement-show-warnings.md
  • sql-statements/sql-statement-split-region.md
  • sql-statements/sql-statement-start-transaction.md
  • sql-statements/sql-statement-table.md
  • sql-statements/sql-statement-trace.md
  • sql-statements/sql-statement-truncate.md
  • sql-statements/sql-statement-unlock-stats.md
  • sql-statements/sql-statement-update.md
  • sql-statements/sql-statement-use.md
  • sql-statements/sql-statement-with.md
  • sql-tuning-best-practice.md
  • sql-tuning-overview.md
  • stale-read.md
  • statement-summary-tables.md
  • statistics.md
  • status-variables.md
  • storage-engine/rocksdb-overview.md
  • storage-engine/titan-configuration.md
  • storage-engine/titan-overview.md
  • subquery-optimization.md
  • support.md
  • sync-diff-inspector/route-diff.md
  • sync-diff-inspector/sync-diff-inspector-overview.md
  • sys-schema/sys-schema-unused-indexes.md
  • system-variable-reference.md
  • system-variables.md
  • table-affinity.md
  • table-attributes.md
  • table-filter.md
  • telemetry.md
  • temporary-tables.md
  • three-data-centers-in-two-cities-deployment.md
  • ticdc-deployment-topology.md
  • ticdc-performance-tuning-methods.md
  • ticdc/deploy-ticdc.md
  • ticdc/integrate-confluent-using-ticdc.md
  • ticdc/monitor-ticdc.md
  • ticdc/ticdc-alert-rules.md
  • ticdc/ticdc-architecture.md
  • ticdc/ticdc-avro-checksum-verification.md
  • ticdc/ticdc-avro-protocol.md
  • ticdc/ticdc-bidirectional-replication.md
  • ticdc/ticdc-canal-json.md
  • ticdc/ticdc-changefeed-config.md
  • ticdc/ticdc-changefeed-overview.md
  • ticdc/ticdc-classic-architecture.md
  • ticdc/ticdc-client-authentication.md
  • ticdc/ticdc-compatibility.md
  • ticdc/ticdc-csv.md
  • ticdc/ticdc-data-replication-capabilities.md
  • ticdc/ticdc-ddl.md
  • ticdc/ticdc-debezium.md
  • ticdc/ticdc-faq.md
  • ticdc/ticdc-filter.md
  • ticdc/ticdc-integrity-check.md
  • ticdc/ticdc-manage-changefeed.md
  • ticdc/ticdc-open-api-v2.md
  • ticdc/ticdc-open-api.md
  • ticdc/ticdc-open-protocol.md
  • ticdc/ticdc-overview.md
  • ticdc/ticdc-server-config.md
  • ticdc/ticdc-simple-protocol.md
  • ticdc/ticdc-sink-to-cloud-storage.md
  • ticdc/ticdc-sink-to-kafka.md
  • ticdc/ticdc-sink-to-mysql.md
  • ticdc/ticdc-sink-to-pulsar.md
  • ticdc/ticdc-split-update-behavior.md
  • ticdc/ticdc-storage-consumer-dev-guide.md
  • ticdc/ticdc-summary-monitor.md
  • ticdc/ticdc-upstream-downstream-check.md
  • ticdc/troubleshoot-ticdc.md
  • tidb-architecture.md
  • tidb-cloud/architecture-concepts.md
  • tidb-cloud/backup-and-restore-concepts.md
  • tidb-cloud/backup-and-restore-serverless.md
  • tidb-cloud/backup-and-restore.md
  • tidb-cloud/branch-github-integration.md
  • tidb-cloud/branch-manage.md
  • tidb-cloud/branch-overview.md
  • tidb-cloud/built-in-monitoring.md
  • tidb-cloud/changefeed-overview.md
  • tidb-cloud/changefeed-sink-to-apache-kafka.md
  • tidb-cloud/changefeed-sink-to-apache-pulsar.md
  • tidb-cloud/changefeed-sink-to-cloud-storage.md
  • tidb-cloud/changefeed-sink-to-mysql.md
  • tidb-cloud/changefeed-sink-to-tidb-cloud.md
  • tidb-cloud/cli-reference.md
  • tidb-cloud/configure-external-storage-access.md
  • tidb-cloud/configure-maintenance-window.md
  • tidb-cloud/configure-security-settings.md
  • tidb-cloud/configure-serverless-firewall-rules-for-public-endpoints.md
  • tidb-cloud/configure-sql-users.md
  • tidb-cloud/connect-to-tidb-cluster-serverless.md
  • tidb-cloud/connect-to-tidb-cluster.md
  • tidb-cloud/connect-via-sql-shell.md
  • tidb-cloud/connect-via-standard-connection-serverless.md
  • tidb-cloud/connect-via-standard-connection.md
  • tidb-cloud/connected-care-detail.md
  • tidb-cloud/connected-care-overview.md
  • tidb-cloud/connected-lark-ticket-creation.md
  • tidb-cloud/connected-lark-ticket-interaction.md
  • tidb-cloud/connected-slack-ticket-creation.md
  • tidb-cloud/connected-slack-ticket-interaction.md
  • tidb-cloud/create-tidb-cluster-serverless.md
  • tidb-cloud/create-tidb-cluster.md
  • tidb-cloud/csv-config-for-import-data.md
  • tidb-cloud/data-service-api-key.md
  • tidb-cloud/data-service-app-config-files.md
  • tidb-cloud/data-service-custom-domain.md
  • tidb-cloud/data-service-get-started.md
  • tidb-cloud/data-service-integrations.md
  • tidb-cloud/data-service-manage-data-app.md
  • tidb-cloud/data-service-manage-endpoint.md
  • tidb-cloud/data-service-manage-github-connection.md
  • tidb-cloud/data-service-oas-with-nextjs.md
  • tidb-cloud/data-service-overview.md
  • tidb-cloud/data-service-postman-integration.md
  • tidb-cloud/data-service-response-and-status-code.md
  • tidb-cloud/database-schema-concepts.md
  • tidb-cloud/dedicated-external-storage.md
  • tidb-cloud/delete-tidb-cluster.md
  • tidb-cloud/essential-changefeed-overview.md
  • tidb-cloud/essential-changefeed-sink-to-kafka.md
  • tidb-cloud/essential-changefeed-sink-to-mysql.md
  • tidb-cloud/essential-database-audit-logging.md
  • tidb-cloud/explore-data-with-chat2query.md
  • tidb-cloud/features.md
  • tidb-cloud/get-started-with-cli.md
  • tidb-cloud/high-availability-with-multi-az.md
  • tidb-cloud/import-csv-files-serverless.md
  • tidb-cloud/import-csv-files.md
  • tidb-cloud/import-parquet-files-serverless.md
  • tidb-cloud/import-parquet-files.md
  • tidb-cloud/import-sample-data-serverless.md
  • tidb-cloud/import-sample-data.md
  • tidb-cloud/import-with-mysql-cli-serverless.md
  • tidb-cloud/import-with-mysql-cli.md
  • tidb-cloud/integrate-tidbcloud-with-airbyte.md
  • tidb-cloud/integrate-tidbcloud-with-aws-lambda.md
  • tidb-cloud/integrate-tidbcloud-with-cloudflare.md
  • tidb-cloud/integrate-tidbcloud-with-dbt.md
  • tidb-cloud/integrate-tidbcloud-with-n8n.md
  • tidb-cloud/integrate-tidbcloud-with-netlify.md
  • tidb-cloud/integrate-tidbcloud-with-vercel.md
  • tidb-cloud/integrate-tidbcloud-with-zapier.md
  • tidb-cloud/key-concepts.md
  • tidb-cloud/manage-projects-and-resources.md
  • tidb-cloud/manage-serverless-spend-limit.md
  • tidb-cloud/manage-user-access.md
  • tidb-cloud/managed-service-provider-customer.md
  • tidb-cloud/migrate-from-mysql-using-aws-dms.md
  • tidb-cloud/migrate-from-mysql-using-data-migration.md
  • tidb-cloud/migrate-from-op-tidb.md
  • tidb-cloud/migrate-from-oracle-using-aws-dms.md
  • tidb-cloud/migrate-incremental-data-from-mysql-using-data-migration.md
  • tidb-cloud/migrate-metrics-integrations.md
  • tidb-cloud/migrate-prometheus-metrics-integrations.md
  • tidb-cloud/migrate-sql-shards.md
  • tidb-cloud/monitor-alert-email.md
  • tidb-cloud/monitor-alert-flashduty.md
  • tidb-cloud/monitor-alert-pagerduty.md
  • tidb-cloud/monitor-alert-slack.md
  • tidb-cloud/monitor-alert-zoom.md
  • tidb-cloud/monitor-built-in-alerting.md
  • tidb-cloud/monitor-datadog-integration.md
  • tidb-cloud/monitor-new-relic-integration.md
  • tidb-cloud/monitor-prometheus-and-grafana-integration.md
  • tidb-cloud/monitor-tidb-cluster.md
  • tidb-cloud/monitoring-concepts.md
  • tidb-cloud/naming-conventions-for-data-import.md
  • tidb-cloud/notifications.md
  • tidb-cloud/oauth2.md
  • tidb-cloud/pause-or-resume-tidb-cluster.md
  • tidb-cloud/premium/backup-and-restore-premium.md
  • tidb-cloud/premium/built-in-monitoring-premium.md
  • tidb-cloud/premium/configure-ip-access-list-premium.md
  • tidb-cloud/premium/connect-to-premium-via-alibaba-cloud-private-endpoint.md
  • tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
  • tidb-cloud/premium/connect-to-premium-via-public-connection.md
  • tidb-cloud/premium/connect-to-tidb-instance.md
  • tidb-cloud/premium/create-tidb-instance-premium.md
  • tidb-cloud/premium/dual-layer-data-encryption-premium.md
  • tidb-cloud/premium/import-csv-files-premium.md
  • tidb-cloud/premium/import-from-s3-premium.md
  • tidb-cloud/premium/import-with-mysql-cli-premium.md
  • tidb-cloud/premium/migrate-from-op-tidb-premium.md
  • tidb-cloud/premium/premium-export.md
  • tidb-cloud/premium/set-up-sink-private-endpoint-premium.md
  • tidb-cloud/premium/tidb-cloud-auditing-premium.md
  • tidb-cloud/premium/tidb-cloud-tls-connect-to-premium.md
  • tidb-cloud/prometheus-grafana-integration.md
  • tidb-cloud/recovery-group-delete.md
  • tidb-cloud/recovery-group-failover.md
  • tidb-cloud/recovery-group-get-started.md
  • tidb-cloud/recovery-group-overview.md
  • tidb-cloud/releases/notification-2023-08-31-console-maintenance.md
  • tidb-cloud/releases/notification-2023-09-26-console-maintenance.md
  • tidb-cloud/releases/notification-2023-11-14-scale-feature-maintenance.md
  • tidb-cloud/releases/notification-2024-04-09-monitoring-features-maintenance.md
  • tidb-cloud/releases/notification-2024-04-11-dm-feature-maintenance.md
  • tidb-cloud/releases/notification-2024-04-16-monitoring-features-maintenance.md
  • tidb-cloud/releases/notification-2024-04-18-dm-feature-maintenance.md
  • tidb-cloud/releases/notification-2024-09-15-console-maintenance.md
  • tidb-cloud/releases/release-notes-2020.md
  • tidb-cloud/releases/release-notes-2021.md
  • tidb-cloud/releases/release-notes-2022.md
  • tidb-cloud/releases/release-notes-2023.md
  • tidb-cloud/releases/release-notes-2024.md
  • tidb-cloud/releases/release-notes-2025.md
  • tidb-cloud/releases/tidb-cloud-release-notes.md
  • tidb-cloud/scalability-concepts.md
  • tidb-cloud/scale-tidb-cluster.md
  • tidb-cloud/secure-connections-to-serverless-clusters.md
  • tidb-cloud/security-concepts.md
  • tidb-cloud/select-cluster-tier.md
  • tidb-cloud/serverless-export.md
  • tidb-cloud/serverless-faqs.md
  • tidb-cloud/serverless-high-availability.md
  • tidb-cloud/serverless-limitations.md
  • tidb-cloud/serverless-private-link-connection-to-alicloud-rds.md
  • tidb-cloud/serverless-private-link-connection-to-amazon-msk.md
  • tidb-cloud/serverless-private-link-connection-to-aws-confluent.md
  • tidb-cloud/serverless-private-link-connection-to-aws-rds.md
  • tidb-cloud/serverless-private-link-connection-to-self-hosted-kafka-in-alicloud.md
  • tidb-cloud/serverless-private-link-connection-to-self-hosted-kafka-in-aws.md
  • tidb-cloud/serverless-private-link-connection.md
  • tidb-cloud/set-up-private-endpoint-connections-on-alibaba-cloud.md
  • tidb-cloud/set-up-private-endpoint-connections-on-azure.md
  • tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md
  • tidb-cloud/set-up-private-endpoint-connections-serverless.md
  • tidb-cloud/set-up-private-endpoint-connections.md
  • tidb-cloud/set-up-sink-private-endpoint.md
  • tidb-cloud/set-up-vpc-peering-connections.md
  • tidb-cloud/setup-aws-self-hosted-kafka-private-link-service.md
  • tidb-cloud/setup-azure-self-hosted-kafka-private-link-service.md
  • tidb-cloud/setup-self-hosted-kafka-private-service-connect.md
  • tidb-cloud/size-your-cluster.md
  • tidb-cloud/sql-concepts.md
  • tidb-cloud/sql-proxy-account.md
  • tidb-cloud/terraform-get-tidbcloud-provider.md
  • tidb-cloud/terraform-migrate-cluster-resource.md
  • tidb-cloud/terraform-tidbcloud-provider-overview.md
  • tidb-cloud/terraform-use-backup-resource.md
  • tidb-cloud/terraform-use-cluster-resource.md
  • tidb-cloud/terraform-use-dedicated-cluster-resource.md
  • tidb-cloud/terraform-use-dedicated-network-container-resource.md
  • tidb-cloud/terraform-use-dedicated-private-endpoint-connection-resource.md
  • tidb-cloud/terraform-use-dedicated-vpc-peering-resource.md
  • tidb-cloud/terraform-use-import-resource.md
  • tidb-cloud/terraform-use-restore-resource.md
  • tidb-cloud/terraform-use-serverless-branch-resource.md
  • tidb-cloud/terraform-use-serverless-cluster-resource-manage-essential.md
  • tidb-cloud/terraform-use-serverless-cluster-resource.md
  • tidb-cloud/terraform-use-serverless-export-resource.md
  • tidb-cloud/terraform-use-sql-user-resource.md
  • tidb-cloud/third-party-monitoring-integrations.md
  • tidb-cloud/tidb-cloud-auditing.md
  • tidb-cloud/tidb-cloud-billing-dm.md
  • tidb-cloud/tidb-cloud-billing.md
  • tidb-cloud/tidb-cloud-budget.md
  • tidb-cloud/tidb-cloud-clinic.md
  • tidb-cloud/tidb-cloud-connect-aws-dms.md
  • tidb-cloud/tidb-cloud-console-auditing.md
  • tidb-cloud/tidb-cloud-dm-precheck-and-troubleshooting.md
  • tidb-cloud/tidb-cloud-encrypt-cmek-aws.md
  • tidb-cloud/tidb-cloud-encrypt-cmek-azure.md
  • tidb-cloud/tidb-cloud-faq.md
  • tidb-cloud/tidb-cloud-glossary.md
  • tidb-cloud/tidb-cloud-htap-quickstart.md
  • tidb-cloud/tidb-cloud-import-local-files.md
  • tidb-cloud/tidb-cloud-intro.md
  • tidb-cloud/tidb-cloud-log-redaction.md
  • tidb-cloud/tidb-cloud-migration-overview.md
  • tidb-cloud/tidb-cloud-org-sso-authentication.md
  • tidb-cloud/tidb-cloud-partners.md
  • tidb-cloud/tidb-cloud-password-authentication.md
  • tidb-cloud/tidb-cloud-performance-reference.md
  • tidb-cloud/tidb-cloud-poc.md
  • tidb-cloud/tidb-cloud-quickstart.md
  • tidb-cloud/tidb-cloud-sql-tuning-overview.md
  • tidb-cloud/tidb-cloud-sso-authentication.md
  • tidb-cloud/tidb-cloud-support.md
  • tidb-cloud/tidb-cloud-tls-connect-to-dedicated.md
  • tidb-cloud/tidb-cloud-tune-performance-overview.md
  • tidb-cloud/tidb-node-group-management.md
  • tidb-cloud/tidb-node-group-overview.md
  • tidb-cloud/tidb-x-architecture.md
  • tidb-cloud/tidbx-instance-move-faq.md
  • tidb-cloud/tiproxy-management.md
  • tidb-cloud/tiproxy-overview-for-cloud.md
  • tidb-cloud/top-ru.md
  • tidb-cloud/troubleshoot-import-access-denied-error.md
  • tidb-cloud/upgrade-tidb-cluster.md
  • tidb-cloud/use-chat2query-api.md
  • tidb-cloud/use-chat2query-knowledge.md
  • tidb-cloud/use-chat2query-sessions.md
  • tidb-cloud/use-tidb-cloud-with-ai-tools.md
  • tidb-cloud/v6.5-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v6.5-performance-benchmarking-with-tpcc.md
  • tidb-cloud/v7.1-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v7.1-performance-benchmarking-with-tpcc.md
  • tidb-cloud/v7.5-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v7.5-performance-benchmarking-with-tpcc.md
  • tidb-cloud/v8.1-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v8.1-performance-benchmarking-with-tpcc.md
  • tidb-cloud/v8.5-performance-benchmarking-with-sysbench.md
  • tidb-cloud/v8.5-performance-benchmarking-with-tpcc.md
  • tidb-cloud/v8.5-performance-highlights.md
  • tidb-computing.md
  • tidb-configuration-file.md
  • tidb-control.md
  • tidb-distributed-execution-framework.md
  • tidb-external-ts.md
  • tidb-global-sort.md
  • tidb-lightning/data-import-best-practices.md
  • tidb-lightning/deploy-tidb-lightning.md
  • tidb-lightning/import-into-vs-tidb-lightning.md
  • tidb-lightning/monitor-tidb-lightning.md
  • tidb-lightning/tidb-lightning-checkpoints.md
  • tidb-lightning/tidb-lightning-compatibility-and-scenarios.md
  • tidb-lightning/tidb-lightning-configuration.md
  • tidb-lightning/tidb-lightning-data-source.md
  • tidb-lightning/tidb-lightning-distributed-import.md
  • tidb-lightning/tidb-lightning-error-resolution.md
  • tidb-lightning/tidb-lightning-faq.md
  • tidb-lightning/tidb-lightning-glossary.md
  • tidb-lightning/tidb-lightning-logical-import-mode-usage.md
  • tidb-lightning/tidb-lightning-overview.md
  • tidb-lightning/tidb-lightning-physical-import-mode-usage.md
  • tidb-lightning/tidb-lightning-physical-import-mode.md
  • tidb-lightning/tidb-lightning-requirements.md
  • tidb-lightning/tidb-lightning-web-interface.md
  • tidb-lightning/troubleshoot-tidb-lightning.md
  • tidb-limitations.md
  • tidb-monitoring-api.md
  • tidb-monitoring-framework.md
  • tidb-operator-overview.md
  • tidb-performance-tuning-config.md
  • tidb-read-staleness.md
  • tidb-resource-control-background-tasks.md
  • tidb-resource-control-ru-groups.md
  • tidb-resource-control-runaway-queries.md
  • tidb-rowid.md
  • tidb-scheduling.md
  • tidb-storage.md
  • tidb-troubleshooting-map.md
  • tidb-upgrade-migration-guide.md
  • tiflash-deployment-topology.md
  • tiflash-performance-tuning-methods.md
  • tiflash-upgrade-guide.md
  • tiflash/create-tiflash-replicas.md
  • tiflash/maintain-tiflash.md
  • tiflash/monitor-tiflash.md
  • tiflash/tiflash-alert-rules.md
  • tiflash/tiflash-command-line-flags.md
  • tiflash/tiflash-compatibility.md
  • tiflash/tiflash-configuration.md
  • tiflash/tiflash-data-validation.md
  • tiflash/tiflash-disaggregated-and-s3.md
  • tiflash/tiflash-late-materialization.md
  • tiflash/tiflash-mintso-scheduler.md
  • tiflash/tiflash-overview.md
  • tiflash/tiflash-pipeline-model.md
  • tiflash/tiflash-results-materialization.md
  • tiflash/tiflash-spill-disk.md
  • tiflash/tiflash-supported-pushdown-calculations.md
  • tiflash/troubleshoot-tiflash.md
  • tiflash/tune-tiflash-performance.md
  • tiflash/use-fastscan.md
  • tiflash/use-tidb-to-read-tiflash.md
  • tiflash/use-tiflash-mpp-mode.md
  • tikv-configuration-file.md
  • tikv-control.md
  • tikv-in-memory-engine.md
  • time-to-live.md
  • tiproxy/tiproxy-api.md
  • tiproxy/tiproxy-command-line-flags.md
  • tiproxy/tiproxy-configuration.md
  • tiproxy/tiproxy-deployment-topology.md
  • tiproxy/tiproxy-grafana.md
  • tiproxy/tiproxy-load-balance.md
  • tiproxy/tiproxy-overview.md
  • tiproxy/tiproxy-performance-test.md
  • tiproxy/tiproxy-traffic-replay.md
  • tiproxy/troubleshoot-tiproxy.md
  • tiup/customized-montior-in-tiup-environment.md
  • tiup/tiup-bench.md
  • tiup/tiup-cluster-no-sudo-mode.md
  • tiup/tiup-cluster-topology-reference.md
  • tiup/tiup-cluster.md
  • tiup/tiup-command-clean.md
  • tiup/tiup-command-completion.md
  • tiup/tiup-command-env.md
  • tiup/tiup-command-install.md
  • tiup/tiup-command-list.md
  • tiup/tiup-command-mirror-clone.md
  • tiup/tiup-command-mirror-genkey.md
  • tiup/tiup-command-mirror-grant.md
  • tiup/tiup-command-mirror-init.md
  • tiup/tiup-command-mirror-merge.md
  • tiup/tiup-command-mirror-modify.md
  • tiup/tiup-command-mirror-publish.md
  • tiup/tiup-command-mirror-rotate.md
  • tiup/tiup-command-mirror-set.md
  • tiup/tiup-command-mirror-sign.md
  • tiup/tiup-command-mirror.md
  • tiup/tiup-command-status.md
  • tiup/tiup-command-telemetry.md
  • tiup/tiup-command-uninstall.md
  • tiup/tiup-command-update.md
  • tiup/tiup-component-cluster-audit-cleanup.md
  • tiup/tiup-component-cluster-audit.md
  • tiup/tiup-component-cluster-check.md
  • tiup/tiup-component-cluster-clean.md
  • tiup/tiup-component-cluster-deploy.md
  • tiup/tiup-component-cluster-destroy.md
  • tiup/tiup-component-cluster-disable.md
  • tiup/tiup-component-cluster-display.md
  • tiup/tiup-component-cluster-edit-config.md
  • tiup/tiup-component-cluster-enable.md
  • tiup/tiup-component-cluster-help.md
  • tiup/tiup-component-cluster-import.md
  • tiup/tiup-component-cluster-list.md
  • tiup/tiup-component-cluster-meta-backup.md
  • tiup/tiup-component-cluster-meta-restore.md
  • tiup/tiup-component-cluster-patch.md
  • tiup/tiup-component-cluster-prune.md
  • tiup/tiup-component-cluster-reload.md
  • tiup/tiup-component-cluster-rename.md
  • tiup/tiup-component-cluster-replay.md
  • tiup/tiup-component-cluster-restart.md
  • tiup/tiup-component-cluster-scale-in.md
  • tiup/tiup-component-cluster-scale-out.md
  • tiup/tiup-component-cluster-start.md
  • tiup/tiup-component-cluster-stop.md
  • tiup/tiup-component-cluster-template.md
  • tiup/tiup-component-cluster-tls.md
  • tiup/tiup-component-cluster-upgrade.md
  • tiup/tiup-component-cluster.md
  • tiup/tiup-component-dm-audit.md
  • tiup/tiup-component-dm-deploy.md
  • tiup/tiup-component-dm-destroy.md
  • tiup/tiup-component-dm-disable.md
  • tiup/tiup-component-dm-display.md
  • tiup/tiup-component-dm-edit-config.md
  • tiup/tiup-component-dm-enable.md
  • tiup/tiup-component-dm-help.md
  • tiup/tiup-component-dm-import.md
  • tiup/tiup-component-dm-list.md
  • tiup/tiup-component-dm-patch.md
  • tiup/tiup-component-dm-prune.md
  • tiup/tiup-component-dm-reload.md
  • tiup/tiup-component-dm-replay.md
  • tiup/tiup-component-dm-restart.md
  • tiup/tiup-component-dm-scale-in.md
  • tiup/tiup-component-dm-scale-out.md
  • tiup/tiup-component-dm-start.md
  • tiup/tiup-component-dm-stop.md
  • tiup/tiup-component-dm-template.md
  • tiup/tiup-component-dm-upgrade.md
  • tiup/tiup-component-dm.md
  • tiup/tiup-component-management.md
  • tiup/tiup-dm-topology-reference.md
  • tiup/tiup-documentation-guide.md
  • tiup/tiup-faq.md
  • tiup/tiup-mirror-reference.md
  • tiup/tiup-mirror.md
  • tiup/tiup-overview.md
  • tiup/tiup-playground.md
  • tiup/tiup-reference.md
  • tiup/tiup-terminology-and-concepts.md
  • tiup/tiup-troubleshooting-guide.md
  • transaction-isolation-levels.md
  • transaction-overview.md
  • troubleshoot-cpu-issues.md
  • troubleshoot-data-inconsistency-errors.md
  • troubleshoot-high-disk-io.md
  • troubleshoot-hot-spot-issues.md
  • troubleshoot-lock-conflicts.md
  • troubleshoot-stale-read.md
  • troubleshoot-tidb-cluster.md
  • troubleshoot-tidb-oom.md
  • troubleshoot-write-conflicts.md
  • tso-configuration-file.md
  • tso.md
  • tune-operating-system.md
  • tune-region-performance.md
  • tune-tikv-memory-performance.md
  • tune-tikv-thread-performance.md
  • two-data-centers-in-one-city-deployment.md
  • upgrade-monitoring-services.md
  • upgrade-tidb-using-tiup.md
  • user-account-management.md
  • user-defined-variables.md
  • views.md
  • wrong-index-solution.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ti-chi-bot ti-chi-bot Bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Aug 24, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 24, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign tangenta for approval. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@yahonda yahonda changed the title i18n(ja): normalize list-marker spacing to match release-8.5 (MD030) i18n(ja): normalize list-marker spacing and code-block style (MD030/MD046) to match release-8.5 Aug 24, 2026
@yahonda yahonda changed the title i18n(ja): normalize list-marker spacing and code-block style (MD030/MD046) to match release-8.5 i18n(ja): fix markdownlint conformance (MD030/046/037/022/032/039/034/012) to match release-8.5 Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/develop This PR relates to the area of TiDB App development. missing-translation-status This PR does not have translation status info. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant