Added fallback references to general repository documentation.
This commit is contained in:
@@ -52,7 +52,9 @@
|
|||||||
<xi:include href="introduction/why-sd-doc.xml"/>
|
<xi:include href="introduction/why-sd-doc.xml"/>
|
||||||
<xi:include href="introduction/requirements.xml"/>
|
<xi:include href="introduction/requirements.xml"/>
|
||||||
<xi:include href="introduction/getting-started.xml"/>
|
<xi:include href="introduction/getting-started.xml"/>
|
||||||
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/master/src/docbkx/repositories.xml"/>
|
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/master/src/docbkx/repositories.xml">
|
||||||
|
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
|
||||||
|
</xi:include>
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
<part id="reference">
|
<part id="reference">
|
||||||
@@ -67,4 +69,12 @@
|
|||||||
<xi:include href="reference/jmx.xml"/>
|
<xi:include href="reference/jmx.xml"/>
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
|
<part id="appendix">
|
||||||
|
<title>Appendix</title>
|
||||||
|
|
||||||
|
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/master/src/docbkx/repository-namespace-reference.xml">
|
||||||
|
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
|
||||||
|
</xi:include>
|
||||||
|
</part>
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
|||||||
Reference in New Issue
Block a user