Skip to content

Commit

Permalink
Merge pull request #43884 from MichalMaler/Tweaking-the-Datasource-gu…
Browse files Browse the repository at this point in the history
…ide-conditionals

Tweaking the Datasource guide content conditionals
  • Loading branch information
gsmet authored Oct 18, 2024
2 parents 35294cd + d842d7b commit acfcab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Empty file.
12 changes: 3 additions & 9 deletions docs/src/main/asciidoc/datasource.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ For more details and optional configurations, see xref:databases-dev-services.ad

* `quarkus-jdbc-db2`
* `quarkus-jdbc-derby`
ifdef::note-quarkus-derby[]
+
{note-quarkus-derby}
endif::note-quarkus-derby[]
include::_includes/snip-note-derby.adoc[]
* `quarkus-jdbc-h2`
* `quarkus-jdbc-mariadb`
* `quarkus-jdbc-mssql`
Expand Down Expand Up @@ -155,10 +153,8 @@ Quarkus currently includes the following built-in database kinds:
+
* DB2: `db2`
* Derby: `derby`
ifdef::note-quarkus-derby[]
+
{note-quarkus-derby}
endif::note-quarkus-derby[]
include::_includes/snip-note-derby.adoc[]
* H2: `h2`
* MariaDB: `mariadb`
* Microsoft SQL Server: `mssql`
Expand Down Expand Up @@ -199,10 +195,8 @@ JDBC is the most common database connection pattern, typically needed when used
.. For use with a built-in JDBC driver, choose and add the Quarkus extension for your relational database driver from the list below:
+
* Derby - `quarkus-jdbc-derby`
ifdef::note-quarkus-derby[]
+
{note-quarkus-derby}
endif::note-quarkus-derby[]
include::_includes/snip-note-derby.adoc[]
* H2 - `quarkus-jdbc-h2`
+
[NOTE]
Expand Down

0 comments on commit acfcab4

Please sign in to comment.