Skip to content

Commit 5ca76d6

Browse files
committed
docs removed hash tags from Prologue
1 parent 74e8078 commit 5ca76d6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/README.mdx

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ TinyORM is a modern c++ ORM library that makes interacting with a database extre
1212

1313
The code is written in the modern c++20 way and is well tested with the unit and functional tests. Almost all the query builder methods are unit tested. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against all supported databases. For now, the code coverage is not ideal but is good enough to guarantee API and behavior compatibility.
1414

15-
- [Dependencies](dependencies.mdx#dependencies)
16-
- [Supported Compilers](supported-compilers.mdx#supported-compilers)
17-
- [Database: Getting Started](database.mdx#database-getting-started)
18-
- [Database: Query Builder](query-builder.mdx#database-query-builder)
19-
- [Database: Migrations](migrations.mdx#database-migrations)
20-
- [Database: Seeding](seeding.mdx#database-seeding)
21-
- [TinyORM: Getting Started](tinyorm.mdx#tinyorm-getting-started)
22-
- [TinyORM: Relationships](tinyorm-relationships.mdx#tinyorm-relationships)
23-
- [Building: TinyORM](building-tinyorm.mdx#building-tinyorm)
24-
- [Building: Hello world](building-hello-world.mdx#building-hello-world)
25-
- [Building: Migrations](building-migrations.mdx#building-migrations)
15+
- [Dependencies](dependencies.mdx)
16+
- [Supported Compilers](supported-compilers.mdx)
17+
- [Database: Getting Started](database.mdx)
18+
- [Database: Query Builder](query-builder.mdx)
19+
- [Database: Migrations](migrations.mdx)
20+
- [Database: Seeding](seeding.mdx)
21+
- [TinyORM: Getting Started](tinyorm.mdx)
22+
- [TinyORM: Relationships](tinyorm-relationships.mdx)
23+
- [Building: TinyORM](building-tinyorm.mdx)
24+
- [Building: Hello world](building-hello-world.mdx)
25+
- [Building: Migrations](building-migrations.mdx)

0 commit comments

Comments
 (0)