Skip to content

Commit 019df32

Browse files
authored
docs-couchbase-lite-js GA (#857)
1 parent f23fa14 commit 019df32

File tree

6 files changed

+38
-26
lines changed

6 files changed

+38
-26
lines changed

antora-playbook-chatbot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ site:
3535
nav_groups: >
3636
[
3737
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server", "enterprise-analytics"] },
38-
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway", "couchbase-edge-server"] },
38+
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "couchbase-lite-js", "sync-gateway", "couchbase-edge-server"] },
3939
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "analytics"] },
4040
{ "title": "Cloud-Native", "components": ["cloud-native-database"] },
4141
{ "title": "Kubernetes Operator", "startPage": "operator::overview.adoc", "components": ["operator"] },
4242
{ "title": "CMOS", "components": ["cmos"] },
43-
{ "title": "Develop", "startPage": "home::developer.adoc",
43+
{ "title": "Develop", "startPage": "home::developer.adoc",
4444
"subGroups": [
4545
{
4646
"title": "Operational SDKs",
@@ -240,6 +240,7 @@ content:
240240
- temp/3.7
241241
- url: https://github.com/couchbase/docs-quarkus-extension
242242
branches:
243+
- release/1.2
243244
- release/1.1
244245
- release/1.0
245246
- url: https://github.com/couchbase/docs-sdk-kotlin
@@ -314,14 +315,17 @@ content:
314315
- release/2.8
315316
- url: https://github.com/couchbaselabs/docs-couchbase-lite
316317
branches:
318+
- release/4.0
317319
- release/3.3
318320
- release/3.2
319-
- release/3.1
321+
- url: https://github.com/couchbaselabs/docs-couchbase-lite-js
322+
branches:
323+
- release/1.0
320324
- url: https://github.com/couchbaselabs/docs-sync-gateway
321325
branches:
326+
- release/4.0
322327
- release/3.3
323328
- release/3.2
324-
- release/3.1
325329
- url: https://github.com/couchbaselabs/docs-couchbase-lite-edge-server
326330
branches:
327331
- release/1.0

antora-playbook-staging-chatbot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ site:
3535
nav_groups: >
3636
[
3737
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server", "enterprise-analytics"] },
38-
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway", "couchbase-edge-server"] },
38+
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "couchbase-lite-js", "sync-gateway", "couchbase-edge-server"] },
3939
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "analytics"] },
4040
{ "title": "Cloud-Native", "components": ["cloud-native-database"] },
4141
{ "title": "Kubernetes Operator", "startPage": "operator::overview.adoc", "components": ["operator"] },
@@ -325,6 +325,9 @@ content:
325325
- release/3.3
326326
- release/4.0
327327
- release/3.2
328+
- url: https://github.com/couchbaselabs/docs-couchbase-lite-js
329+
branches:
330+
- release/1.0
328331
- url: https://github.com/couchbaselabs/docs-sync-gateway
329332
branches:
330333
- release/4.0

antora-playbook-staging.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ site:
4040
nav_groups: >
4141
[
4242
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server", "enterprise-analytics"] },
43-
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway", "couchbase-edge-server"] },
43+
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "couchbase-lite-js", "sync-gateway", "couchbase-edge-server"] },
4444
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "analytics"] },
4545
{ "title": "Cloud-Native", "components": ["cloud-native-database"] },
4646
{ "title": "Kubernetes Operator", "startPage": "operator::overview.adoc", "components": ["operator"] },
4747
{ "title": "CMOS", "components": ["cmos"] },
48-
{ "title": "Develop", "startPage": "home::developer.adoc",
48+
{ "title": "Develop", "startPage": "home::developer.adoc",
4949
"subGroups": [
5050
{
5151
"title": "Operational SDKs",
5252
"startPage": "home::sdk.adoc",
53-
"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"]
53+
"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"]
5454
},
5555
{
5656
"title": "Analytics SDKs",
@@ -116,15 +116,16 @@ content:
116116
- url: https://github.com/couchbaselabs/docs-devex
117117
branches:
118118
- capella
119+
- release/8.0
119120
- release/7.6
120121
- release/7.2
121122
- url: https://github.com/couchbaselabs/cb-swagger
122123
start_path: docs
123124
branches:
124125
- capella
126+
- release/8.0
125127
- release/7.6
126128
- release/7.2
127-
- release/7.1
128129
- url: https://github.com/couchbasecloud/couchbase-cloud
129130
branches:
130131
- main
@@ -190,26 +191,26 @@ content:
190191
- release/2.0
191192
- url: https://github.com/couchbase/docs-analytics
192193
branches:
194+
- release/8.0
193195
- release/7.6
194196
- release/7.2
195-
- release/7.1
196197
- url: https://github.com/couchbase/couchbase-cli
197198
branches:
199+
- morpheus
198200
- trinity
199201
- neo
200-
- 7.1.x-docs
201202
start_path: docs
202203
- url: https://github.com/couchbase/backup
203204
branches:
205+
- morpheus
204206
- trinity
205207
- neo
206-
- 7.1.x-docs
207208
start_path: docs
208209
- url: https://github.com/couchbase/docs-server
209210
branches:
211+
- release/8.0
210212
- release/7.6
211213
- release/7.2
212-
- release/7.1
213214
- url: https://github.com/couchbase/docs-sdk-common
214215
branches:
215216
- release/8.0
@@ -239,13 +240,17 @@ content:
239240
- temp/2.11
240241
- temp/2.10
241242
- temp/2.9
243+
- url: https://github.com/couchbase/docs-sdk-rust
244+
branches:
245+
- release/1.0
242246
- url: https://github.com/couchbase/docs-sdk-java
243247
branches:
244248
- release/3.9
245249
- release/3.8
246250
- temp/3.7
247251
- url: https://github.com/couchbase/docs-quarkus-extension
248252
branches:
253+
- release/1.2
249254
- release/1.1
250255
- release/1.0
251256
- url: https://github.com/couchbase/docs-sdk-kotlin
@@ -280,9 +285,6 @@ content:
280285
- temp/3.7
281286
- temp/3.6
282287
- temp/3.5
283-
- url: https://github.com/couchbase/docs-sdk-rust
284-
branches:
285-
- release/1.0
286288
- url: https://github.com/couchbase/docs-sdk-extensions
287289
branches:
288290
- main
@@ -326,14 +328,16 @@ content:
326328
- url: https://github.com/couchbaselabs/docs-couchbase-lite
327329
branches:
328330
- release/3.3
331+
- release/4.0
329332
- release/3.2
330-
- release/3.1
331-
- release/3.0
333+
- url: https://github.com/couchbaselabs/docs-couchbase-lite-js
334+
branches:
335+
- release/1.0
332336
- url: https://github.com/couchbaselabs/docs-sync-gateway
333337
branches:
338+
- release/4.0
334339
- release/3.3
335340
- release/3.2
336-
- release/3.1
337341
- url: https://github.com/couchbaselabs/docs-couchbase-lite-edge-server
338342
branches:
339343
- release/1.0

antora-playbook.preview.diff.yml

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

2018
asciidoc:
2119
attributes:

antora-playbook.preview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ site:
3232
nav_groups: >
3333
[
3434
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server", "enterprise-analytics"] },
35-
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway", "couchbase-edge-server"] },
35+
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "couchbase-lite-js", "sync-gateway", "couchbase-edge-server"] },
3636
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "analytics"] },
3737
{ "title": "Cloud-Native", "components": ["cloud-native-database"] },
3838
{ "title": "Kubernetes Operator", "startPage": "operator::overview.adoc", "components": ["operator"] },
@@ -314,6 +314,9 @@ content:
314314
- release/3.1
315315
- release/3.0
316316
- release/2.8
317+
- url: https://github.com/couchbaselabs/docs-couchbase-lite-js
318+
branches:
319+
- release/1.0
317320
- url: https://github.com/couchbaselabs/docs-sync-gateway
318321
branches:
319322
- release/4.0
@@ -364,9 +367,6 @@ content:
364367
- url: https://github.com/couchbaselabs/docs-ai
365368
branches:
366369
- main
367-
- url: https://github.com/couchbaselabs/docs-couchbase-lite-js
368-
branches:
369-
- main
370370
asciidoc:
371371
extensions:
372372
- ./lib/source-url-include-processor.js

antora-playbook.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ site:
2929
nav_groups: |
3030
[
3131
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server", "enterprise-analytics"] },
32-
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway", "couchbase-edge-server"] },
32+
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "couchbase-lite-js", "sync-gateway", "couchbase-edge-server"] },
3333
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "analytics"] },
3434
{ "title": "Cloud-Native", "components": ["cloud-native-database"] },
3535
{ "title": "Kubernetes Operator", "startPage": "operator::overview.adoc", "components": ["operator"] },
@@ -244,6 +244,9 @@ content:
244244
- url: https://github.com/couchbaselabs/docs-couchbase-lite
245245
branches: [release/4.0, release/3.3, release/3.2, release/3.1, release/3.0, release/2.8]
246246

247+
- url: https://github.com/couchbaselabs/docs-couchbase-lite-js
248+
branches: [release/1.0]
249+
247250
- url: https://github.com/couchbaselabs/docs-sync-gateway
248251
branches: [release/4.0, release/3.3, release/3.2, release/3.1, release/3.0, release/2.8]
249252

0 commit comments

Comments
 (0)