From 73135a8f9c5323603ef4b0051f1de02c446f4550 Mon Sep 17 00:00:00 2001 From: ibsoln <52778946+ibsoln@users.noreply.github.com> Date: Tue, 5 Oct 2021 15:26:18 +0100 Subject: [PATCH] QF211005-1 -- Fix typos https://issues.couchbase.com/browse/DOCS-9045 --- modules/ROOT/pages/_partials/_attributes-local.adoc | 2 +- modules/ROOT/pages/glossary.adoc | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/_partials/_attributes-local.adoc b/modules/ROOT/pages/_partials/_attributes-local.adoc index fd722922c..126bacd22 100644 --- a/modules/ROOT/pages/_partials/_attributes-local.adoc +++ b/modules/ROOT/pages/_partials/_attributes-local.adoc @@ -85,7 +85,7 @@ // Sync Gateway Common url links -:url-cb--pfx: https://www.couchbase.com/ +:url-cb-pfx: https://www.couchbase.com/ :url-cb-jira: https://issues.couchbase.com/browse :url-cb-issues-sync: https://github.com/couchbase/sync_gateway/issues :url-cb-downloads: {url-cb-pfx}downloads/?family=mobile diff --git a/modules/ROOT/pages/glossary.adoc b/modules/ROOT/pages/glossary.adoc index 6c24307d9..513178ed8 100644 --- a/modules/ROOT/pages/glossary.adoc +++ b/modules/ROOT/pages/glossary.adoc @@ -10,6 +10,7 @@ // End of Page Definition Statements include::partial$_std-hdr-sgw.adoc[] + include::partial$block-authors-notes.adoc[tag=wip] :topic-group: {tg-ref-info} include::partial$block-abstract.adoc[] @@ -433,10 +434,12 @@ The term, _Synchronization_, refers to the process of replicating the changes ma // tag::sgw-icr-sync-function-def[] The Sync Function is a JavaScript function whose source code is provisioned using the Admin Rest API. It is in charge of data validation, and of authorizing both read and write access to documents. + // end::sgw-icr-sync-function-def[] // tag::sgw-icr-sync-function-rel[] - {sync-function--xref} +{sync-function--xref} + // end::sgw-icr-sync-function-rel[] // end::sgw-icr-sync-function[] // end::sgw-icr-sync-function-full[]