diff --git a/pom.xml b/pom.xml
index 30203876..256dc5f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,14 +177,6 @@
-
- org.apache.maven.plugins
- maven-assembly-plugin
-
-
- org.codehaus.mojo
- wagon-maven-plugin
-
org.asciidoctor
asciidoctor-maven-plugin
@@ -192,10 +184,44 @@
${project.basedir}/src/main/asciidoc
book
+ true
+ true
+ 2
${project.version}
+
+
+ html
+ generate-resources
+
+ process-asciidoc
+
+
+ html5
+ ${project.root}/target/site/reference/html
+ false
+ prettify
+
+ true
+ font
+ true
+ spring.css
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+
+ org.codehaus.mojo
+ wagon-maven-plugin
diff --git a/src/main/asciidoc/reference/data.adoc b/src/main/asciidoc/reference/data.adoc
index 6a507cc0..b3302f3a 100644
--- a/src/main/asciidoc/reference/data.adoc
+++ b/src/main/asciidoc/reference/data.adoc
@@ -310,6 +310,8 @@ see http://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transacti
For more details on configuring Pivotal GemFire as a "_Last Resource_",
see http://gemfire90.docs.pivotal.io/geode/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[here].
+:leveloffset: +1
+
include::{basedocdir}/reference/cq-container.adoc[]
:leveloffset: -1