DATAGEODE-70 - Reduced documentation build time.

We now don't include the namespace schema files into the reference documentation anymore as they span multiple pages in the PDF and thus cause heavy load in the PDF conversion trying to lay those out properly [0]. Switched to a simple link pointing to the schemas for now.

[0] https://twitter.com/olivergierke/status/935818047385948160
This commit is contained in:
Oliver Gierke
2017-11-30 14:04:52 +01:00
parent d20111bada
commit db0977f8eb

View File

@@ -3,16 +3,5 @@
= Spring Data Geode Schema
:resourcesDir: {basedocdir}/../resources
== Spring Data Geode Core Schema (gfe)
[source,xml]
----
include::{resourcesDir}/org/springframework/data/gemfire/config/spring-geode-2.0.xsd[]
----
== Spring Data Geode Data Access Schema (gfe-data)
[source,xml]
----
include::{resourcesDir}/org/springframework/data/gemfire/config/spring-data-geode-2.0.xsd[]
----
- http://www.springframework.org/schema/gemfire/spring-gemfire.xsd[Spring Data for Apache Geode Core Schema (`gfe`-namespace)]
- http://www.springframework.org/schema/gemfire/spring-data-gemfire.xsd[Spring Data for Apache Geode Data Access Schema (`gfe-data`-namespace)]