Skip to content

Commit

Permalink
Adding an empty snipet+applying a simple include
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maléř <[email protected]>
  • Loading branch information
MichalMaler committed Oct 18, 2024
1 parent 35c6d32 commit d842d7b
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 @@ -66,9 +66,7 @@ For more details and optional configurations, see xref:databases-dev-services.ad
* `quarkus-jdbc-db2`
* `quarkus-jdbc-derby`
+
ifdef::note-quarkus-derby[]
include::resources/snippets/snip-note-derby.adoc[]
endif::note-quarkus-derby[]
include::_includes/snip-note-derby.adoc[]
* `quarkus-jdbc-h2`
* `quarkus-jdbc-mariadb`
* `quarkus-jdbc-mssql`
Expand Down Expand Up @@ -156,9 +154,7 @@ Quarkus currently includes the following built-in database kinds:
* DB2: `db2`
* Derby: `derby`
+
ifdef::note-quarkus-derby[]
include::resources/snippets/snip-note-derby.adoc[]
endif::note-quarkus-derby[]
include::_includes/snip-note-derby.adoc[]
* H2: `h2`
* MariaDB: `mariadb`
* Microsoft SQL Server: `mssql`
Expand Down Expand Up @@ -200,9 +196,7 @@ JDBC is the most common database connection pattern, typically needed when used
+
* Derby - `quarkus-jdbc-derby`
+
ifdef::note-quarkus-derby[]
include::resources/snippets/snip-note-derby.adoc[]
endif::note-quarkus-derby[]
include::_includes/snip-note-derby.adoc[]
* H2 - `quarkus-jdbc-h2`
+
[NOTE]
Expand Down

0 comments on commit d842d7b

Please sign in to comment.