Browse Source

Remove the namespace reference and links to it.

Closes #1290
See https://github.com/spring-projects/spring-data-commons/issues/2662
Original pull request #1298
pull/1302/head
Jens Schauder 3 years ago
parent
commit
fcbecda414
No known key found for this signature in database
GPG Key ID: 45CC872F17423DBF
  1. 1
      spring-data-r2dbc/src/main/asciidoc/index.adoc
  2. 2
      src/main/asciidoc/index.adoc

1
spring-data-r2dbc/src/main/asciidoc/index.adoc

@ -9,6 +9,7 @@ ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1 @@ -9,6 +9,7 @@ ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1
:reactiveStreamsJavadoc: https://www.reactive-streams.org/reactive-streams-{reactiveStreamsVersion}-javadoc
:example-root: ../../../src/test/java/org/springframework/data/r2dbc/documentation
:tabsize: 2
:include-xml-namespaces: false
(C) 2018-2022 The original authors.

2
src/main/asciidoc/index.adoc

@ -6,6 +6,7 @@ Jens Schauder, Jay Bryant, Mark Paluch, Bastian Wilhelm @@ -6,6 +6,7 @@ Jens Schauder, Jay Bryant, Mark Paluch, Bastian Wilhelm
ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600]]
:spring-data-commons-docs: ../../../../../spring-data-commons/src/main/asciidoc
:spring-framework-docs: https://docs.spring.io/spring-framework/docs/{springVersion}/reference/html
:include-xml-namespaces: false
(C) 2018-2022 The original authors.
@ -28,7 +29,6 @@ include::jdbc.adoc[leveloffset=+1] @@ -28,7 +29,6 @@ include::jdbc.adoc[leveloffset=+1]
:numbered!:
include::glossary.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/repository-namespace-reference.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/repository-populator-namespace-reference.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/repository-query-keywords-reference.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/repository-query-return-types-reference.adoc[leveloffset=+1]

Loading…
Cancel
Save