Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Sync the scaffold from pingcap@4159951
Browse files Browse the repository at this point in the history
  • Loading branch information
Docsite Preview Bot committed Oct 1, 2023
1 parent 1c8e1f2 commit d5a5995
Show file tree
Hide file tree
Showing 19 changed files with 67 additions and 14 deletions.
6 changes: 6 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
"pathname": "v1beta",
"production": "https://download.pingcap.org/tidbcloud-oas.json",
"preview": "https://download.pingcap.org/tidbcloud-oas-preview.json"
},
{
"id": "v1beta1",
"pathname": "v1beta1",
"production": "https://download.pingcap.org/tidbcloud-oas-v1beta1-billing.swagger.json",
"preview": "https://download.pingcap.org/tidbcloud-oas-v1beta1-billing.swagger.json"
}
]
}
Expand Down
4 changes: 4 additions & 0 deletions markdown-pages/en/tidb/master/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- [node-mysql2](/develop/dev-guide-sample-application-nodejs-mysql2.md)
- [mysql.js](/develop/dev-guide-sample-application-nodejs-mysqljs.md)
- [Prisma](/develop/dev-guide-sample-application-nodejs-prisma.md)
- [Sequelize](/develop/dev-guide-sample-application-nodejs-sequelize.md)
- [TypeORM](/develop/dev-guide-sample-application-nodejs-typeorm.md)
- [Next.js](/develop/dev-guide-sample-application-nextjs.md)
- [AWS Lambda](/develop/dev-guide-sample-application-aws-lambda.md)
Expand Down Expand Up @@ -547,6 +548,7 @@
- Create Changefeeds
- [Replicate Data to MySQL-compatible Databases](/ticdc/ticdc-sink-to-mysql.md)
- [Replicate Data to Kafka](/ticdc/ticdc-sink-to-kafka.md)
- [Replicate Data to Pulsar](/ticdc/ticdc-sink-to-pulsar.md)
- [Replicate Data to Storage Services](/ticdc/ticdc-sink-to-cloud-storage.md)
- [Manage Changefeeds](/ticdc/ticdc-manage-changefeed.md)
- [Log Filter](/ticdc/ticdc-filter.md)
Expand Down Expand Up @@ -892,6 +894,7 @@
- INFORMATION_SCHEMA
- [Overview](/information-schema/information-schema.md)
- [`ANALYZE_STATUS`](/information-schema/information-schema-analyze-status.md)
- [`CHECK_CONSTRAINTS`](/information-schema/information-schema-check-constraints.md)
- [`CLIENT_ERRORS_SUMMARY_BY_HOST`](/information-schema/client-errors-summary-by-host.md)
- [`CLIENT_ERRORS_SUMMARY_BY_USER`](/information-schema/client-errors-summary-by-user.md)
- [`CLIENT_ERRORS_SUMMARY_GLOBAL`](/information-schema/client-errors-summary-global.md)
Expand Down Expand Up @@ -1018,6 +1021,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-5.0/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
- [Configure SSO](/dashboard/dashboard-session-sso.md)
- [FAQ](/dashboard/dashboard-faq.md)
- [Telemetry](/telemetry.md)
- [Errors Codes](/error-codes.md)
- [Error Codes](/error-codes.md)
- [Table Filter](/table-filter.md)
- [Schedule Replicas by Topology Labels](/schedule-replicas-by-topology-labels.md)
- FAQs
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-5.1/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
- [Configure SSO](/dashboard/dashboard-session-sso.md)
- [FAQ](/dashboard/dashboard-faq.md)
- [Telemetry](/telemetry.md)
- [Errors Codes](/error-codes.md)
- [Error Codes](/error-codes.md)
- [Table Filter](/table-filter.md)
- [Schedule Replicas by Topology Labels](/schedule-replicas-by-topology-labels.md)
- FAQs
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-5.2/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
- [Configure SSO](/dashboard/dashboard-session-sso.md)
- [FAQ](/dashboard/dashboard-faq.md)
- [Telemetry](/telemetry.md)
- [Errors Codes](/error-codes.md)
- [Error Codes](/error-codes.md)
- [Table Filter](/table-filter.md)
- [Schedule Replicas by Topology Labels](/schedule-replicas-by-topology-labels.md)
- FAQs
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-5.4/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@
- [Configure SSO](/dashboard/dashboard-session-sso.md)
- [FAQ](/dashboard/dashboard-faq.md)
- [Telemetry](/telemetry.md)
- [Errors Codes](/error-codes.md)
- [Error Codes](/error-codes.md)
- [Table Filter](/table-filter.md)
- [Schedule Replicas by Topology Labels](/schedule-replicas-by-topology-labels.md)
- FAQs
Expand Down
2 changes: 1 addition & 1 deletion markdown-pages/en/tidb/release-6.1/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@
- [Configure SSO](/dashboard/dashboard-session-sso.md)
- [FAQ](/dashboard/dashboard-faq.md)
- [Telemetry](/telemetry.md)
- [Errors Codes](/error-codes.md)
- [Error Codes](/error-codes.md)
- [Table Filter](/table-filter.md)
- [Schedule Replicas by Topology Labels](/schedule-replicas-by-topology-labels.md)
- FAQs
Expand Down
3 changes: 2 additions & 1 deletion markdown-pages/en/tidb/release-6.5/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
- [Follower Read](/develop/dev-guide-use-follower-read.md)
- [Stale Read](/develop/dev-guide-use-stale-read.md)
- [HTAP Queries](/develop/dev-guide-hybrid-oltp-and-olap-queries.md)
- [FastScan](/develop/dev-guide-use-fastscan.md)
- Transaction
- [Overview](/develop/dev-guide-transaction-overview.md)
- [Optimistic and Pessimistic Transactions](/develop/dev-guide-optimistic-and-pessimistic-transaction.md)
Expand Down Expand Up @@ -612,6 +611,7 @@
- [Use TiDB to Read TiFlash Replicas](/tiflash/use-tidb-to-read-tiflash.md)
- [Use TiSpark to Read TiFlash Replicas](/tiflash/use-tispark-to-read-tiflash.md)
- [Use MPP Mode](/tiflash/use-tiflash-mpp-mode.md)
- [Use FastScan](/tiflash/use-fastscan.md)
- [Supported Push-down Calculations](/tiflash/tiflash-supported-pushdown-calculations.md)
- [TiFlash Query Result Materialization](/tiflash/tiflash-results-materialization.md)
- [Data Validation](/tiflash/tiflash-data-validation.md)
Expand Down Expand Up @@ -967,6 +967,7 @@
- [TiDB Versioning](/releases/versioning.md)
- [TiDB Installation Packages](/binary-package.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
1 change: 1 addition & 0 deletions markdown-pages/en/tidb/release-7.1/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
1 change: 1 addition & 0 deletions markdown-pages/en/tidb/release-7.2/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
1 change: 1 addition & 0 deletions markdown-pages/en/tidb/release-7.3/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
9 changes: 7 additions & 2 deletions markdown-pages/en/tidbcloud/master/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
- Ruby
- [mysql2](/develop/dev-guide-sample-application-ruby-mysql2.md)
- [Rails](/develop/dev-guide-sample-application-ruby-rails.md)
- Serverless Driver (Beta)
- [TiDB Cloud Serverless Driver](/tidb-cloud/serverless-driver.md)
- [Configure TiDB Cloud Serverless Driver](/tidb-cloud/serverless-driver-config.md)
- Third-Party Support
- [Third-Party Tools Supported by TiDB](/develop/dev-guide-third-party-support.md)
- [Known Incompatibility Issues with Third-Party Tools](/develop/dev-guide-third-party-tools-compatibility.md)
Expand Down Expand Up @@ -102,7 +105,7 @@
- Manage TiDB Serverless Clusters
- [Create a TiDB Serverless Cluster](/tidb-cloud/create-tidb-cluster-serverless.md)
- Connect to Your TiDB Serverless Cluster
- [Connection Method Overview](/tidb-cloud/connect-to-tidb-cluster-serverless.md)
- [Connection Overview](/tidb-cloud/connect-to-tidb-cluster-serverless.md)
- [Connect via Public Endpoint](/tidb-cloud/connect-via-standard-connection-serverless.md)
- [Connect via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections-serverless.md)
- Branch (Beta)
Expand Down Expand Up @@ -267,7 +270,9 @@
- [Billing for Data Migration](/tidb-cloud/tidb-cloud-billing-dm.md)
- API
- [API Overview](/tidb-cloud/api-overview.md)
- [API Reference](https://docs.pingcap.com/tidbcloud/api/v1beta)
- API Reference
- [v1beta1](https://docs.pingcap.com/tidbcloud/api/v1beta1)
- [v1beta](https://docs.pingcap.com/tidbcloud/api/v1beta)
- Integrations
- [Airbyte](/tidb-cloud/integrate-tidbcloud-with-airbyte.md)
- [Amazon AppFlow](/develop/dev-guide-aws-appflow-integration.md)
Expand Down
13 changes: 11 additions & 2 deletions markdown-pages/ja/tidb/release-7.1/TOC.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!-- markdownlint-disable MD007 -->

<!-- markdownlint-disable MD041 -->

- [ドキュメントホーム](https://docs.pingcap.com/)
- TiDBについて
- [TiDB の紹介](/overview.md)
Expand Down Expand Up @@ -38,8 +42,12 @@
- [ノードmysql2](/develop/dev-guide-sample-application-nodejs-mysql2.md)
- [mysql.js](/develop/dev-guide-sample-application-nodejs-mysqljs.md)
- [プリズマ](/develop/dev-guide-sample-application-nodejs-prisma.md)
- [TypeORM](/develop/dev-guide-sample-application-nodejs-typeorm.md)
- [Next.js](/develop/dev-guide-sample-application-nextjs.md)
- [AWSラムダ](/develop/dev-guide-sample-application-aws-lambda.md)
- ルビー
- [mysql2](/develop/dev-guide-sample-application-ruby-mysql2.md)
- [レール](/develop/dev-guide-sample-application-ruby-rails.md)
- TiDB に接続する
- [Driverまたは ORM を選択してください](/develop/dev-guide-choose-driver-or-orm.md)
- [TiDB に接続する](/develop/dev-guide-connect-to-tidb.md)
Expand Down Expand Up @@ -100,11 +108,11 @@
- [ソフトウェアとハ​​ードウェアの要件](/hardware-and-software-requirements.md)
- [環境コンフィグレーションチェックリスト](/check-before-deployment.md)
- クラスタトポロジの計画
- [最小限のトポロジー](/minimal-deployment-topology.md)
- [最小限のトポロジ](/minimal-deployment-topology.md)
- [TiFlashトポロジ](/tiflash-deployment-topology.md)
- [TiCDC トポロジ](/ticdc-deployment-topology.md)
- [TiDBBinlogトポロジ](/tidb-binlog-deployment-topology.md)
- [TiSpark トポロジ](/tispark-deployment-topology.md)
- [TiSpark トポロジー](/tispark-deployment-topology.md)
- [クロス DC トポロジ](/geo-distributed-deployment-topology.md)
- [ハイブリッド トポロジ](/hybrid-deployment-topology.md)
- インストールして開始する
Expand Down Expand Up @@ -994,6 +1002,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
16 changes: 14 additions & 2 deletions markdown-pages/ja/tidbcloud/master/TOC.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!-- markdownlint-disable MD007 -->

<!-- markdownlint-disable MD041 -->

- [ドキュメントホーム](https://docs.pingcap.com/)
- TiDB Cloudについて
- [TiDB Cloudを選ぶ理由](/tidb-cloud/tidb-cloud-intro.md)
Expand Down Expand Up @@ -37,8 +41,15 @@
- [ノードmysql2](/develop/dev-guide-sample-application-nodejs-mysql2.md)
- [mysql.js](/develop/dev-guide-sample-application-nodejs-mysqljs.md)
- [プリズマ](/develop/dev-guide-sample-application-nodejs-prisma.md)
- [TypeORM](/develop/dev-guide-sample-application-nodejs-typeorm.md)
- [Next.js](/develop/dev-guide-sample-application-nextjs.md)
- [AWSラムダ](/develop/dev-guide-sample-application-aws-lambda.md)
- ルビー
- [mysql2](/develop/dev-guide-sample-application-ruby-mysql2.md)
- [レール](/develop/dev-guide-sample-application-ruby-rails.md)
- サーバーレスDriver(ベータ版)
- [TiDB CloudサーバーレスDriver](/tidb-cloud/serverless-driver.md)
- [TiDB CloudサーバーレスDriverの構成](/tidb-cloud/serverless-driver-config.md)
- サードパーティのサポート
- [TiDB がサポートするサードパーティ ツール](/develop/dev-guide-third-party-support.md)
- [サードパーティツールとの既知の非互換性の問題](/develop/dev-guide-third-party-tools-compatibility.md)
Expand Down Expand Up @@ -95,7 +106,7 @@
- TiDB サーバーレスクラスターの管理
- [TiDB サーバーレスクラスタの作成](/tidb-cloud/create-tidb-cluster-serverless.md)
- TiDB サーバーレスクラスタに接続する
- [接続方法の概要](/tidb-cloud/connect-to-tidb-cluster-serverless.md)
- [接続の概要](/tidb-cloud/connect-to-tidb-cluster-serverless.md)
- [パブリックエンドポイント経由で接続する](/tidb-cloud/connect-via-standard-connection-serverless.md)
- [プライベートエンドポイント経由で接続する](/tidb-cloud/set-up-private-endpoint-connections-serverless.md)
- ブランチ (ベータ版)
Expand Down Expand Up @@ -257,7 +268,7 @@
- [支払い方法の設定](/tidb-cloud/tidb-cloud-billing.md#payment-method)
- [AWS または GCP Marketplace からの請求](/tidb-cloud/tidb-cloud-billing.md#billing-from-aws-marketplace-or-google-cloud-marketplace)
- [チェンジフィードの請求](/tidb-cloud/tidb-cloud-billing-ticdc-rcu.md)
- [データ移行の料金請求](/tidb-cloud/tidb-cloud-billing-dm.md)
- [データ移行の請求](/tidb-cloud/tidb-cloud-billing-dm.md)
- API
- [APIの概要](/tidb-cloud/api-overview.md)
- [APIリファレンス](https://docs.pingcap.com/tidbcloud/api/v1beta)
Expand Down Expand Up @@ -600,4 +611,5 @@
- [2021年](/tidb-cloud/release-notes-2021.md)
- [2020年](/tidb-cloud/release-notes-2020.md)
- メンテナンスのお知らせ
- [[2023-09-26] TiDB Cloudコンソール メンテナンスのお知らせ](/tidb-cloud/notification-2023-09-26-console-maintenance.md)
- [[2023-08-31] TiDB Cloudコンソール メンテナンスのお知らせ](/tidb-cloud/notification-2023-08-31-console-maintenance.md)
2 changes: 2 additions & 0 deletions markdown-pages/zh/tidb/master/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@
- 创建 Changefeed
- [同步数据到 MySQL 兼容的数据库](/ticdc/ticdc-sink-to-mysql.md)
- [同步数据到 Kafka](/ticdc/ticdc-sink-to-kafka.md)
- [同步数据到 Pulsar](/ticdc/ticdc-sink-to-pulsar.md)
- [同步数据到存储服务](/ticdc/ticdc-sink-to-cloud-storage.md)
- [管理 Changefeed](/ticdc/ticdc-manage-changefeed.md)
- [日志过滤器](/ticdc/ticdc-filter.md)
Expand Down Expand Up @@ -1035,6 +1036,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
5 changes: 3 additions & 2 deletions markdown-pages/zh/tidb/release-6.5/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
- [Follower Read](/develop/dev-guide-use-follower-read.md)
- [Stale Read](/develop/dev-guide-use-stale-read.md)
- [HTAP 查询](/develop/dev-guide-hybrid-oltp-and-olap-queries.md)
- [FastScan](/develop/dev-guide-use-fastscan.md)
- 事务
- [概览](/develop/dev-guide-transaction-overview.md)
- [乐观事务和悲观事务](/develop/dev-guide-optimistic-and-pessimistic-transaction.md)
Expand Down Expand Up @@ -544,6 +543,7 @@
- [日志过滤器](/ticdc/ticdc-filter.md)
- [DDL 同步](/ticdc/ticdc-ddl.md)
- [双向复制](/ticdc/ticdc-bidirectional-replication.md)
- [主从集群一致性读和数据校验](/ticdc/ticdc-upstream-downstream-check.md)
- 监控告警
- [监控指标](/ticdc/monitor-ticdc.md)
- [报警规则](/ticdc/ticdc-alert-rules.md)
Expand Down Expand Up @@ -596,7 +596,6 @@
- [概述](/sync-diff-inspector/sync-diff-inspector-overview.md)
- [不同库名或表名的数据校验](/sync-diff-inspector/route-diff.md)
- [分库分表场景下的数据校验](/sync-diff-inspector/shard-diff.md)
- [TiDB 主从集群的数据校验](/sync-diff-inspector/upstream-downstream-diff.md)
- [基于 DM 同步场景下的数据校验](/sync-diff-inspector/dm-diff.md)
- TiUniManager
- [概述](/tiunimanager/tiunimanager-overview.md)
Expand Down Expand Up @@ -632,6 +631,7 @@
- [使用 TiDB 读取 TiFlash](/tiflash/use-tidb-to-read-tiflash.md)
- [使用 TiSpark 读取 TiFlash](/tiflash/use-tispark-to-read-tiflash.md)
- [使用 MPP 模式](/tiflash/use-tiflash-mpp-mode.md)
- [使用 FastScan 功能](/tiflash/use-fastscan.md)
- [TiFlash 支持的计算下推](/tiflash/tiflash-supported-pushdown-calculations.md)
- [TiFlash 查询结果物化](/tiflash/tiflash-results-materialization.md)
- [TiFlash 数据校验](/tiflash/tiflash-data-validation.md)
Expand Down Expand Up @@ -987,6 +987,7 @@
- [TiDB 版本规则](/releases/versioning.md)
- [TiDB 离线包](/binary-package.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
1 change: 1 addition & 0 deletions markdown-pages/zh/tidb/release-7.1/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
5 changes: 5 additions & 0 deletions markdown-pages/zh/tidb/release-7.2/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
- [node-mysql2](/develop/dev-guide-sample-application-nodejs-mysql2.md)
- [mysql.js](/develop/dev-guide-sample-application-nodejs-mysqljs.md)
- [Prisma](/develop/dev-guide-sample-application-nodejs-prisma.md)
- [TypeORM](/develop/dev-guide-sample-application-nodejs-typeorm.md)
- Ruby
- [mysql2](/develop/dev-guide-sample-application-ruby-mysql2.md)
- [Rails](/develop/dev-guide-sample-application-ruby-rails.md)
- 连接到 TiDB
- [选择驱动或 ORM 框架](/develop/dev-guide-choose-driver-or-orm.md)
- [连接到 TiDB](/develop/dev-guide-connect-to-tidb.md)
Expand Down Expand Up @@ -1025,6 +1029,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down
4 changes: 4 additions & 0 deletions markdown-pages/zh/tidb/release-7.3/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
- [mysql.js](/develop/dev-guide-sample-application-nodejs-mysqljs.md)
- [Prisma](/develop/dev-guide-sample-application-nodejs-prisma.md)
- [TypeORM](/develop/dev-guide-sample-application-nodejs-typeorm.md)
- Ruby
- [mysql2](/develop/dev-guide-sample-application-ruby-mysql2.md)
- [Rails](/develop/dev-guide-sample-application-ruby-rails.md)
- 连接到 TiDB
- [选择驱动或 ORM 框架](/develop/dev-guide-choose-driver-or-orm.md)
- [连接到 TiDB](/develop/dev-guide-connect-to-tidb.md)
Expand Down Expand Up @@ -1031,6 +1034,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.5](/releases/release-6.5.5.md)
- [6.5.4](/releases/release-6.5.4.md)
- [6.5.3](/releases/release-6.5.3.md)
- [6.5.2](/releases/release-6.5.2.md)
Expand Down

1 comment on commit d5a5995

@vercel
Copy link

@vercel vercel bot commented on d5a5995 Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

scaffold – ./

preview-scaffold.vercel.app
scaffold-git-main-oreoxmt.vercel.app
scaffold-oreoxmt.vercel.app

Please sign in to comment.