@@ -14,84 +14,90 @@ site:
14
14
google_analytics : GTM-MVPNN2
15
15
nav_groups : |
16
16
[
17
- { "title": "Server", "startPage": "home::server.adoc", "components": ["server"] },
18
- { "title": "Mobile", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway", "couchbase-lite -edge-server"] },
19
- { "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "columnar "] },
17
+ { "title": "Server", "startPage": "home::server.adoc", "components": ["server", "enterprise-analytics" ] },
18
+ { "title": "Mobile / Edge ", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway", "couchbase-edge-server"] },
19
+ { "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "analytics "] },
20
20
{ "title": "Cloud-Native", "components": ["cloud-native-database"] },
21
21
{ "title": "Kubernetes Operator", "startPage": "operator::overview.adoc", "components": ["operator"] },
22
22
{ "title": "CMOS", "components": ["cmos"] },
23
- { "title": "SDKs", "startPage": "home::sdk.adoc", "components": ["*-sdk", "elasticsearch-connector", "kafka-connector", "spark-connector", "tableau-connector", "power-bi-connector", "sdk-extensions"] },
23
+ { "title": "Develop", "startPage": "home::developer.adoc",
24
+ "subGroups": [
25
+ {
26
+ "title": "Operational SDKs",
27
+ "startPage": "home::sdk.adoc",
28
+ "components": ["develop", "dotnet-sdk", "efcore-provider", "c-sdk", "cxx-sdk", "go-sdk", "java-sdk", "quarkus-extension", "kotlin-sdk", "nodejs-sdk", "php-sdk", "python-sdk", "ruby-sdk", "scala-sdk", "elasticsearch-connector", "kafka-connector", "spark-connector", "tableau-connector", "power-bi-connector", "superset-connector", "sdk-extensions"]
29
+ },
30
+ {
31
+ "title": "Analytics SDKs",
32
+ "startPage": "home::analytics-sdk.adoc",
33
+ "components": ["*-analytics-sdk", "*-columnar-sdk"]
34
+ }
35
+ ]
36
+ },
24
37
{ "title": "Tutorials", "startPage": "tutorials::index.adoc", "components": ["tutorials"] },
25
38
{ "title": "Contribute", "components": ["home", "styleguide", "ui-ux", "pendo"] }
26
39
]
40
+
27
41
git :
28
42
ensure_git_suffix : false
29
43
fetch_concurrency : 1
30
44
urls :
31
45
latest_version_segment_strategy : redirect:to
32
46
latest_version_segment : current
33
47
content :
48
+
34
49
branches : master
50
+
35
51
# NOTE the git@ segment in the URL indicates which repositories are private
36
52
# # The above has a bug when upgrading to Antora 3.1. Original sources commented
37
53
# # out and replaced with a non git@ prefix. To revert if it causes issues
54
+
38
55
sources :
56
+
57
+ # The main docs-site project
58
+ # ###########################
59
+
39
60
- url : .
40
61
branches : HEAD
41
62
start_path : home
63
+
42
64
- url : https://github.com/couchbaselabs/docs-style-guide
43
65
branches : main
44
66
start_paths : [styleguide, ui-ux, pendo]
67
+
68
+ # Capella & related content
69
+ # ###########################
70
+
71
+ # shared content for Server & Capella
45
72
- url : https://github.com/couchbaselabs/docs-devex
46
- # branches: [release/7.2, capella, elixir]
47
73
branches : [release/7.6, release/7.2, capella]
74
+
48
75
- url : https://github.com/couchbaselabs/cb-swagger
49
76
branches : [release/7.6, release/7.2, release/7.1, release/7.0, capella]
50
77
start_path : docs
51
- # - url: https://[email protected] /couchbasecloud/couchbase-cloud
52
78
- url : https://github.com/couchbasecloud/couchbase-cloud
53
79
branches : [main]
54
80
start_paths : [docs/public, docs/columnar]
55
81
- url : https://github.com/couchbase/docs-capella
56
82
branches : [main]
83
+
57
84
- url : https://github.com/couchbaselabs/docs-columnar
58
- branches : [main]
85
+ branches :
86
+ - main # `analytics` component (Capella Analytics)
87
+ - release/2.0 # `enterprise-analytics` component (self-managed)
88
+ - legacy-columnar-component # `columnar` dummy component for sake of :page-aliases:
59
89
- url : https://github.com/couchbaselabs/docs-ai
60
90
branches : [main]
61
91
62
- # Analytics SDKs (aka Columnar)
92
+ # Couchbase Autonomous Kubernetes Operator
63
93
# ###########################
64
94
65
- - url : https://github.com/couchbase/docs-columnar-sdk-common
66
- branches : [release/1.0]
67
-
68
- - url : https://github.com/couchbase/docs-columnar-sdk-go
69
- branches : [release/1.0]
70
- - url : https://github.com/couchbase/docs-columnar-sdk-java
71
- branches : [release/1.0]
72
- - url : https://github.com/couchbase/docs-columnar-sdk-nodejs
73
- branches : [release/1.0]
74
- - url : https://github.com/couchbase/docs-columnar-sdk-python
75
- branches : [release/1.0]
76
-
77
- - url : https://github.com/couchbase/docs-analytics-sdk-common
78
- branches : [release/1.0]
79
-
80
- - url : https://github.com/couchbase/docs-analytics-sdk-go
81
- branches : [release/1.0]
82
- - url : https://github.com/couchbase/docs-analytics-sdk-java
83
- branches : [release/1.0]
84
- - url : https://github.com/couchbase/docs-analytics-sdk-nodejs
85
- branches : [release/1.0]
86
- - url : https://github.com/couchbase/docs-analytics-sdk-python
87
- branches : [release/1.0]
88
-
89
- # Couchbase Autonomous Kubernetes Operator
90
- # Generated content remains in monorepo
91
- # handwritten in docs-operator.
95
+ # Generated content remains in monorepo
92
96
- url : https://github.com/couchbase/couchbase-operator
93
97
branches : [2.8.x, 2.7.x, 2.6.x, 2.5.x, 2.4.x]
94
98
start_path : docs/user
99
+
100
+ # handwritten content lives in docs-operator.
95
101
- url : https://github.com/couchbase/docs-operator
96
102
branches : [release/2.8, release/2.7, release/2.6, release/2.5, release/2.4]
97
103
@@ -101,80 +107,137 @@ content:
101
107
- url : https://github.com/couchbaselabs/cbmultimanager
102
108
branches : [0.2.x]
103
109
start_path : docs
110
+ - url : https://github.com/couchbase/docs-cloud-native
111
+ branches : [cloud-native-2.2]
112
+
113
+ # Connectors
114
+ # ###########################
115
+
104
116
- url : https://github.com/couchbase/docs-elastic-search
105
117
branches : [main]
106
118
- url : https://github.com/couchbase/docs-kafka
107
- branches : [main ]
119
+ branches : [release/4.3, release/4.2 ]
108
120
- url : https://github.com/couchbase/docs-spark
109
121
branches : [release/3.5, release/3.3]
110
122
- url : https://github.com/couchbase/docs-tableau
111
123
branches : [release/1.1, release/1.0]
112
124
- url : https://github.com/couchbase/docs-connectors-power-bi
113
125
branches : [main]
114
126
- url : https://github.com/couchbase/docs-connectors-superset.git
115
- branches : release/1.0
116
- # - url: https://[email protected] /couchbase/docs-connectors-talend
127
+ branches : [release/1.0]
117
128
- url : https://github.com/couchbase/docs-connectors-talend
118
- # - url: https://[email protected] /couchbase/docs-analytics
129
+
130
+ # Server
131
+ # ###########################
132
+
119
133
- url : https://github.com/couchbase/docs-analytics
120
134
branches : [release/7.6, release/7.2, release/7.1, release/7.0]
121
135
- url : https://github.com/couchbase/couchbase-cli
122
136
branches : [trinity, neo, 7.1.x-docs, cheshire-cat]
123
137
start_path : docs
124
- # - url: https://[email protected] /couchbase/backup
125
138
- url : https://github.com/couchbase/backup
126
139
branches : [trinity, neo, 7.1.x-docs, cheshire-cat]
127
140
start_path : docs
128
- # NOTE docs-server is currently after other server repos so nav key wins
141
+
142
+ # NOTE docs-server is currently after other server repos so nav key wins
143
+
129
144
- url : https://github.com/couchbase/docs-server
130
145
branches : [release/7.6, release/7.2, release/7.1, release/7.0]
146
+
147
+ # SDK
148
+ # ###########################
149
+
131
150
- url : https://github.com/couchbase/docs-sdk-common
132
- branches : [release/7.6, temp/7.5, release/7.2, release/7.1.2, release/7.1, release/7.0, release/6.6, release/6.5]
151
+ branches : [release/8.0, release/7.7, release/7.6.6, release/7.6.2, release/7.6, temp/7.5, release/7.2, release/7.1.2, release/7.1, release/7.0, release/6.6, release/6.5]
152
+
133
153
- url : https://github.com/couchbase/docs-sdk-c
134
154
branches : [release/3.3]
135
155
- url : https://github.com/couchbase/docs-sdk-cxx
136
- branches : [release/1.0]
156
+ branches : [release/1.1, release/1.0]
157
+
158
+ # .NET
137
159
- url : https://github.com/couchbase/docs-sdk-dotnet
138
- branches : [temp/3.6, release/3.5, release/3.4, release/3.3]
160
+ branches : [temp/3.7, temp/3.6, release/3.5, release/3.4]
161
+ - url : https://github.com/couchbase/docs-efcore
162
+ branches : [release/1.0]
163
+
139
164
- url : https://github.com/couchbase/docs-sdk-go
140
- branches : [temp/2.9, temp/2.8, release/2.7, release/2.6, release/2.5]
165
+ branches : [temp/2.10, temp/2.9, temp/2.8, release/2.7]
166
+
167
+ # JVM
141
168
- url : https://github.com/couchbase/docs-sdk-java
142
- branches : [temp/3.7, temp/3.6, release/3.5, release/3.4, release/3.3]
169
+ branches : [release/3.9, release/3.8, temp/3.7, temp/3.6, release/3.5]
170
+ - url : https://github.com/couchbase/docs-quarkus-extension
171
+ branches : [release/1.1, release/1.0]
143
172
- url : https://github.com/couchbase/docs-sdk-kotlin
144
- branches : [temp/1.4, temp/1.3, release/1.2, release/1.1, release/1.0]
173
+ branches : [temp/3.9, temp/1.5, temp/1.4, temp/1.3, release/1.2]
174
+ - url : https://github.com/couchbase/docs-sdk-scala
175
+ branches : [release/3.9, release/1.8, release/1.7, temp/1.6, release/1.5]
176
+
177
+ # "scripting languages"
145
178
- url : https://github.com/couchbase/docs-sdk-nodejs
146
- branches : [temp/4.4 , temp/4.3, release/4.2, release /4.1 ]
179
+ branches : [temp/4.5 , temp/4.4, temp /4.3 ]
147
180
- url : https://github.com/couchbase/docs-sdk-php
148
- branches : [temp/4.2, release /4.1 , release/4.0 ]
181
+ branches : [temp/4.3, temp /4.2 , release/4.1 ]
149
182
- url : https://github.com/couchbase/docs-sdk-python
150
- branches : [temp/4.3 , temp/4.2, release /4.1, release/4.0 ]
183
+ branches : [temp/4.4 , temp/4.3, temp /4.2 ]
151
184
- url : https://github.com/couchbase/docs-sdk-ruby
152
- branches : [temp/3.5, release/3.4, release/3.3]
153
- - url : https://github.com/couchbase/docs-sdk-scala
154
- branches : [release/1.7, temp/1.6, release/1.5, release/1.4, release/1.3]
185
+ branches : [temp/3.6, temp/3.5, release/3.4]
186
+
155
187
- url : https://github.com/couchbase/docs-sdk-extensions
156
188
branches : [main]
157
- # Mobile Docs Pages
189
+
190
+ # Analytics SDKs (aka Columnar)
191
+ # ###########################
192
+
193
+ - url : https://github.com/couchbase/docs-columnar-sdk-common
194
+ branches : [release/1.0]
195
+
196
+ - url : https://github.com/couchbase/docs-columnar-sdk-go
197
+ branches : [release/1.0]
198
+ - url : https://github.com/couchbase/docs-columnar-sdk-java
199
+ branches : [release/1.0]
200
+ - url : https://github.com/couchbase/docs-columnar-sdk-nodejs
201
+ branches : [release/1.0]
202
+ - url : https://github.com/couchbase/docs-columnar-sdk-python
203
+ branches : [release/1.0]
204
+
205
+ - url : https://github.com/couchbase/docs-analytics-sdk-common
206
+ branches : [release/1.0]
207
+
208
+ - url : https://github.com/couchbase/docs-analytics-sdk-go
209
+ branches : [release/1.0]
210
+ - url : https://github.com/couchbase/docs-analytics-sdk-java
211
+ branches : [release/1.0]
212
+ - url : https://github.com/couchbase/docs-analytics-sdk-nodejs
213
+ branches : [release/1.0]
214
+ - url : https://github.com/couchbase/docs-analytics-sdk-python
215
+ branches : [release/1.0]
216
+
217
+ # Mobile
218
+ # ###########################
219
+
220
+ # possibly legacy shared content
158
221
- url : https://github.com/couchbase/docs-mobile
159
222
branches : [release/3.1, release/2.8]
223
+
160
224
- url : https://github.com/couchbaselabs/docs-couchbase-lite
161
225
branches : [release/3.2, release/3.1, release/3.0, release/2.8]
226
+
162
227
- url : https://github.com/couchbaselabs/docs-sync-gateway
163
- branches : [release/3.2, release/3.1, release/3.0, release/2.8]
228
+ branches : [release/3.3, release/3.2, release/3.1, release/3.0, release/2.8]
229
+
164
230
- url : https://github.com/couchbaselabs/docs-couchbase-lite-edge-server
165
231
branches : [release/1.0]
166
- # - url: https://[email protected] /couchbase/docs-cloud-native
167
- - url : https://github.com/couchbase/docs-cloud-native
168
- branches : [cloud-native-2.2 ]
169
- # - url: https://github.com/couchbaselabs/tutorials
170
- - url : https://github.com/couchbase/developer-content
171
- - url : https://github.com/couchbaselabs/tutorial-template
232
+
233
+ - url : https://github.com/couchbase/edge-server
234
+ branches : [main ]
235
+ start_path : docs
236
+
237
+ # random mobile tutorials
172
238
- url : https://github.com/couchbaselabs/mobile-travel-sample
173
239
branches : [master]
174
240
start_path : content
175
- # - url: https://github.com/couchbaselabs/hotel-finder-react-native
176
- # - url: https://github.com/couchbaselabs/hotel-lister-cordova
177
- # - url: https://github.com/couchbaselabs/tutorials-contrib
178
241
- url : https://github.com/couchbaselabs/mobile-training-todo
179
242
branches : tutorials
180
243
start_path : content
@@ -186,16 +249,13 @@ content:
186
249
- url : https://github.com/couchbaselabs/userprofile-couchbase-mobile-xamarin
187
250
branches : [standalone, query, sync]
188
251
start_path : content
189
- # - url: https://github.com/couchbaselabs/couchbase-lite-ios-api-playground
190
252
- url : https://github.com/couchbaselabs/userprofile-couchbase-mobile-android
191
253
branches : [standalone, query, sync]
192
254
start_path : content
193
- # - url: https://github.com/amarantha-k/OpenID_connect_tutorial
194
- # branches: [tutorial]
195
- # start_path: content
196
255
- url : https://github.com/couchbaselabs/couchbase-lite-peer-to-peer-sync-examples
197
256
branches : [master]
198
257
start_path : content
258
+
199
259
asciidoc :
200
260
attributes :
201
261
site-navigation-data-path : _/js/site-navigation-data.js
@@ -214,7 +274,7 @@ asciidoc:
214
274
enterprise : https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
215
275
community : https://www.couchbase.com/products/editions[COMMUNITY EDITION]
216
276
sqlpp : SQL++
217
- sqlppc : SQL++ for Capella columnar
277
+ sqlppc : SQL++ for Capella Analytics
218
278
sqlppea : SQL++ for Enterprise Analytics
219
279
sqlpp_url : https://www.couchbase.com/products/n1ql
220
280
cbpp : Couchbase++
@@ -235,7 +295,7 @@ asciidoc:
235
295
- ' @asciidoctor/tabs'
236
296
ui :
237
297
bundle :
238
- url : https://github.com/couchbase/docs-ui/releases/download/prod-213 /ui-bundle.zip
298
+ url : https://github.com/couchbase/docs-ui/releases/download/prod-216 /ui-bundle.zip
239
299
output :
240
300
dir : ./public
241
301
runtime :
0 commit comments