Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/_partials/_attributes-local.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion modules/ROOT/pages/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down Expand Up @@ -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[]
Expand Down