Skip to content

Commit d3d3107

Browse files
committed
DOC-8272 -- N1QL Query
Interim 210601-1430 DOC-8272-N1QL -- Interim CLANG pages DOC-8272-N1QL -- Interim 210615 DOC-8272-NQL -- run DOC-8272-N1QL -- Select DOC-8272-N1QL -- Commonize results set page DOC-8272-N1QL -- Interim 210729 (cherry picked from commit 66c5680615f60f20dd0d34a72c6211ec81f4f4d0)
1 parent da61866 commit d3d3107

18 files changed

+3150
-57
lines changed

modules/ROOT/pages/_partials/_attributes-local.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ endif::[]
194194
:url-tutorial-mobile-workshop: {url-tutorials}mobile-travel-sample/introduction.html[Couchbase Mobile Workshop]
195195

196196

197+
:url-n1ql-tutorial: https://query-tutorial.couchbase.com/tutorial/#1[N1QL Tutorials]
197198

198199
// END URLs
199200

modules/ROOT/pages/_partials/_page-index.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,25 @@ ifndef::version[:version: version undefined]
2020
:cbl--xref: xref:couchbase-lite:{param-module}:
2121
:cbl-root--pfx: xref:couchbase-lite::
2222
:sgw--xref: xref:sync-gateway::
23+
:svr--xref: xref:server:
2324

2425
:xref-pfx-cbl: {cbl--xref}
2526
:xref-pfx-sgw: {sgw--xref}
2627
:xref-pfx-root: {cbl-root--pfx}
2728
// End -- define module context
2829

30+
// BEGIN -- Couchbase Server XREFS
31+
32+
:svr--xref: xref:server:
33+
34+
:svr-n1ql-datamodel--xref: {svr--xref}learn:data/n1ql-versus-sql.adoc[N1QL Data Model]
35+
// https://docs.couchbase.com/server/current/learn/data/n1ql-versus-sql.html[]
36+
:svr-n1ql-reference--xref: {svr--xref}n1ql:n1ql-language-reference/index.adoc[N1QL Reference Guide]
37+
38+
// END -- Couchbase Server XREFS
39+
40+
41+
2942

3043
:xref-cbl-pg-tutorial-p2psync: xref:tutorials:cbl-p2p-sync-websockets:swift/cbl-p2p-sync-websockets.adoc[Getting Started with Peer-to-Peer Synchronization]
3144

@@ -94,6 +107,8 @@ ifndef::version[:version: version undefined]
94107
:prebuilt-database--xref: {cbl--xref}{prebuilt-database--page}[Prebuilt Database]
95108
:querybuilder--page: querybuilder.adoc
96109
:querybuilder--xref: {cbl--xref}{querybuilder--page}[QueryBuilder]
110+
:querybuilder-n1ql--page: querybuilder-n1ql.adoc
111+
:querybuilder-n1ql--xref: {cbl--xref}{querybuilder-n1ql--page}[N1QL Queries]
97112
:query-live--page: query-live.adoc
98113
:query-live--xref: {cbl--xref}{query-live--page}[Query Live]
99114
:query-predictive--page: query-predictive.adoc

0 commit comments

Comments
 (0)