Skip to content

Commit d445c23

Browse files
2025 updates
1 parent 2cf449b commit d445c23

File tree

1 file changed

+45
-25
lines changed

1 file changed

+45
-25
lines changed

home/modules/contribute/examples/local-staging-antora-playbook.yml

Lines changed: 45 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,61 +18,81 @@ content:
1818
branches: HEAD
1919
start_path: home
2020
- url: https://github.com/couchbase/couchbase-cli.git
21-
branches: [master, alice]
21+
branches: [trinity, morpheus]
2222
start_path: docs
2323
# NOTE server-docs is currently after other server repos so nav key wins
2424
- url: ~/Couchbase/docs/docs-server/
25-
branches: [release/7.1 release/7.2]
25+
branches: [release/8.0 release/7.6]
2626
- url: ~/Couchbase/docs/docs-sdk-common/
27-
branches: [release/7.1.2, release/7.1]
27+
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]
2828
- url: ~/Couchbase/docs/docs-sdk-c/
2929
branches: [release/3.4, release/3.3]
30+
- url: ~/Couchbase/docs/docs-sdk-cxx/
31+
branches: [release/1.2, release/1.1]
3032
- url: ~/Couchbase/docs/docs-sdk-dotnet/
31-
branches: [release/3.4, release/3.3]
33+
branches: [release/3.8, release/3.7]
3234
- url: ~/Couchbase/docs/docs-sdk-go/
33-
branches: [release/2.6, release/2.5]
35+
branches: [release/2.11, release/2.10]
3436
- url: ~/Couchbase/docs/docs-sdk-java/
35-
branches: [release/3.4, release/3.3]
37+
branches: [release/3.10, release/3.9]
3638
- url: ~/Couchbase/docs/docs-sdk-kotlin/
37-
branches: [release/1.0]
39+
branches: [release/3.10, release/3.9]
3840
- url: ~/Couchbase/docs/docs-sdk-nodejs/
39-
branches: [release/4.2, release/4.1]
41+
branches: [release/4.6, release/4.5]
4042
- url: ~/Couchbase/docs/docs-sdk-php/
41-
branches: [release/4.1, release/4.0]
43+
branches: [release/4.4, release/4.3]
4244
- url: ~/Couchbase/docs/docs-sdk-python/
43-
branches: [release/4.1, release/4.0]
45+
branches: [release/4.5, release/4.4]
4446
- url: ~/Couchbase/docs/docs-sdk-ruby/
45-
branches: [release/3.4 release/3.3]
47+
branches: [release/3.7 release/3.6]
48+
- url: ~/Couchbase/docs/docs-sdk-rust/
49+
branches: [release/1.0]
4650
- url: ~/Couchbase/docs/docs-sdk-scala/
47-
branches: [release/1.4, release/1.3]
48-
51+
branches: [release/3.10, release/3.9]
52+
53+
4954
asciidoc:
5055
attributes:
56+
site-navigation-data-path: _/js/site-navigation-data.js
57+
enable-cmos: ''
58+
max-include-depth: 10
59+
page-partial: false
5160
experimental: ''
5261
idprefix: '@'
5362
idseparator: '-@'
5463
tabs: tabs
64+
tabs-sync-option: ''
5565
toc: ~
66+
page-chatbot-origin: https://d2sozpdiqok6m4.cloudfront.net # original Improving Canada bot
67+
page-toclevels: 1@
68+
page-rank: 50@
5669
xrefstyle: short
57-
kroki-server-url: https://kroki.io
58-
kroki-fetch-diagram: true
70+
enterprise: https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
71+
community: https://www.couchbase.com/products/editions[COMMUNITY EDITION]
72+
sqlpp: SQL++
73+
sqlppc: SQL++ for Capella Analytics
74+
sqlppea: SQL++ for Enterprise Analytics
75+
sqlpp_url: https://www.couchbase.com/products/n1ql
76+
cbpp: Couchbase++
77+
kroki-server-url: ~
78+
kroki-fetch-diagram: true
79+
5980
extensions:
81+
- ./lib/source-url-include-processor.js
6082
- ./lib/json-config-ui-block-macro.js
6183
- ./lib/inline-man-macro.js
6284
- ./lib/multirow-table-head-tree-processor.js
6385
- ./lib/swagger-ui-block-macro.js
64-
- ./lib/tabs-block.js
86+
- ./lib/markdown-block.js
87+
- ./lib/template-block.js
6588
- asciidoctor-kroki
89+
- asciidoctor-external-callout
90+
- '@asciidoctor/tabs'
91+
6692
ui:
6793
bundle:
68-
url: https://github.com/couchbase/docs-ui/releases/download/prod-175/ui-bundle.zip
69-
supplemental_files:
70-
- path: robots.txt
71-
contents: |
72-
User-agent: *
73-
Disallow: /
74-
- path: ui.yml
75-
contents: |
76-
static_files: [robots.txt]
94+
url: https://github.com/couchbase/docs-ui/releases/download/prod-218/ui-bundle.zip
7795
output:
7896
dir: ./public
97+
runtime:
98+
fetch: true

0 commit comments

Comments
 (0)