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", "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/7.6, release/7.2, capella]
88-
89- - url : https://github.com/couchbaselabs/cb-swagger
90- branches : [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/7.6, release/7.2, release/7.1, release/7.0]
149-
150- - url : https://github.com/couchbase/couchbase-cli
151- branches : [trinity, neo, 7.1.x-docs, cheshire-cat]
152- start_path : docs
153- - url : https://github.com/couchbase/backup
154- branches : [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/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- - url : https://github.com/couchbase/docs-sdk-go
180- branches : [temp/2.11, temp/2.10, temp/2.9, temp/2.8, release/2.7]
181-
182- # JVM
183- - url : https://github.com/couchbase/docs-sdk-java
184- branches : [release/3.9, release/3.8, temp/3.7, temp/3.6, release/3.5]
185- - url : https://github.com/couchbase/docs-quarkus-extension
186- branches : [release/1.1, release/1.0]
187- - url : https://github.com/couchbase/docs-sdk-kotlin
188- branches : [temp/3.9, temp/1.5, temp/1.4, temp/1.3, release/1.2]
189- - url : https://github.com/couchbase/docs-sdk-scala
190- branches : [release/3.9, release/1.8, release/1.7, temp/1.6, release/1.5]
191-
192- # "scripting languages"
193- - url : https://github.com/couchbase/docs-sdk-nodejs
194- branches : [temp/4.6, temp/4.5, temp/4.4, temp/4.3]
195- - url : https://github.com/couchbase/docs-sdk-php
196- branches : [temp/4.4, temp/4.3, temp/4.2]
197- - url : https://github.com/couchbase/docs-sdk-python
198- branches : [temp/4.5, temp/4.4, temp/4.3, temp/4.2]
199- - url : https://github.com/couchbase/docs-sdk-ruby
200- branches : [temp/3.7, temp/3.6, temp/3.5]
201-
202- - url : https://github.com/couchbase/docs-sdk-extensions
203- branches : [main]
204-
205- # Analytics SDKs (aka Columnar)
206- # ###########################
207-
208- - url : https://github.com/couchbase/docs-columnar-sdk-common
209- branches : [release/1.0]
210-
211- - url : https://github.com/couchbase/docs-columnar-sdk-go
212- branches : [release/1.0]
213- - url : https://github.com/couchbase/docs-columnar-sdk-java
214- branches : [release/1.0]
215- - url : https://github.com/couchbase/docs-columnar-sdk-nodejs
216- branches : [release/1.0]
217- - url : https://github.com/couchbase/docs-columnar-sdk-python
218- branches : [release/1.0]
219-
220- - url : https://github.com/couchbase/docs-analytics-sdk-common
221- branches : [release/1.0]
222-
223- - url : https://github.com/couchbase/docs-analytics-sdk-go
224- branches : [release/1.0]
225- - url : https://github.com/couchbase/docs-analytics-sdk-java
226- branches : [release/1.0]
227- - url : https://github.com/couchbase/docs-analytics-sdk-nodejs
228- branches : [release/1.0]
229- - url : https://github.com/couchbase/docs-analytics-sdk-python
230- branches : [release/1.0]
231-
232- # Mobile
233- # ###########################
234-
235- # possibly legacy shared content
236- - url : https://github.com/couchbase/docs-mobile
237- branches : [release/3.1, release/2.8]
238-
239- - url : https://github.com/couchbaselabs/docs-couchbase-lite
240- branches : [release/3.2, release/3.1, release/3.0, release/2.8]
241-
242- - url : https://github.com/couchbaselabs/docs-sync-gateway
243- branches : [release/3.3, release/3.2, release/3.1, release/3.0, release/2.8]
244-
245- - url : https://github.com/couchbaselabs/docs-couchbase-lite-edge-server
246- branches : [release/1.0]
247-
248- - url : https://github.com/couchbase/edge-server
249- branches : [main]
250- start_path : docs
251-
252- # random mobile tutorials
253- - url : https://github.com/couchbaselabs/mobile-travel-sample
254- branches : [master]
255- start_path : content
256- - url : https://github.com/couchbaselabs/mobile-training-todo
257- branches : tutorials
258- start_path : content
259- - url : https://github.com/couchbaselabs/UniversityLister-Android
260- start_path : content
261- - url : https://github.com/couchbaselabs/userprofile-couchbase-mobile
262- branches : [standalone, query, sync, backgroundfetch]
263- start_path : content
264- - url : https://github.com/couchbaselabs/userprofile-couchbase-mobile-xamarin
265- branches : [standalone, query, sync]
266- start_path : content
267- - url : https://github.com/couchbaselabs/userprofile-couchbase-mobile-android
268- branches : [standalone, query, sync]
269- start_path : content
270- - url : https://github.com/couchbaselabs/couchbase-lite-peer-to-peer-sync-examples
271- branches : [master]
272- start_path : content
273-
59+ - url : https://github.com/couchbaselabs/docs-ai
60+ branches : [AV-103357_private-endpoints-ai-services]
27461asciidoc :
27562 attributes :
27663 site-navigation-data-path : _/js/site-navigation-data.js
@@ -283,20 +70,17 @@ asciidoc:
28370 tabs : tabs
28471 tabs-sync-option : ' '
28572 toc : ~
286- page-chatbot-origin : https://d2sozpdiqok6m4.cloudfront.net # original Improving Canada bot
28773 page-toclevels : 1@
28874 page-rank : 50@
28975 xrefstyle : short
29076 enterprise : https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
29177 community : https://www.couchbase.com/products/editions[COMMUNITY EDITION]
29278 sqlpp : SQL++
293- sqlppc : SQL++ for Capella Analytics
294- sqlppea : SQL++ for Enterprise Analytics
79+ sqlppc : SQL++ for Capella columnar
29580 sqlpp_url : https://www.couchbase.com/products/n1ql
29681 cbpp : Couchbase++
297- kroki-server-url : ~
82+ kroki-server-url : http://3.91.133.254:9500
29883 kroki-fetch-diagram : true
299-
30084 extensions :
30185 - ./lib/source-url-include-processor.js
30286 - ./lib/json-config-ui-block-macro.js
@@ -308,10 +92,9 @@ asciidoc:
30892 - asciidoctor-kroki
30993 - asciidoctor-external-callout
31094 - ' @asciidoctor/tabs'
311-
31295ui :
31396 bundle :
314- 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
31598output :
31699 dir : ./public
317100runtime :
0 commit comments