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