From 61257ce010d3a5e1b137d39f77e6db95753435da Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 27 Jul 2017 17:55:11 -0700 Subject: [PATCH] DATAGEODE-30 - Fix Reference Guide formatting. Fix typo in region.adoc involving the Local Region example. --- src/main/asciidoc/reference/data.adoc | 4 ++++ src/main/asciidoc/reference/region.adoc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/data.adoc b/src/main/asciidoc/reference/data.adoc index 400f8ea8..61f31125 100644 --- a/src/main/asciidoc/reference/data.adoc +++ b/src/main/asciidoc/reference/data.adoc @@ -308,8 +308,12 @@ For more details on using Apache Geode in JTA transactions, see http://geode.apa For more details on configuring Apache Geode as a "_Last Resource_", see http://geode.apache.org/docs/guide/11/developing/transactions/JTA_transactions.html#concept_csy_vfb_wk[here]. +:leveloffset: +1 + include::{basedocdir}/reference/cq-container.adoc[] +:leveloffset: -1 + [[apis:declarable]] == Wiring `Declarable` Components diff --git a/src/main/asciidoc/reference/region.adoc b/src/main/asciidoc/reference/region.adoc index c15defc1..8ac2c32f 100644 --- a/src/main/asciidoc/reference/region.adoc +++ b/src/main/asciidoc/reference/region.adoc @@ -940,7 +940,7 @@ naming conventions to wire the cache): ---- Here, a local Region is created (if one doesn't exist already). The name of the Region is the same as the bean id -(`myLocalRegion`) and the bean assumes the existence of a Geode cache named `gemfireCache`. +(`exampleLocalRegion`) and the bean assumes the existence of a Geode cache named `gemfireCache`. [[bootstrap:region:replicate]] == Replicated Region