Skip to content

Commit dc9669b

Browse files
authored
QF210624-1 -- Fix nav for new UI (#522)
https://issues.couchbase.com/browse/DOC-7767
1 parent 7b3a8e5 commit dc9669b

File tree

1 file changed

+97
-102
lines changed

1 file changed

+97
-102
lines changed

modules/ROOT/nav.adoc

Lines changed: 97 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -28,113 +28,108 @@ include::ROOT:partial$_page-index.adoc[]
2828
:xref-cao-pg-manage-sgw: {xref-pfx-cao}{cao-pg-manage-sgw}[Manage a Sync Gateway Cluster]
2929
:xref-cao-pg-clients-sgw: {xref-pfx-cao}{cao-pg-clients-sgw}[Expose Sync Gateway to Couchbase Lite clients]
3030
:xref-cao-pg-connect-sgw: xref:{xref-pfx-cao}{cao-pg-connect-sgw}[Connect Sync Gateway to a Couchbase Cluster]
31+
// Need a * {empty} line to force the .{topic} line to be output
32+
:force-display-of-empty-menu-group: {empty}
33+
3134
// END::Local Attributes
3235
// END::Attributes and Inclusions
3336

3437
// BEGIN::NAV MENU STRUCTURE
35-
.xref:ROOT:index.adoc[Sync Gateway]
38+
.{introduction--xref}
39+
* xref:ROOT:index.adoc[Quick Start]
3640
* {xref-sgw-pg-whatsnew}[What's new]
3741
38-
* Start Here!
39-
** {introduction--xref}
40-
** {get-started-prepare--xref}
41-
** {get-started-install--xref}
42-
** {get-started-verify-install--xref}
43-
44-
* {data-modeling--xref}
45-
46-
* Concepts
47-
** {xref-sgw-pg-users}
48-
** {xref-sgw-pg-roles}
49-
** {xref-sgw-pg-channels}
50-
** {what-are-tombstones--xref}
51-
** {revisions--xref}
52-
53-
* {configuration-properties--pfx}[Configuration]
54-
55-
* REST API
56-
** {rest-api-access--xref}
57-
** {rest-api--xref}
58-
** {rest-api-admin--xref}
59-
** {rest-api-metrics--xref}
60-
** {sgw--xref}{rest-api-client-app--page}[REST API Client]
61-
62-
* Security
63-
** {authentication-users--xref}
64-
** {authentication-certs--xref}
65-
** Access Control
66-
*** {xref-sgw-pg-sync-function}
67-
*** {xref-sgw-pg-read-access}
68-
*** {xref-sgw-pg-write-access}
69-
70-
* Sync
71-
** {xref-sgw-pg-shared-bucket-access}
72-
** {xref-sgw-pg-sync-from-client}
73-
** Inter-Sync Gateway Replication
74-
*** {sgw--xref}{sgw-pg-icr-sgreplicate}[Overview]
75-
*** {sgw--xref}{sgw-pg-icr-running}[Initialize]
76-
*** {sgw--xref}{sgw-pg-icr-admin}[Manage]
77-
*** {sgw--xref}{sgw-pg-icr-monitoring}[Monitor]
78-
*** {xref-sgw-pg-icr-conflict-resolution}
79-
** {xref-sgw-pg-managing-tombstones}
80-
** {xref-sgw-pg-delta-sync}
81-
** {xref-sgw-pg-resync}
82-
** {import-filter--xref}
83-
84-
* Manage
85-
** {xref-sgw-pg-stats-monitoring}
86-
** Logging and Troubleshooting
87-
*** {sgw--xref}{sgw-pg-logging}[Logging]
88-
*** {xref-sgw-pg-sgcollect-info}
89-
** {xref-sgw-pg-database-offline}
90-
// * Integrate
91-
// ** {sgw--xref}{sgw-pg-events}[Webhooks]
92-
// ** xref:{sgw-pg-server-integration}[Changes Feed]
93-
// ** {sgw--xref}{sgw-pg-integrating-external-stores}[External Stores]
94-
// ** {sgw--xref}{sgw-pg-stats-prometheus}[Prometheus Feed]
95-
* {xref-sgw-pg-deployment}
96-
** {command-line-options--xref}
97-
** {xref-sgw-pg-load-balancer}
98-
** {sgw--xref}{sgw-pg-os-level-tuning}[OS-level Tuning]
99-
** {sgw--xref}{sgw-pg-events}[Webhooks]
100-
** xref:{sgw-pg-server-integration}[Changes Feed]
101-
** {sgw--xref}{sgw-pg-integrating-external-stores}[External Stores]
102-
** {sgw--xref}{sgw-pg-stats-prometheus}[Prometheus Feed]
103-
** {xref-sgw-pg-indexing}
104-
** {setting-up-dr-cluster--xref}
105-
106-
* {sgw--xref}{sgw-pg-upgrade}[Upgrade]
107-
108-
* Server Compatibility
109-
** {sgw--xref}{server-compatibility-collections--page}[Collections]
110-
** {sgw--xref}{server-compatibility-eventing--page}[Eventing]
111-
** {sgw--xref}{server-compatibility-transactions--page}[Transactions]
112-
** {sgw--xref}{server-compatibility-xdcr--page}[XDCR]
113-
114-
* Use Kubernetes
115-
** {sgw--xref}{sgw-pg-deploy-cluster}[Deploy]
116-
** {xref-cao-pg-manage-sgw}[Manage]
117-
** {xref-cao-pg-clients-sgw}[Expose]
118-
119-
* Product Notes
120-
** {xref-sgw-pg-release-notes}
121-
** {xref-sgw-pg-supported-os}
122-
** {compatibility--xref}
123-
124-
* Legacy Features
125-
** {xref-sgw-pg-resolving-conflicts-legacy}
126-
** {legacy-sg-replicate--xref}
127-
** {xref-sgw-pg-legacy-logging-pre2-1}
128-
129-
* {xref-sgw-pg-refer-sgw-glossary}
130-
131-
// BEGIN::NAV Handover to Couchbase Lite Sub-Menu
132-
.xref:couchbase-lite::introduction.adoc[Couchbase Lite]
133-
* xref:couchbase-lite:android:quickstart.adoc[Android (Java)]
134-
* xref:couchbase-lite:csharp:quickstart.adoc[C#]
135-
* xref:couchbase-lite:java:quickstart.adoc[Java]
136-
* xref:couchbase-lite:objc:quickstart.adoc[Objective-C]
137-
* xref:couchbase-lite:swift:quickstart.adoc[Swift]
138-
// END::NAV Handover to Couchbase Lite Sub-Menu
42+
.Start Here!
43+
* {get-started-prepare--xref}
44+
* {get-started-install--xref}
45+
* {get-started-verify-install--xref}
46+
47+
.{data-modeling--xref}
48+
* {force-display-of-empty-menu-group}
49+
50+
.Concepts
51+
* {xref-sgw-pg-users}
52+
* {xref-sgw-pg-roles}
53+
* {xref-sgw-pg-channels}
54+
* {what-are-tombstones--xref}
55+
* {revisions--xref}
56+
57+
.{configuration-properties--pfx}[Configuration]
58+
* {force-display-of-empty-menu-group}
59+
60+
.REST API
61+
* {rest-api-access--xref}
62+
* {rest-api--xref}
63+
* {rest-api-admin--xref}
64+
* {rest-api-metrics--xref}
65+
* {sgw--xref}{rest-api-client-app--page}[REST API Client]
66+
67+
.Security
68+
* {authentication-users--xref}
69+
* {authentication-certs--xref}
70+
* Access Control
71+
** {xref-sgw-pg-sync-function}
72+
** {xref-sgw-pg-read-access}
73+
** {xref-sgw-pg-write-access}
74+
75+
.Sync
76+
* {xref-sgw-pg-shared-bucket-access}
77+
* {xref-sgw-pg-sync-from-client}
78+
* Inter-Sync Gateway Replication
79+
** {sgw--xref}{sgw-pg-icr-sgreplicate}[Overview]
80+
** {sgw--xref}{sgw-pg-icr-running}[Initialize]
81+
** {sgw--xref}{sgw-pg-icr-admin}[Manage]
82+
** {sgw--xref}{sgw-pg-icr-monitoring}[Monitor]
83+
** {xref-sgw-pg-icr-conflict-resolution}
84+
* {xref-sgw-pg-managing-tombstones}
85+
* {xref-sgw-pg-delta-sync}
86+
* {xref-sgw-pg-resync}
87+
* {import-filter--xref}
88+
89+
.Manage
90+
* {xref-sgw-pg-stats-monitoring}
91+
* Logging and Troubleshooting
92+
** {sgw--xref}{sgw-pg-logging}[Logging]
93+
** {xref-sgw-pg-sgcollect-info}
94+
* {xref-sgw-pg-database-offline}
95+
96+
.{xref-sgw-pg-deployment}
97+
* {command-line-options--xref}
98+
* {xref-sgw-pg-load-balancer}
99+
* {sgw--xref}{sgw-pg-os-level-tuning}[OS-level Tuning]
100+
* {sgw--xref}{sgw-pg-events}[Webhooks]
101+
* xref:{sgw-pg-server-integration}[Changes Feed]
102+
* {sgw--xref}{sgw-pg-integrating-external-stores}[External Stores]
103+
* {sgw--xref}{sgw-pg-stats-prometheus}[Prometheus Feed]
104+
* {xref-sgw-pg-indexing}
105+
* {setting-up-dr-cluster--xref}
106+
107+
// Need a * {empty} line to force the .{topic} line to be output
108+
.{sgw--xref}{sgw-pg-upgrade}[Upgrade]
109+
* {force-display-of-empty-menu-group}
110+
111+
.Server Compatibility
112+
* {sgw--xref}{server-compatibility-collections--page}[Collections]
113+
* {sgw--xref}{server-compatibility-eventing--page}[Eventing]
114+
* {sgw--xref}{server-compatibility-transactions--page}[Transactions]
115+
* {sgw--xref}{server-compatibility-xdcr--page}[XDCR]
116+
117+
.Use Kubernetes
118+
* {sgw--xref}{sgw-pg-deploy-cluster}[Deploy]
119+
* {xref-cao-pg-manage-sgw}[Manage]
120+
* {xref-cao-pg-clients-sgw}[Expose]
121+
122+
.Product Notes
123+
* {xref-sgw-pg-release-notes}
124+
* {xref-sgw-pg-supported-os}
125+
* {compatibility--xref}
126+
127+
.Legacy Features
128+
* {xref-sgw-pg-resolving-conflicts-legacy}
129+
* {legacy-sg-replicate--xref}
130+
* {xref-sgw-pg-legacy-logging-pre2-1}
131+
132+
.{xref-sgw-pg-refer-sgw-glossary}
133+
* {force-display-of-empty-menu-group}
139134
140135
// END::NAV MENU STRUCTURE

0 commit comments

Comments
 (0)