|
1 | 1 | // |
2 | 2 |
|
3 | | -* xref:introduction.adoc[Introduction] |
| 3 | +* xref:ROOT:introduction.adoc[Introduction] |
4 | 4 |
|
5 | 5 | // |
6 | 6 |
|
7 | 7 | // |
8 | 8 |
|
9 | | -* xref:whatsnew.adoc[pass:q,a[*_New in {release}_*]] |
| 9 | +* xref:ROOT:whatsnew.adoc[pass:q,a[*_New in {release}_*]] |
10 | 10 |
|
11 | 11 | // |
12 | 12 |
|
13 | 13 | .Start Here! |
14 | | -// * xref:index.adoc[Quick Links] |
15 | | -* xref:start-here/get-started-prepare.adoc[Prepare] |
16 | | -* xref:start-here/get-started-install.adoc[Install] |
17 | | -* xref:start-here/get-started-verify-install.adoc[Verify] |
| 14 | +// * xref:ROOT:index.adoc[Quick Links] |
| 15 | +* xref:start-here:get-started-prepare.adoc[Prepare] |
| 16 | +* xref:start-here:get-started-install.adoc[Install] |
| 17 | +* xref:start-here:get-started-verify-install.adoc[Verify] |
18 | 18 |
|
19 | 19 | // |
20 | 20 |
|
21 | | -* xref:data-modeling.adoc[Data Modeling] |
| 21 | +* xref:ROOT:data-modeling.adoc[Data Modeling] |
22 | 22 |
|
23 | 23 | // |
24 | 24 |
|
25 | 25 | .Configuration |
26 | | - * xref:configuration/configuration-overview.adoc[Overview] |
27 | | - * xref:configuration/configuration-schema-bootstrap.adoc[Bootstrap] |
28 | | - * xref:configuration/configuration-schema-database.adoc[Database] |
29 | | - ** xref:configuration/scopes-and-collections-config.adoc[Scopes and Collections Configuration for Sync Gateway] |
30 | | - * xref:configuration/configuration-schema-db-security.adoc[Database Security] |
31 | | - * xref:configuration/configuration-schema-access-control.adoc[Access Control] |
32 | | - * xref:configuration/configuration-schema-import-filter.adoc[Import Filter] |
33 | | - * xref:configuration/configuration-schema-isgr.adoc[Inter-Sync Gateway Replication] |
34 | | - * xref:configuration/configuration-properties-legacy.adoc[Legacy Pre-3.0 Configuration] |
35 | | - * xref:configuration/configuration-javascript-functions.adoc[Javascript Functions] |
36 | | - * xref:configuration/configuration-environment-variables.adoc[Environment Variables] |
| 26 | + * xref:configuration:configuration-overview.adoc[Overview] |
| 27 | + * xref:configuration:configuration-schema-bootstrap.adoc[Bootstrap] |
| 28 | + * xref:configuration:configuration-schema-database.adoc[Database] |
| 29 | + ** xref:configuration:scopes-and-collections-config.adoc[Scopes and Collections Configuration for Sync Gateway] |
| 30 | + * xref:configuration:configuration-schema-db-security.adoc[Database Security] |
| 31 | + * xref:configuration:configuration-schema-access-control.adoc[Access Control] |
| 32 | + * xref:configuration:configuration-schema-import-filter.adoc[Import Filter] |
| 33 | + * xref:configuration:configuration-schema-isgr.adoc[Inter-Sync Gateway Replication] |
| 34 | + * xref:configuration:configuration-properties-legacy.adoc[Legacy Pre-3.0 Configuration] |
| 35 | + * xref:configuration:configuration-javascript-functions.adoc[Javascript Functions] |
| 36 | + * xref:configuration:configuration-environment-variables.adoc[Environment Variables] |
37 | 37 |
|
38 | 38 | .Security |
39 | | - * xref:security/secure-sgw-access.adoc[Secure Access] |
40 | | - * xref:security/authentication-users.adoc[User Authentication] |
41 | | - * xref:security/authentication-certs.adoc[TLS Cert Authentication] |
42 | | - * xref:security/audit-logging.adoc[] |
43 | | - ** xref:security/manage-audit-logs.adoc[] |
44 | | - ** xref:security/audit-log-events.adoc[] |
| 39 | + * xref:security:secure-sgw-access.adoc[Secure Access] |
| 40 | + * xref:security:authentication-users.adoc[User Authentication] |
| 41 | + * xref:security:authentication-certs.adoc[TLS Cert Authentication] |
| 42 | + * xref:security:audit-logging.adoc[] |
| 43 | + ** xref:security:manage-audit-logs.adoc[] |
| 44 | + ** xref:security:audit-log-events.adoc[] |
45 | 45 |
|
46 | 46 | .Access Control |
47 | | - * xref:access-control/access-control-concepts.adoc[Concepts] |
48 | | - ** xref:access-control/access-control-model.adoc[Access Control Model] |
49 | | - ** xref:access-control/channels.adoc[Channels] |
50 | | - ** xref:access-control/roles.adoc[Roles] |
51 | | - ** xref:access-control/users.adoc[Users] |
52 | | - * xref:access-control/sync-function/sync-function.adoc[Sync Function] |
53 | | - ** xref:access-control/sync-function/sync-function-api.adoc[API Reference] |
54 | | - *** xref:access-control/sync-function/sync-function-api-access-cmd.adoc[access()] |
55 | | - *** xref:access-control/sync-function/sync-function-api-channel-cmd.adoc[channel()] |
56 | | - *** xref:access-control/sync-function/sync-function-api-expiry-cmd.adoc[expiry()] |
57 | | - *** xref:access-control/sync-function/sync-function-api-require-access-cmd.adoc[requireAccess()] |
58 | | - *** xref:access-control/sync-function/sync-function-api-require-admin-cmd.adoc[requireAdmin()] |
59 | | - *** xref:access-control/sync-function/sync-function-api-require-role-cmd.adoc[requireRole()] |
60 | | - *** xref:access-control/sync-function/sync-function-api-require-user-cmd.adoc[requireUser()] |
61 | | - *** xref:access-control/sync-function/sync-function-api-role-cmd.adoc[role()] |
62 | | - *** xref:access-control/sync-function/sync-function-api-throw-cmd.adoc[throw()] |
63 | | - * xref:access-control/access-control-how.adoc[How-to] |
64 | | - ** xref:access-control/access-control-how-create-users.adoc[Create Users] |
65 | | - ** xref:access-control/access-control-how-create-roles.adoc[Create Roles] |
66 | | - ** xref:access-control/access-control-how-assign-users-to-roles.adoc[Assign User to Role] |
67 | | - ** xref:access-control/access-control-how-control-document-access.adoc[Control Document Access] |
68 | | - ** xref:access-control/access-control-how-verify-access.adoc[Verify Access] |
69 | | - ** xref:access-control/access-control-how-use-xattrs-for-access-grants.adoc[Use XATTRS for Access Grants] |
70 | | - * xref:access-control/auto-purge-channel-access-revocation.adoc[Auto-Purge Channel Access Revocation] |
| 47 | + * xref:access-control:access-control-concepts.adoc[Concepts] |
| 48 | + ** xref:access-control:access-control-model.adoc[Access Control Model] |
| 49 | + ** xref:access-control:channels.adoc[Channels] |
| 50 | + ** xref:access-control:roles.adoc[Roles] |
| 51 | + ** xref:access-control:users.adoc[Users] |
| 52 | + * xref:access-control:sync-function/sync-function.adoc[Sync Function] |
| 53 | + ** xref:access-control:sync-function/sync-function-api.adoc[API Reference] |
| 54 | + *** xref:access-control:sync-function/sync-function-api-access-cmd.adoc[access()] |
| 55 | + *** xref:access-control:sync-function/sync-function-api-channel-cmd.adoc[channel()] |
| 56 | + *** xref:access-control:sync-function/sync-function-api-expiry-cmd.adoc[expiry()] |
| 57 | + *** xref:access-control:sync-function/sync-function-api-require-access-cmd.adoc[requireAccess()] |
| 58 | + *** xref:access-control:sync-function/sync-function-api-require-admin-cmd.adoc[requireAdmin()] |
| 59 | + *** xref:access-control:sync-function/sync-function-api-require-role-cmd.adoc[requireRole()] |
| 60 | + *** xref:access-control:sync-function/sync-function-api-require-user-cmd.adoc[requireUser()] |
| 61 | + *** xref:access-control:sync-function/sync-function-api-role-cmd.adoc[role()] |
| 62 | + *** xref:access-control:sync-function/sync-function-api-throw-cmd.adoc[throw()] |
| 63 | + * xref:access-control:access-control-how.adoc[How-to] |
| 64 | + ** xref:access-control:access-control-how-create-users.adoc[Create Users] |
| 65 | + ** xref:access-control:access-control-how-create-roles.adoc[Create Roles] |
| 66 | + ** xref:access-control:access-control-how-assign-users-to-roles.adoc[Assign User to Role] |
| 67 | + ** xref:access-control:access-control-how-control-document-access.adoc[Control Document Access] |
| 68 | + ** xref:access-control:access-control-how-verify-access.adoc[Verify Access] |
| 69 | + ** xref:access-control:access-control-how-use-xattrs-for-access-grants.adoc[Use XATTRS for Access Grants] |
| 70 | + * xref:access-control:auto-purge-channel-access-revocation.adoc[Auto-Purge Channel Access Revocation] |
71 | 71 |
|
72 | 72 | .REST API |
73 | | - * xref:rest-api/rest-api-access.adoc[Secure Access] |
74 | | - * xref:rest-api/rest-api-admin.adoc[Admin REST API] |
75 | | - ** xref:rest_api_admin_static.adoc[Admin API Reference] |
76 | | - * xref:rest-api/rest-api-metrics.adoc[Metrics REST API] |
77 | | - ** xref:rest_api_metrics_static.adoc[Metrics API Reference] |
78 | | - * xref:rest-api/rest-api.adoc[Public REST API] |
79 | | - ** xref:rest_api_public_static.adoc[Public API Reference] |
80 | | - * xref:rest-api/rest-api-access-rbac-roles.adoc[RBAC Role - Endpoint Cross-Reference] |
| 73 | + * xref:rest-api:rest-api-access.adoc[Secure Access] |
| 74 | + * xref:rest-api:rest-api-admin.adoc[Admin REST API] |
| 75 | + ** xref:ROOT:rest_api_admin_static.adoc[Admin API Reference] |
| 76 | + * xref:rest-api:rest-api-metrics.adoc[Metrics REST API] |
| 77 | + ** xref:ROOT:rest_api_metrics_static.adoc[Metrics API Reference] |
| 78 | + * xref:rest-api:rest-api.adoc[Public REST API] |
| 79 | + ** xref:ROOT:rest_api_public_static.adoc[Public API Reference] |
| 80 | + * xref:rest-api:rest-api-access-rbac-roles.adoc[RBAC Role - Endpoint Cross-Reference] |
81 | 81 |
|
82 | 82 | .Sync |
83 | | - * xref:sync/sync-with-couchbase-server.adoc[Sync with Server] |
84 | | - * xref:sync/sync-using-app.adoc[Sync with Application] |
| 83 | + * xref:sync:sync-with-couchbase-server.adoc[Sync with Server] |
| 84 | + * xref:sync:sync-using-app.adoc[Sync with Application] |
85 | 85 | * Inter-Sync Gateway Replication |
86 | | - ** xref:sync/sync-inter-syncgateway-overview.adoc[Overview] |
87 | | - ** xref:sync/sync-inter-syncgateway-run.adoc[Initialize] |
88 | | - ** xref:sync/sync-inter-syncgateway-manage.adoc[Manage] |
89 | | - ** xref:sync/sync-inter-syncgateway-monitor.adoc[Monitor] |
90 | | - ** xref:sync/sync-inter-syncgateway-conflict-resolution.adoc[Inter Syncgateway Conflict Resolution] |
91 | | - * xref:sync/delta-sync.adoc[Delta Sync] |
92 | | - * xref:sync/import-processing.adoc[Import Processing] |
| 86 | + ** xref:sync:sync-inter-syncgateway-overview.adoc[Overview] |
| 87 | + ** xref:sync:sync-inter-syncgateway-run.adoc[Initialize] |
| 88 | + ** xref:sync:sync-inter-syncgateway-manage.adoc[Manage] |
| 89 | + ** xref:sync:sync-inter-syncgateway-monitor.adoc[Monitor] |
| 90 | + ** xref:sync:sync-inter-syncgateway-conflict-resolution.adoc[Inter Syncgateway Conflict Resolution] |
| 91 | + * xref:sync:delta-sync.adoc[Delta Sync] |
| 92 | + * xref:sync:import-processing.adoc[Import Processing] |
93 | 93 |
|
94 | 94 | .Manage |
95 | | - * xref:manage/revisions.adoc[Revisions] |
96 | | - * xref:manage/managing-tombstones.adoc[Tombstones] |
97 | | - * xref:manage/resync.adoc[Resync] |
98 | | - * xref:manage/stats-monitoring.adoc[Stats Monitoring] |
99 | | - ** xref:manage/stats-monitoring-json.adoc[] |
100 | | - ** xref:manage/stats-monitoring-prometheus.adoc[] |
101 | | - * xref:manage/database-offline.adoc[Database Offline] |
102 | | - * xref:manage/logging.adoc[Logging] |
103 | | - ** xref:manage/sgcollect-info.adoc[SG Collect Info] |
| 95 | + * xref:manage:revisions.adoc[Revisions] |
| 96 | + * xref:manage:managing-tombstones.adoc[Tombstones] |
| 97 | + * xref:manage:resync.adoc[Resync] |
| 98 | + * xref:manage:stats-monitoring.adoc[Stats Monitoring] |
| 99 | + ** xref:manage:stats-monitoring-json.adoc[] |
| 100 | + ** xref:manage:stats-monitoring-prometheus.adoc[] |
| 101 | + * xref:manage:database-offline.adoc[Database Offline] |
| 102 | + * xref:manage:logging.adoc[Logging] |
| 103 | + ** xref:manage:sgcollect-info.adoc[SG Collect Info] |
104 | 104 |
|
105 | 105 | .Deploy |
106 | | - * xref:deploy/deployment.adoc[Overview] |
107 | | - * xref:deploy/command-line-options.adoc[Command Line Options] |
108 | | - * xref:deploy/load-balancer.adoc[Load Balancer] |
109 | | - * xref:deploy/os-level-tuning.adoc[OS Level Tuning] |
110 | | - * xref:deploy/webhooks.adoc[Webhooks] |
111 | | - * xref:deploy/changes-feed.adoc[Changes Feed] |
112 | | -// * xref:integrating-external-stores.adoc[External Stores] |
113 | | - * xref:deploy/stats-prometheus.adoc[Prometheus Feed] |
114 | | - * xref:deploy/indexing.adoc[Indexing] |
115 | | - ** xref:deploy/index-partitions.adoc[] |
116 | | - * xref:deploy/setting-up-dr-cluster.adoc[Disaster Recovery] |
| 106 | + * xref:deploy:deployment.adoc[Overview] |
| 107 | + * xref:deploy:command-line-options.adoc[Command Line Options] |
| 108 | + * xref:deploy:load-balancer.adoc[Load Balancer] |
| 109 | + * xref:deploy:os-level-tuning.adoc[OS Level Tuning] |
| 110 | + * xref:deploy:webhooks.adoc[Webhooks] |
| 111 | + * xref:deploy:changes-feed.adoc[Changes Feed] |
| 112 | +// * xref:ROOT:integrating-external-stores.adoc[External Stores] |
| 113 | + * xref:deploy:stats-prometheus.adoc[Prometheus Feed] |
| 114 | + * xref:deploy:indexing.adoc[Indexing] |
| 115 | + ** xref:deploy:index-partitions.adoc[] |
| 116 | + * xref:deploy:setting-up-dr-cluster.adoc[Disaster Recovery] |
117 | 117 |
|
118 | 118 | // |
119 | 119 |
|
120 | | - * xref:upgrading.adoc[Upgrade] |
| 120 | + * xref:ROOT:upgrading.adoc[Upgrade] |
121 | 121 |
|
122 | 122 | // |
123 | 123 |
|
124 | 124 | .Use Kubernetes |
125 | | - * xref:use-kubernetes/deploy-cluster-to-kubernetes.adoc[Deploy] |
| 125 | + * xref:use-kubernetes:deploy-cluster-to-kubernetes.adoc[Deploy] |
126 | 126 | * xref:operator:ROOT:tutorial-sync-gateway-manage.adoc[Manage a Sync Gateway Cluster] |
127 | 127 | * xref:operator:ROOT:tutorial-sync-gateway-clients.adoc[Expose Sync Gateway to Couchbase Lite clients] |
128 | 128 |
|
129 | 129 | .Server Compatibility |
130 | | - * xref:server-compatibility/server-compatibility-buckets.adoc[Buckets] |
131 | | - * xref:server-compatibility/server-compatibility-collections.adoc[Collections] |
132 | | - * xref:server-compatibility/server-compatibility-eventing.adoc[Eventing] |
133 | | - * xref:server-compatibility/server-compatibility-transactions.adoc[Transactions] |
134 | | - * xref:server-compatibility/server-compatibility-xdcr.adoc[XDCR] |
135 | | - * xref:server-compatibility/xdcr-active-active-eventing.adoc[XDCR Active-Active and Eventing] |
136 | | - * xref:server-compatibility/server-compatibility-backups.adoc[Backup and Restore] |
| 130 | + * xref:server-compatibility:server-compatibility-buckets.adoc[Buckets] |
| 131 | + * xref:server-compatibility:server-compatibility-collections.adoc[Collections] |
| 132 | + * xref:server-compatibility:server-compatibility-eventing.adoc[Eventing] |
| 133 | + * xref:server-compatibility:server-compatibility-transactions.adoc[Transactions] |
| 134 | + * xref:server-compatibility:server-compatibility-xdcr.adoc[XDCR] |
| 135 | + * xref:server-compatibility:xdcr-active-active-eventing.adoc[XDCR Active-Active and Eventing] |
| 136 | + * xref:server-compatibility:server-compatibility-backups.adoc[Backup and Restore] |
137 | 137 |
|
138 | 138 | .Product Notes |
139 | | - * xref:product-notes/release-notes.adoc[Release Notes] |
140 | | - * xref:product-notes/supported-environments.adoc[Supported Environments] |
141 | | - * xref:product-notes/compatibility.adoc[Compatibility Matrix] |
| 139 | + * xref:product-notes:release-notes.adoc[Release Notes] |
| 140 | + * xref:product-notes:supported-environments.adoc[Supported Environments] |
| 141 | + * xref:product-notes:compatibility.adoc[Compatibility Matrix] |
142 | 142 |
|
143 | 143 |
|
144 | 144 | // list divider |
145 | 145 |
|
146 | | - * xref:glossary.adoc[Glossary] |
| 146 | + * xref:ROOT:glossary.adoc[Glossary] |
147 | 147 |
|
148 | 148 | // |
0 commit comments