Skip to content

Commit 1decf72

Browse files
committed
update preview config after EA GA
1 parent df80311 commit 1decf72

File tree

1 file changed

+130
-70
lines changed

1 file changed

+130
-70
lines changed

antora-playbook.preview.yml

Lines changed: 130 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -14,84 +14,90 @@ site:
1414
google_analytics: GTM-MVPNN2
1515
nav_groups: |
1616
[
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"] },
2020
{ "title": "Cloud-Native", "components": ["cloud-native-database"] },
2121
{ "title": "Kubernetes Operator", "startPage": "operator::overview.adoc", "components": ["operator"] },
2222
{ "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+
},
2437
{ "title": "Tutorials", "startPage": "tutorials::index.adoc", "components": ["tutorials"] },
2538
{ "title": "Contribute", "components": ["home", "styleguide", "ui-ux", "pendo"] }
2639
]
40+
2741
git:
2842
ensure_git_suffix: false
2943
fetch_concurrency: 1
3044
urls:
3145
latest_version_segment_strategy: redirect:to
3246
latest_version_segment: current
3347
content:
48+
3449
branches: master
50+
3551
# NOTE the git@ segment in the URL indicates which repositories are private
3652
## The above has a bug when upgrading to Antora 3.1. Original sources commented
3753
## out and replaced with a non git@ prefix. To revert if it causes issues
54+
3855
sources:
56+
57+
# The main docs-site project
58+
############################
59+
3960
- url: .
4061
branches: HEAD
4162
start_path: home
63+
4264
- url: https://github.com/couchbaselabs/docs-style-guide
4365
branches: main
4466
start_paths: [styleguide, ui-ux, pendo]
67+
68+
# Capella & related content
69+
############################
70+
71+
# shared content for Server & Capella
4572
- url: https://github.com/couchbaselabs/docs-devex
46-
# branches: [release/7.2, capella, elixir]
4773
branches: [release/7.6, release/7.2, capella]
74+
4875
- url: https://github.com/couchbaselabs/cb-swagger
4976
branches: [release/7.6, release/7.2, release/7.1, release/7.0, capella]
5077
start_path: docs
51-
# - url: https://[email protected]/couchbasecloud/couchbase-cloud
5278
- url: https://github.com/couchbasecloud/couchbase-cloud
5379
branches: [main]
5480
start_paths: [docs/public, docs/columnar]
5581
- url: https://github.com/couchbase/docs-capella
5682
branches: [main]
83+
5784
- 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:
5989
- url: https://github.com/couchbaselabs/docs-ai
6090
branches: [main]
6191

62-
# Analytics SDKs (aka Columnar)
92+
# Couchbase Autonomous Kubernetes Operator
6393
############################
6494

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
9296
- url: https://github.com/couchbase/couchbase-operator
9397
branches: [2.8.x, 2.7.x, 2.6.x, 2.5.x, 2.4.x]
9498
start_path: docs/user
99+
100+
# handwritten content lives in docs-operator.
95101
- url: https://github.com/couchbase/docs-operator
96102
branches: [release/2.8, release/2.7, release/2.6, release/2.5, release/2.4]
97103

@@ -101,80 +107,137 @@ content:
101107
- url: https://github.com/couchbaselabs/cbmultimanager
102108
branches: [0.2.x]
103109
start_path: docs
110+
- url: https://github.com/couchbase/docs-cloud-native
111+
branches: [cloud-native-2.2]
112+
113+
# Connectors
114+
############################
115+
104116
- url: https://github.com/couchbase/docs-elastic-search
105117
branches: [main]
106118
- url: https://github.com/couchbase/docs-kafka
107-
branches: [main]
119+
branches: [release/4.3, release/4.2]
108120
- url: https://github.com/couchbase/docs-spark
109121
branches: [release/3.5, release/3.3]
110122
- url: https://github.com/couchbase/docs-tableau
111123
branches: [release/1.1, release/1.0]
112124
- url: https://github.com/couchbase/docs-connectors-power-bi
113125
branches: [main]
114126
- 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]
117128
- url: https://github.com/couchbase/docs-connectors-talend
118-
# - url: https://[email protected]/couchbase/docs-analytics
129+
130+
# Server
131+
############################
132+
119133
- url: https://github.com/couchbase/docs-analytics
120134
branches: [release/7.6, release/7.2, release/7.1, release/7.0]
121135
- url: https://github.com/couchbase/couchbase-cli
122136
branches: [trinity, neo, 7.1.x-docs, cheshire-cat]
123137
start_path: docs
124-
# - url: https://[email protected]/couchbase/backup
125138
- url: https://github.com/couchbase/backup
126139
branches: [trinity, neo, 7.1.x-docs, cheshire-cat]
127140
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+
129144
- url: https://github.com/couchbase/docs-server
130145
branches: [release/7.6, release/7.2, release/7.1, release/7.0]
146+
147+
# SDK
148+
############################
149+
131150
- 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+
133153
- url: https://github.com/couchbase/docs-sdk-c
134154
branches: [release/3.3]
135155
- url: https://github.com/couchbase/docs-sdk-cxx
136-
branches: [release/1.0]
156+
branches: [release/1.1, release/1.0]
157+
158+
# .NET
137159
- 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+
139164
- 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
141168
- 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]
143172
- 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"
145178
- 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]
147180
- 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]
149182
- 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]
151184
- 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+
155187
- url: https://github.com/couchbase/docs-sdk-extensions
156188
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
158221
- url: https://github.com/couchbase/docs-mobile
159222
branches: [release/3.1, release/2.8]
223+
160224
- url: https://github.com/couchbaselabs/docs-couchbase-lite
161225
branches: [release/3.2, release/3.1, release/3.0, release/2.8]
226+
162227
- 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+
164230
- url: https://github.com/couchbaselabs/docs-couchbase-lite-edge-server
165231
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
172238
- url: https://github.com/couchbaselabs/mobile-travel-sample
173239
branches: [master]
174240
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
178241
- url: https://github.com/couchbaselabs/mobile-training-todo
179242
branches: tutorials
180243
start_path: content
@@ -186,16 +249,13 @@ content:
186249
- url: https://github.com/couchbaselabs/userprofile-couchbase-mobile-xamarin
187250
branches: [standalone, query, sync]
188251
start_path: content
189-
# - url: https://github.com/couchbaselabs/couchbase-lite-ios-api-playground
190252
- url: https://github.com/couchbaselabs/userprofile-couchbase-mobile-android
191253
branches: [standalone, query, sync]
192254
start_path: content
193-
# - url: https://github.com/amarantha-k/OpenID_connect_tutorial
194-
# branches: [tutorial]
195-
# start_path: content
196255
- url: https://github.com/couchbaselabs/couchbase-lite-peer-to-peer-sync-examples
197256
branches: [master]
198257
start_path: content
258+
199259
asciidoc:
200260
attributes:
201261
site-navigation-data-path: _/js/site-navigation-data.js
@@ -214,7 +274,7 @@ asciidoc:
214274
enterprise: https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
215275
community: https://www.couchbase.com/products/editions[COMMUNITY EDITION]
216276
sqlpp: SQL++
217-
sqlppc: SQL++ for Capella columnar
277+
sqlppc: SQL++ for Capella Analytics
218278
sqlppea: SQL++ for Enterprise Analytics
219279
sqlpp_url: https://www.couchbase.com/products/n1ql
220280
cbpp: Couchbase++
@@ -235,7 +295,7 @@ asciidoc:
235295
- '@asciidoctor/tabs'
236296
ui:
237297
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
239299
output:
240300
dir: ./public
241301
runtime:

0 commit comments

Comments
 (0)