Skip to content

Commit

Permalink
dev guide: fix a render issue (#12586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Feb 20, 2023
1 parent 659952f commit 8e3e40f
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions develop/dev-guide-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,31 @@ TiDB is highly compatible with the MySQL protocol and supports [most MySQL synta

Since TiDB is compatible with the MySQL protocol and MySQL syntax, most of the ORMs that support MySQL are also compatible with TiDB.

## Read More

- [Quick Start](/develop/dev-guide-build-cluster-in-cloud.md)
- [Choose Driver or ORM](/develop/dev-guide-choose-driver-or-orm.md)
## Read more

<CustomContent platform="tidb">

- [Quick Start](/develop/dev-guide-build-cluster-in-cloud.md)
- [Choose Driver or ORM](/develop/dev-guide-choose-driver-or-orm.md)
- [Connect to TiDB](/develop/dev-guide-connect-to-tidb.md)
- [Database Schema Design](/develop/dev-guide-schema-design-overview.md)
- [Write Data](/develop/dev-guide-insert-data.md)
- [Read Data](/develop/dev-guide-get-data-from-single-table.md)
- [Transaction](/develop/dev-guide-transaction-overview.md)
- [Optimize](/develop/dev-guide-optimize-sql-overview.md)
- [Example Applications](/develop/dev-guide-sample-application-spring-boot.md)

</CustomContent>

<CustomContent platform="tidb-cloud">

- [Quick Start](/develop/dev-guide-build-cluster-in-cloud.md)
- [Choose Driver or ORM](/develop/dev-guide-choose-driver-or-orm.md)
- [Database Schema Design](/develop/dev-guide-schema-design-overview.md)
- [Write Data](/develop/dev-guide-insert-data.md)
- [Read Data](/develop/dev-guide-get-data-from-single-table.md)
- [Transaction](/develop/dev-guide-transaction-overview.md)
- [Optimize](/develop/dev-guide-optimize-sql-overview.md)
- [Example Applications](/develop/dev-guide-sample-application-spring-boot.md)
- [Example Applications](/develop/dev-guide-sample-application-spring-boot.md)

</CustomContent>

0 comments on commit 8e3e40f

Please sign in to comment.