11# npx antora --clean --fetch antora-playbook.yml
22# or
33# npx antora antora-playbook.yml
4-
54antora :
65 extensions :
76 - ' @antora/site-generator-ms'
87 - ./lib/embargo.js
98 - ./lib/antora-component-version-rank.js
10-
119site :
1210 title : Couchbase Docs
1311 url : https://docs.couchbase.com
14-
1512 start_page : home::index.adoc
16-
1713 robots : |
1814 User-agent: *
1915 Allow: /
2016 Disallow: /sdk-api/
2117 Allow: /sdk-api/*-client/
2218 Allow: /sdk-api/couchbase-core-io/
2319 Allow: /sdk-api/couchbase-transactions-dotnet/
24-
2520 keys :
2621 google_analytics : GTM-MVPNN2
27-
28- # see https://confluence.issues.couchbase.com/wiki/spaces/DOCS/pages/2963243023/FAQ+how+does+the+top+nav+bar+work
2922 nav_groups : |
3023 [
31- { "title": "Server", "startPage": "home::server.adoc", "components": ["server", "enterprise-analytics" ] },
24+ { "title": "Server", "startPage": "home::server.adoc", "components": ["server"] },
3225 { "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway", "couchbase-edge-server"] },
33- { "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "analytics "] },
26+ { "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "columnar", "ai "] },
3427 { "title": "Cloud-Native", "components": ["cloud-native-database"] },
3528 { "title": "Kubernetes Operator", "startPage": "operator::overview.adoc", "components": ["operator"] },
3629 { "title": "CMOS", "components": ["cmos"] },
37- { "title": "Develop", "startPage": "home::developer.adoc",
38- "subGroups": [
39- {
40- "title": "Operational SDKs",
41- "startPage": "home::sdk.adoc",
42- "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"]
43- },
44- {
45- "title": "Analytics SDKs",
46- "startPage": "home::analytics-sdk.adoc",
47- "components": ["*-analytics-sdk", "*-columnar-sdk"]
48- }
49- ]
50- },
30+ { "title": "Couchbase SDKs", "startPage": "home::sdk.adoc", "components": ["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"] },
31+ { "title": "Columnar SDKs", "startPage": "home::columnar-sdk.adoc", "components": ["*-columnar-sdk"] },
5132 { "title": "Tutorials", "startPage": "tutorials::index.adoc", "components": ["tutorials"] },
5233 { "title": "Contribute", "components": ["home", "styleguide", "ui-ux", "pendo"] }
5334 ]
54-
5535git :
5636 ensure_git_suffix : false
5737 fetch_concurrency : 1
5838urls :
5939 latest_version_segment_strategy : redirect:to
6040 latest_version_segment : current
6141content :
62-
6342 branches : master
64-
6543 # NOTE the git@ segment in the URL indicates which repositories are private
6644 # # The above has a bug when upgrading to Antora 3.1. Original sources commented
6745 # # out and replaced with a non git@ prefix. To revert if it causes issues
68-
6946 sources :
70-
71- # The main docs-site project
72- # ###########################
73-
7447 - url : .
7548 branches : HEAD
7649 start_path : home
77-
78- - url : https://github.com/couchbaselabs/docs-style-guide
79- branches : main
80- start_paths : [styleguide, ui-ux, pendo]
81-
82- # Capella & related content
83- # ###########################
84-
85- # shared content for Server & Capella
8650 - url : https://github.com/couchbaselabs/docs-devex
87- branches : [release/8.0, release/7.6, release/7.2, capella]
88-
89- - url : https://github.com/couchbaselabs/cb-swagger
90- branches : [release/8.0, release/7.6, release/7.2, release/7.1, release/7.0, capella]
91- start_path : docs
51+ branches : [capella]
9252 - url : https://github.com/couchbasecloud/couchbase-cloud
9353 branches : [main]
9454 start_paths : [docs/public, docs/columnar]
9555 - url : https://github.com/couchbase/docs-capella
9656 branches : [main]
97-
9857 - url : https://github.com/couchbaselabs/docs-columnar
99- branches :
100- - main # `analytics` component (Capella Analytics)
101- - legacy-columnar-component # `columnar` dummy component for sake of :page-aliases:
102- # see under Server section below for enterprise-analytics and legacy analytics
103-
104- # Couchbase Autonomous Kubernetes Operator
105- # ###########################
106-
107- # Generated content remains in monorepo
108- - url : https://github.com/couchbase/couchbase-operator
109- branches : [2.8.x, 2.7.x, 2.6.x, 2.5.x, 2.4.x]
110- start_path : docs/user
111-
112- # handwritten content lives in docs-operator.
113- - url : https://github.com/couchbase/docs-operator
114- branches : [release/2.8, release/2.7, release/2.6, release/2.5, release/2.4]
115-
116- - url : https://github.com/couchbaselabs/observability
117- branches : [0.2.x]
118- start_path : docs
119- - url : https://github.com/couchbaselabs/cbmultimanager
120- branches : [0.2.x]
121- start_path : docs
122- - url : https://github.com/couchbase/docs-cloud-native
123- branches : [cloud-native-2.2]
124-
125- # Connectors
126- # ###########################
127-
128- - url : https://github.com/couchbase/docs-elastic-search
12958 branches : [main]
130- - url : https://github.com/couchbase/docs-kafka
131- branches : [release/4.3, release/4.2]
132- - url : https://github.com/couchbase/docs-spark
133- branches : [release/3.5, release/3.3]
134- - url : https://github.com/couchbase/docs-tableau
135- branches : [release/1.1, release/1.0]
136- - url : https://github.com/couchbase/docs-connectors-power-bi
137- branches : [main]
138- - url : https://github.com/couchbase/docs-connectors-superset.git
139- branches : [release/1.0]
140- - url : https://github.com/couchbase/docs-connectors-talend
141-
142- # Server
143- # ###########################
144-
145- - url : https://github.com/couchbaselabs/docs-enterprise-analytics
146- branches : [release/2.0]
147- - url : https://github.com/couchbase/docs-analytics
148- branches : [release/8.0, release/7.6, release/7.2, release/7.1, release/7.0]
149-
150- - url : https://github.com/couchbase/couchbase-cli
151- branches : [morpheus, trinity, neo, 7.1.x-docs, cheshire-cat]
152- start_path : docs
153- - url : https://github.com/couchbase/backup
154- branches : [morpheus, trinity, neo, 7.1.x-docs, cheshire-cat]
155- start_path : docs
156-
157- # NOTE docs-server is currently after other server repos so nav key wins
158-
159- - url : https://github.com/couchbase/docs-server
160- branches : [release/8.0, release/7.6, release/7.2, release/7.1, release/7.0]
161-
162- # SDK
163- # ###########################
164-
165- - url : https://github.com/couchbase/docs-sdk-common
166- 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]
167-
168- - url : https://github.com/couchbase/docs-sdk-c
169- branches : [release/3.3]
170- - url : https://github.com/couchbase/docs-sdk-cxx
171- branches : [release/1.2, release/1.1, release/1.0]
172-
173- # .NET
174- - url : https://github.com/couchbase/docs-sdk-dotnet
175- branches : [temp/3.8, temp/3.7, temp/3.6, release/3.5]
176- - url : https://github.com/couchbase/docs-efcore
177- branches : [release/1.0]
178-
179- # Go and Rust
180- - url : https://github.com/couchbase/docs-sdk-go
181- branches : [temp/2.11, temp/2.10, temp/2.9, temp/2.8, release/2.7]
182- - url : https://github.com/couchbase/docs-sdk-rust
183- branches : [release/1.0]
184-
185- # JVM
186- - url : https://github.com/couchbase/docs-sdk-java
187- branches : [release/3.9, release/3.8, temp/3.7, temp/3.6, release/3.5]
188- - url : https://github.com/couchbase/docs-quarkus-extension
189- branches : [release/1.2, release/1.1, release/1.0]
190- - url : https://github.com/couchbase/docs-sdk-kotlin
191- branches : [temp/3.9, temp/1.5, temp/1.4, temp/1.3, release/1.2]
192- - url : https://github.com/couchbase/docs-sdk-scala
193- branches : [release/3.9, release/1.8, release/1.7, temp/1.6, release/1.5]
194-
195- # "scripting languages"
196- - url : https://github.com/couchbase/docs-sdk-nodejs
197- branches : [temp/4.6, temp/4.5, temp/4.4, temp/4.3]
198- - url : https://github.com/couchbase/docs-sdk-php
199- branches : [temp/4.4, temp/4.3, temp/4.2]
200- - url : https://github.com/couchbase/docs-sdk-python
201- branches : [temp/4.5, temp/4.4, temp/4.3, temp/4.2]
202- - url : https://github.com/couchbase/docs-sdk-ruby
203- branches : [temp/3.7, temp/3.6, temp/3.5]
204-
205- - url : https://github.com/couchbase/docs-sdk-extensions
206- branches : [main]
207-
208- # Analytics SDKs (aka Columnar)
209- # ###########################
210-
211- - url : https://github.com/couchbase/docs-columnar-sdk-common
212- branches : [release/1.0]
213-
214- - url : https://github.com/couchbase/docs-columnar-sdk-go
215- branches : [release/1.0]
216- - url : https://github.com/couchbase/docs-columnar-sdk-java
217- branches : [release/1.0]
218- - url : https://github.com/couchbase/docs-columnar-sdk-nodejs
219- branches : [release/1.0]
220- - url : https://github.com/couchbase/docs-columnar-sdk-python
221- branches : [release/1.0]
222-
223- - url : https://github.com/couchbase/docs-analytics-sdk-common
224- branches : [release/1.0]
225-
226- - url : https://github.com/couchbase/docs-analytics-sdk-dotnet
227- branches : [release/1.0]
228- - url : https://github.com/couchbase/docs-analytics-sdk-go
229- branches : [release/1.0]
230- - url : https://github.com/couchbase/docs-analytics-sdk-java
231- branches : [release/1.0]
232- - url : https://github.com/couchbase/docs-analytics-sdk-nodejs
233- branches : [release/1.0]
234- - url : https://github.com/couchbase/docs-analytics-sdk-python
235- branches : [release/1.0]
236-
237- # Mobile
238- # ###########################
239-
240- # possibly legacy shared content
241- - url : https://github.com/couchbase/docs-mobile
242- branches : [release/3.1, release/2.8]
243-
244- - url : https://github.com/couchbaselabs/docs-couchbase-lite
245- branches : [release/4.0, release/3.3, release/3.2, release/3.1, release/3.0, release/2.8]
246-
247- - url : https://github.com/couchbaselabs/docs-sync-gateway
248- branches : [release/4.0, release/3.3, release/3.2, release/3.1, release/3.0, release/2.8]
249-
250- - url : https://github.com/couchbaselabs/docs-couchbase-lite-edge-server
251- branches : [release/1.0]
252-
253- - url : https://github.com/couchbase/edge-server
254- branches : [main]
255- start_path : docs
256-
257- # random mobile tutorials
258- - url : https://github.com/couchbaselabs/mobile-travel-sample
259- branches : [master]
260- start_path : content
261- - url : https://github.com/couchbaselabs/mobile-training-todo
262- branches : tutorials
263- start_path : content
264- - url : https://github.com/couchbaselabs/UniversityLister-Android
265- start_path : content
266- - url : https://github.com/couchbaselabs/userprofile-couchbase-mobile
267- branches : [standalone, query, sync, backgroundfetch]
268- start_path : content
269- - url : https://github.com/couchbaselabs/userprofile-couchbase-mobile-xamarin
270- branches : [standalone, query, sync]
271- start_path : content
272- - url : https://github.com/couchbaselabs/userprofile-couchbase-mobile-android
273- branches : [standalone, query, sync]
274- start_path : content
275- - url : https://github.com/couchbaselabs/couchbase-lite-peer-to-peer-sync-examples
276- branches : [master]
277- start_path : content
278-
59+ - url : https://github.com/couchbaselabs/docs-ai
60+ branches : [AV-97165_ai-functions-ga]
27961asciidoc :
28062 attributes :
28163 site-navigation-data-path : _/js/site-navigation-data.js
@@ -288,20 +70,17 @@ asciidoc:
28870 tabs : tabs
28971 tabs-sync-option : ' '
29072 toc : ~
291- page-chatbot-origin : https://d2sozpdiqok6m4.cloudfront.net # original Improving Canada bot
29273 page-toclevels : 1@
29374 page-rank : 50@
29475 xrefstyle : short
29576 enterprise : https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
29677 community : https://www.couchbase.com/products/editions[COMMUNITY EDITION]
29778 sqlpp : SQL++
298- sqlppc : SQL++ for Capella Analytics
299- sqlppea : SQL++ for Enterprise Analytics
79+ sqlppc : SQL++ for Capella columnar
30080 sqlpp_url : https://www.couchbase.com/products/n1ql
30181 cbpp : Couchbase++
302- kroki-server-url : ~
82+ kroki-server-url : http://3.91.133.254:9500
30383 kroki-fetch-diagram : true
304-
30584 extensions :
30685 - ./lib/source-url-include-processor.js
30786 - ./lib/json-config-ui-block-macro.js
@@ -313,10 +92,9 @@ asciidoc:
31392 - asciidoctor-kroki
31493 - asciidoctor-external-callout
31594 - ' @asciidoctor/tabs'
316-
31795ui :
31896 bundle :
319- url : https://github.com/couchbase/docs-ui/releases/download/prod-218 /ui-bundle.zip
97+ url : https://github.com/couchbase/docs-ui/releases/download/prod-210 /ui-bundle.zip
32098output :
32199 dir : ./public
322100runtime :
0 commit comments