Skip to content

Commit 44371fb

Browse files
committed
update preview playbook
1 parent 7c8294f commit 44371fb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

antora-playbook.preview.diff.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ content:
1414
sources:
1515
- url: https://github.com/couchbaselabs/docs-ai
1616
branches: [main]
17+
- url: https://github.com/couchbaselabs/docs-couchbase-lite-web
18+
branches: [main]
1719

1820
asciidoc:
1921
attributes:

antora-playbook.preview.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ site:
4242
{
4343
"title": "Operational SDKs",
4444
"startPage": "home::sdk.adoc",
45-
"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"]
45+
"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", "rust-sdk", "scala-sdk", "elasticsearch-connector", "kafka-connector", "spark-connector", "tableau-connector", "power-bi-connector", "superset-connector", "sdk-extensions"]
4646
},
4747
{
4848
"title": "Analytics SDKs",
@@ -70,11 +70,13 @@ content:
7070
- pendo
7171
- url: https://github.com/couchbaselabs/docs-devex
7272
branches:
73+
- release/8.0
7374
- release/7.6
7475
- release/7.2
7576
- capella
7677
- url: https://github.com/couchbaselabs/cb-swagger
7778
branches:
79+
- release/8.0
7880
- release/7.6
7981
- release/7.2
8082
- release/7.1
@@ -147,26 +149,30 @@ content:
147149
- release/2.0
148150
- url: https://github.com/couchbase/docs-analytics
149151
branches:
152+
- release/8.0
150153
- release/7.6
151154
- release/7.2
152155
- release/7.1
153156
- release/7.0
154157
- url: https://github.com/couchbase/couchbase-cli
155158
branches:
159+
- morpheus
156160
- trinity
157161
- neo
158162
- 7.1.x-docs
159163
- cheshire-cat
160164
start_path: docs
161165
- url: https://github.com/couchbase/backup
162166
branches:
167+
- morpheus
163168
- trinity
164169
- neo
165170
- 7.1.x-docs
166171
- cheshire-cat
167172
start_path: docs
168173
- url: https://github.com/couchbase/docs-server
169174
branches:
175+
- release/8.0
170176
- release/7.6
171177
- release/7.2
172178
- release/7.1
@@ -209,6 +215,9 @@ content:
209215
- temp/2.9
210216
- temp/2.8
211217
- release/2.7
218+
- url: https://github.com/couchbase/docs-sdk-rust
219+
branches:
220+
- release/1.0
212221
- url: https://github.com/couchbase/docs-sdk-java
213222
branches:
214223
- release/3.9
@@ -277,6 +286,9 @@ content:
277286
- url: https://github.com/couchbase/docs-analytics-sdk-common
278287
branches:
279288
- release/1.0
289+
- url: https://github.com/couchbase/docs-analytics-sdk-dotnet
290+
branches:
291+
- release/1.0
280292
- url: https://github.com/couchbase/docs-analytics-sdk-go
281293
branches:
282294
- release/1.0
@@ -295,6 +307,7 @@ content:
295307
- release/2.8
296308
- url: https://github.com/couchbaselabs/docs-couchbase-lite
297309
branches:
310+
- release/3.3
298311
- release/3.2
299312
- release/3.1
300313
- release/3.0
@@ -348,6 +361,9 @@ content:
348361
- url: https://github.com/couchbaselabs/docs-ai
349362
branches:
350363
- main
364+
- url: https://github.com/couchbaselabs/docs-couchbase-lite-web
365+
branches:
366+
- main
351367
asciidoc:
352368
extensions:
353369
- ./lib/source-url-include-processor.js

0 commit comments

Comments
 (0)