Skip to content

Commit fb84989

Browse files
authored
DOC-9045-C16 -- Asciidoc gardenig (#586)
https://issues.couchbase.com/browse/DOCS-9045
1 parent 66546e6 commit fb84989

File tree

5 files changed

+7
-12
lines changed

5 files changed

+7
-12
lines changed

modules/ROOT/pages/_partials/howto/how-to-create-roles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ File-based Configuration Properties::
5656
+
5757
--
5858

59-
include::partial$bloc-caveats.adoc[tags=disable-persistent-cinfig]
59+
include::partial$block-caveats.adoc[tags=disable-persistent-cinfig]
6060

6161
Create roles by hardcoding them in the {configuration-properties--xref}.
6262
This method is convenient for testing and to get started.

modules/ROOT/pages/access-control-how.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,11 @@ include::{howto}control-document-access.adoc[leveloffset={our-offset}]
374374
include::{howto}verify-access.adoc[leveloffset={our-offset}]
375375

376376

377-
// tag::write-access[]
378-
[#lbl-control-write-access]
379-
== Write Access
377+
// // tag::write-access[]
378+
// [#lbl-control-write-access]
379+
// == Write Access
380380

381-
include::{howto}write-access.adoc[leveloffset={our-offset}]
381+
// include::{howto}write-access.adoc[leveloffset={our-offset}]
382382

383383

384384
[#lbl-xattrs]

modules/ROOT/pages/authentication-certs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ X.509 certificate based authentication is enabled on Sync Gateway by specifying
146146

147147
[source,json]
148148
----
149-
include::{examplesdir}/x509-config.json[]
149+
include::example$configuration/x509-config.json[]
150150
----
151151

152152
If the connection is successful, you should see the following in the logs.

modules/ROOT/pages/revisions.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ include::partial$_std-hdr-sgw.adoc[]
1010

1111

1212
// BEGIN -- Page Heading
13-
:param-topic-group: sync
1413
: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.]
1514
:param-related: {url-blog-dbsizemng-pruning} | {url-blog-doc-conflicts-repl-protocol-revisions} | {url-blog-doc-conflicts-demystifying-mvcc}]
1615
include::partial$block-abstract.adoc[]

modules/ROOT/pages/what-are-tombstones.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ include::partial$_std-hdr-sgw.adoc[]
1010

1111

1212
// BEGIN -- Page Heading
13-
:param-topic-group: sync
1413
:param-abstract: pass:q[Here we introduce the concept of _Tombstones_ and their role in the _Sync Gateway_ revision process.]
1514
:param-related!:
1615
include::partial$block-abstract.adoc[]
@@ -116,12 +115,9 @@ Whether your synchronizations are purely sync gateway or you use Couchbase Lite,
116115

117116

118117
== See also:
119-
* {xref-sgw-pg-managing-tombstones}
120-
* xref:{sgw-pg-shared-bucket-access}#metadata-purge-interval[Metadata Purge Interval]
121-
* {configuration-properties--pfx}#databases-this_db-enable_shared_bucket_access[$dbname.enable_shared_bucket_access]
118+
* {managing-tombstones--xref}
122119
* xref:server:learn:buckets-memory-and-storage/storage.adoc#tombstones[Server Tombstones]
123120

124-
125121
include::partial$block-related-content-api.adoc[]
126122

127123
// END -- PAGE -- what-are-tombstones.adoc

0 commit comments

Comments
 (0)