Skip to content

Commit 54ebad9

Browse files
ref index
1 parent 080f14b commit 54ebad9

1 file changed

Lines changed: 85 additions & 0 deletions

File tree

modules/ref/pages/index.adoc

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
= Reference Pages
2+
:page-toclevels: 2
3+
:page-aliases: concept-docs:concepts.adoc
4+
:description: Essential reference infomation for developing with Couchbase.
5+
6+
7+
// Note to editors
8+
//
9+
// This page pulls in content from -sdk-common-
10+
// and code samples from -example-dir-
11+
//
12+
// It can be seen built at https://docs.couchbase.com/scala-sdk/1.6/ref/index.html
13+
14+
[abstract]
15+
{description}
16+
17+
18+
This section contains the following reference docs:
19+
20+
* {sdk-api-link}[API Reference^]
21+
* xref:ref:client-settings.adoc[]
22+
* xref:ref:error-codes.adoc[Error Code Reference]
23+
* xref:ref:glossary.adoc[Glossary]
24+
* xref:ref:travel-app-data-model.adoc[]
25+
26+
27+
== A Deeper Dive
28+
29+
The Couchbase SDK docs aim to be practical, and example-led, to get you working with any of our features as quickly as possible.
30+
At some point during your journey through these Howto docs, you may feel the need for a deeper dive into certain topics.
31+
Concept docs offer discussion-style expansions of key Couchbase features, which go beyond the dry, bare-bones reference of the API docs, and aim to give a clear understanding of the chosen topic.
32+
33+
These are interspersed with the howto guides --
34+
but the complete set of discussion docs for the SDK is listed and linked below:
35+
36+
37+
// TODO - put this in a better order.
38+
39+
* xref:concept-docs:buckets-and-clusters.adoc[Buckets & Clusters]
40+
* xref:concept-docs:collections.adoc[Collections & Scope]
41+
* xref:concept-docs:compression.adoc[Compression]
42+
* xref:concept-docs:data-model.adoc[Data Model]
43+
** xref:concept-docs:documents.adoc[Documents]
44+
** xref:concept-docs:nonjson.adoc[Non-json Docs]
45+
** xref:concept-docs:subdocument-operations.adoc[Sub-Documents]
46+
** xref:concept-docs:xattr.adoc[XATTR & Virtual XATTR]
47+
* xref:concept-docs:errors.adoc[Errors and Diagnostics]
48+
** xref:concept-docs:health-check.adoc[Health Check]
49+
** xref:concept-docs:response-time-observability.adoc[Tracing]
50+
* xref:concept-docs:durability-replication-failure-considerations.adoc[Failure Considerations]
51+
* xref:concept-docs:encryption.adoc[Field Level Encryption]
52+
* xref:concept-docs:data-services.adoc[Service Selection / Querying your Data]
53+
** xref:concept-docs:analytics-for-sdk-users.adoc[Analytics]
54+
** xref:concept-docs:understanding-views.adoc[Map Reduce Views]
55+
** xref:concept-docs:n1ql-query.adoc[Query]
56+
** xref:concept-docs:full-text-search-overview.adoc[Search]
57+
* xref:concept-docs:sdk-user-management-overview.adoc[User Management]
58+
** xref:concept-docs:certificate-based-authentication.adoc[Cert Auth]
59+
** xref:concept-docs:rbac.adoc[RBAC]
60+
61+
// +
62+
63+
* xref:concept-docs:data-durability-acid-transactions.adoc[Data Modelling, Durability, and Consistency]
64+
65+
* xref:concept-docs:querying-your-data.adoc[]
66+
67+
* xref:concept-docs:durability-replication-failure-considerations.adoc[]
68+
69+
* xref:concept-docs:best-practices.adoc[]
70+
71+
* xref:concept-docs:management-api.adoc[Managing Couchbase]
72+
73+
74+
* xref:project-docs:deployment.adoc[SDK Deployment]
75+
76+
77+
78+
79+
80+
////
81+
External links.
82+
83+
Discussion / Concept / Understanding
84+
docs.
85+
////

0 commit comments

Comments
 (0)