diff --git a/modules/ROOT/pages/server-compatibility-collections.adoc b/modules/ROOT/pages/server-compatibility-collections.adoc index 259d06adc..5ce6c48cc 100644 --- a/modules/ROOT/pages/server-compatibility-collections.adoc +++ b/modules/ROOT/pages/server-compatibility-collections.adoc @@ -22,12 +22,13 @@ include::partial$block-abstract.adoc[] == Using Collections -Couchbase Server provides the backing data store for Sync Gateway and it is compatible -- see: {compatibility--xref}. -However, there are considerations you needs to be aware of when using some Couchbase Server features with Sync Gateway. +Couchbase Server provides the backing data store for Sync Gateway. -One of those instances concerns the use of {server-collections--xref}. +TIP: See: {compatibility--xref} for version compatibility information. -Sync Gateway supports the default scopes and collections ({server-collections-default--xref}) +Here we provide details on how Couchbase Server's Scopes and Collections feature relates to the Couchbase mobile ecosystem. + +Sync Gateway offers support for Couchbase Server's default scopes and collections ({server-collections-default--xref}). It does not currently support named scopes or collections ({server-collections-named--xref}). diff --git a/modules/ROOT/pages/server-compatibility-eventing.adoc b/modules/ROOT/pages/server-compatibility-eventing.adoc index 681a6478a..8b8197933 100644 --- a/modules/ROOT/pages/server-compatibility-eventing.adoc +++ b/modules/ROOT/pages/server-compatibility-eventing.adoc @@ -24,9 +24,12 @@ include::partial$block-caveats.adoc[tags=ee-only-feature] == Introduction -Couchbase Server provides the backing data store for Sync Gateway and there are some considerations you needs to be aware of when using its features alongside Couchbase mobile. +Couchbase Server provides the backing data store for Sync Gateway. + +TIP: See: {compatibility--xref} for version compatibility information. + +Couchbase Server's {server-eventing--xref} feature provides a framework to operate on changes to data in real time. -For example, Couchbase Server's {server-eventing--xref} feature provides a framework to operate on changes to data in real time. Here we provide details on how {server-eventing--xref} relates to data changes in the Couchbase Mobile ecosystem. diff --git a/modules/ROOT/pages/server-compatibility-transactions.adoc b/modules/ROOT/pages/server-compatibility-transactions.adoc index 9ec540aea..20d10a425 100644 --- a/modules/ROOT/pages/server-compatibility-transactions.adoc +++ b/modules/ROOT/pages/server-compatibility-transactions.adoc @@ -26,7 +26,8 @@ Couchbase Server provides the backing data store for Sync Gateway. TIP: See: {compatibility--xref} for version compatibility information. Both Couchbase Server and Couchbase mobile (Sync Gateway and Couchbase Lite) support transactions. -Here we look at how they relate. + +Here we provide details on how Couchbase Server's {server-transactions--xref} feature relates to the Couchbase mobile ecosystem. == Local Transactions diff --git a/modules/ROOT/pages/server-compatibility-xdcr.adoc b/modules/ROOT/pages/server-compatibility-xdcr.adoc index 198856aa9..050b934d7 100644 --- a/modules/ROOT/pages/server-compatibility-xdcr.adoc +++ b/modules/ROOT/pages/server-compatibility-xdcr.adoc @@ -24,11 +24,14 @@ include::partial$block-abstract.adoc[] == Introduction -Couchbase Server provides the backing data store for Sync Gateway and it is compatible -- see: {compatibility--xref}. -However, there are considerations you needs to be aware of when using some Couchbase Server features with Sync Gateway. -One of those instances concerns the use of Couchbase Mobile and {server-xdcr--xref} (XDCR), which use different replication technologies. -Here we show how you can combine the two, maximizing the strengths of both, whist minimizing any functional or performance impact. +Couchbase Server provides the backing data store for Sync Gateway. + +TIP: See: {compatibility--xref} for version compatibility information. + +Both Couchbase mobile and {server-xdcr--xref} (XDCR) provide for efficient and secure replication of data, albeit using different replication technologies. + +Here we provide details on how {server-xdcr--xref} (XDCR) feature relates to the Couchbase mobile ecosystem. [#lbl-isgr]