From 8ef738f2a58f487cd376bdbee7e1713fbf22b4b6 Mon Sep 17 00:00:00 2001 From: ibsoln <52778946+ibsoln@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:59:50 +0100 Subject: [PATCH] DOC-9045-C16 -- Asciidoc gardenig https://issues.couchbase.com/browse/DOCS-9045 --- .../ROOT/pages/_partials/howto/how-to-create-roles.adoc | 2 +- modules/ROOT/pages/access-control-how.adoc | 8 ++++---- modules/ROOT/pages/authentication-certs.adoc | 2 +- modules/ROOT/pages/revisions.adoc | 1 - modules/ROOT/pages/what-are-tombstones.adoc | 6 +----- 5 files changed, 7 insertions(+), 12 deletions(-) diff --git a/modules/ROOT/pages/_partials/howto/how-to-create-roles.adoc b/modules/ROOT/pages/_partials/howto/how-to-create-roles.adoc index 98c9121f4..b50d91e43 100644 --- a/modules/ROOT/pages/_partials/howto/how-to-create-roles.adoc +++ b/modules/ROOT/pages/_partials/howto/how-to-create-roles.adoc @@ -56,7 +56,7 @@ File-based Configuration Properties:: + -- -include::partial$bloc-caveats.adoc[tags=disable-persistent-cinfig] +include::partial$block-caveats.adoc[tags=disable-persistent-cinfig] Create roles by hardcoding them in the {configuration-properties--xref}. This method is convenient for testing and to get started. diff --git a/modules/ROOT/pages/access-control-how.adoc b/modules/ROOT/pages/access-control-how.adoc index bfb304089..e83287df1 100644 --- a/modules/ROOT/pages/access-control-how.adoc +++ b/modules/ROOT/pages/access-control-how.adoc @@ -374,11 +374,11 @@ include::{howto}control-document-access.adoc[leveloffset={our-offset}] include::{howto}verify-access.adoc[leveloffset={our-offset}] -// tag::write-access[] -[#lbl-control-write-access] -== Write Access +// // tag::write-access[] +// [#lbl-control-write-access] +// == Write Access -include::{howto}write-access.adoc[leveloffset={our-offset}] +// include::{howto}write-access.adoc[leveloffset={our-offset}] [#lbl-xattrs] diff --git a/modules/ROOT/pages/authentication-certs.adoc b/modules/ROOT/pages/authentication-certs.adoc index 6ace21144..ca394530f 100644 --- a/modules/ROOT/pages/authentication-certs.adoc +++ b/modules/ROOT/pages/authentication-certs.adoc @@ -146,7 +146,7 @@ X.509 certificate based authentication is enabled on Sync Gateway by specifying [source,json] ---- -include::{examplesdir}/x509-config.json[] +include::example$configuration/x509-config.json[] ---- If the connection is successful, you should see the following in the logs. diff --git a/modules/ROOT/pages/revisions.adoc b/modules/ROOT/pages/revisions.adoc index 2a583b3eb..0044a6052 100644 --- a/modules/ROOT/pages/revisions.adoc +++ b/modules/ROOT/pages/revisions.adoc @@ -10,7 +10,6 @@ include::partial$_std-hdr-sgw.adoc[] // BEGIN -- Page Heading -:param-topic-group: sync :param-abstract: pass:q[Revisions are at the heart of Couchbase Mobile's ability to respond flexibly and securely to changing data from server to edge.] :param-related: {url-blog-dbsizemng-pruning} | {url-blog-doc-conflicts-repl-protocol-revisions} | {url-blog-doc-conflicts-demystifying-mvcc}] include::partial$block-abstract.adoc[] diff --git a/modules/ROOT/pages/what-are-tombstones.adoc b/modules/ROOT/pages/what-are-tombstones.adoc index f9d51f7bc..c73141036 100644 --- a/modules/ROOT/pages/what-are-tombstones.adoc +++ b/modules/ROOT/pages/what-are-tombstones.adoc @@ -10,7 +10,6 @@ include::partial$_std-hdr-sgw.adoc[] // BEGIN -- Page Heading -:param-topic-group: sync :param-abstract: pass:q[Here we introduce the concept of _Tombstones_ and their role in the _Sync Gateway_ revision process.] :param-related!: include::partial$block-abstract.adoc[] @@ -116,12 +115,9 @@ Whether your synchronizations are purely sync gateway or you use Couchbase Lite, == See also: -* {xref-sgw-pg-managing-tombstones} -* xref:{sgw-pg-shared-bucket-access}#metadata-purge-interval[Metadata Purge Interval] -* {configuration-properties--pfx}#databases-this_db-enable_shared_bucket_access[$dbname.enable_shared_bucket_access] +* {managing-tombstones--xref} * xref:server:learn:buckets-memory-and-storage/storage.adoc#tombstones[Server Tombstones] - include::partial$block-related-content-api.adoc[] // END -- PAGE -- what-are-tombstones.adoc