Skip to content

Commit

Permalink
Merge pull request quarkusio#44294 from MichalMaler/Datasource-guide-…
Browse files Browse the repository at this point in the history
…indef-fix

Fixing the badly ended conditionals
  • Loading branch information
jmartisk authored Nov 4, 2024
2 parents 4968e01 + 10759b3 commit d8f1436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/datasource.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Read <<in-memory-databases,Testing with in-memory databases>> for suggestions re
* PostgreSQL - `quarkus-jdbc-postgresql`
ifndef::no-quarkiverse[]
* Other JDBC extensions, such as link:https://github.com/quarkiverse/quarkus-jdbc-sqlite[SQLite] and its link:https://docs.quarkiverse.io/quarkus-jdbc-sqlite/dev/index.html[documentation], can be found in the https://github.com/quarkiverse[Quarkiverse].
ifndef::no-quarkiverse[]
endif::no-quarkiverse[]
+
For example, to add the PostgreSQL driver dependency:
+
Expand Down

0 comments on commit d8f1436

Please sign in to comment.