GH-6 - Stable anchors for schema appendix in reference documentation.

This commit is contained in:
Oliver Drotbohm
2022-07-28 12:28:11 +02:00
parent f8e3de1238
commit 1b9d27221f

View File

@@ -1,10 +1,13 @@
[[appendix]]
= Appendix
:jdbc-schema-base: ../../../spring-modulith-events/spring-modulith-events-jdbc/src/main/resources
[appendix]
[[appendix.schemas]]
== Event publication registry schemas
[[appendix.schemas.h2]]
=== H2
[source, sql]
@@ -12,6 +15,7 @@
include::{jdbc-schema-base}/schema-h2.sql[]
----
[[appendix.schemas.hsqldb]]
=== HSQLDB
[source, sql]
@@ -19,6 +23,7 @@ include::{jdbc-schema-base}/schema-h2.sql[]
include::{jdbc-schema-base}/schema-hsqldb.sql[]
----
[[appendix.schemas.mysql]]
=== MySQL
[source, sql]
@@ -26,6 +31,7 @@ include::{jdbc-schema-base}/schema-hsqldb.sql[]
include::{jdbc-schema-base}/schema-mysql.sql[]
----
[[appendix.schemas.postgresql]]
=== PostgreSQL
[source, sql]