From 1b9d27221ffe68e33dac30e15cace9f1218f4e27 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 28 Jul 2022 12:28:11 +0200 Subject: [PATCH] GH-6 - Stable anchors for schema appendix in reference documentation. --- src/docs/asciidoc/90-appendix.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/docs/asciidoc/90-appendix.adoc b/src/docs/asciidoc/90-appendix.adoc index 4633db7a..64152213 100644 --- a/src/docs/asciidoc/90-appendix.adoc +++ b/src/docs/asciidoc/90-appendix.adoc @@ -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]