Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links in Learn more section on documentation home page #2187

Merged
merged 1 commit into from
Aug 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions documentation-website/Writerside/topics/Home.topic
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@

<primary>
<title>Learn More</title>
<a href=""
<a href="Exposed-Modules.md"
summary="Learn how to configure Exposed in the existing project using Gradle or Maven build systems">
Adding Dependencies
</a>
<a href="" summary="Start creating your first tables and get familiar with the column types">
<a href="Table-Definition.md" summary="Start creating your first tables and get familiar with the column types">
Tables and Columns ABC
</a>
<a href="" summary="Learn how to write database queries using Exposed query DSL">
<a href="Deep-Dive-into-DSL.md" summary="Learn how to write database queries using Exposed query DSL">
Querying Database
</a>
<a href=""
<a href="Deep-Dive-into-DAO.md"
summary="Learn how to perform basic CRUD (Create, Read, Update, Delete) operations using entities mapping">
Introduction to ORM Entities
</a>
Expand Down
Loading