Skip to content

Commit e9a41d2

Browse files
committed
AV-80546 testing kubernetes-operator build
1 parent 5b25c5b commit e9a41d2

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

kubernetes-operator.yml

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
# npx antora --clean --fetch antora-playbook.yml
2+
# or
3+
# npx antora antora-playbook.yml
4+
antora:
5+
extensions:
6+
- '@antora/site-generator-ms'
7+
- ./lib/embargo.js
8+
- ./lib/antora-component-version-rank.js
9+
site:
10+
title: Couchbase Docs
11+
url: https://docs.couchbase.com
12+
start_page: home::index.adoc
13+
robots: disallow
14+
keys:
15+
google_analytics: GTM-MVPNN2
16+
nav_groups: |
17+
[
18+
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server"] },
19+
{ "title": "Mobile", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway"] },
20+
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "columnar"] },
21+
{ "title": "Cloud-Native", "startPage": "cloud-native-database::index.adoc", "components": ["cloud-native-database"] },
22+
{ "title": "Autonomous Operator", "components": ["operator"] },
23+
{ "title": "CMOS", "components": ["cmos"] },
24+
{ "title": "Couchbase SDKs", "startPage": "home::sdk.adoc", "components": ["dotnet-sdk", "c-sdk", "cxx-sdk", "go-sdk", "java-sdk", "kotlin-sdk", "nodejs-sdk", "php-sdk", "python-sdk", "ruby-sdk", "scala-sdk", "elasticsearch-connector", "kafka-connector", "spark-connector", "tableau-connector", "power-bi-connector", "sdk-extensions"] },
25+
{ "title": "Columnar SDKs", "startPage": "home::columnar-sdk.adoc", "components": ["*-columnar-sdk"] },
26+
{ "title": "Tutorials", "startPage": "tutorials::index.adoc", "components": ["tutorials"] },
27+
{ "title": "Contribute", "components": ["home", "styleguide", "ui-ux", "pendo"] }
28+
]
29+
git:
30+
ensure_git_suffix: false
31+
fetch_concurrency: 1
32+
urls:
33+
latest_version_segment_strategy: redirect:to
34+
latest_version_segment: current
35+
content:
36+
branches: master
37+
# NOTE the git@ segment in the URL indicates which repositories are private
38+
## The above has a bug when upgrading to Antora 3.1. Original sources commented
39+
## out and replaced with a non git@ prefix. To revert if it causes issues
40+
sources:
41+
- url: .
42+
branches: HEAD
43+
start_path: home
44+
- url: https://github.com/couchbaselabs/docs-kubernetes-operator
45+
branches: [release/2.8, release/2.7, release/2.6, release/2.5, release/2.4]
46+
- url: https://github.com/couchbaselabs/observability
47+
branches: [0.2.x]
48+
start_path: docs
49+
- url: https://github.com/couchbaselabs/cbmultimanager
50+
branches: [0.2.x]
51+
start_path: docs
52+
- url: https://github.com/couchbase/docs-cloud-native
53+
branches: [cloud-native-2.2]
54+
asciidoc:
55+
attributes:
56+
site-navigation-data-path: _/js/site-navigation-data.js
57+
enable-cmos: ''
58+
max-include-depth: 10
59+
page-partial: false
60+
experimental: ''
61+
idprefix: '@'
62+
idseparator: '-@'
63+
tabs: tabs
64+
tabs-sync-option: ''
65+
toc: ~
66+
page-toclevels: 1@
67+
page-rank: 50@
68+
xrefstyle: short
69+
enterprise: https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
70+
community: https://www.couchbase.com/products/editions[COMMUNITY EDITION]
71+
sqlpp: SQL++
72+
sqlppc: SQL++ for Capella columnar
73+
sqlpp_url: https://www.couchbase.com/products/n1ql
74+
cbpp: Couchbase++
75+
kroki-server-url: http://3.91.133.254:9500
76+
kroki-fetch-diagram: true
77+
# the url-issues and url-issues-* attributes configure the URLs for the inline jira macro
78+
url-issues: https://issues.couchbase.com/browse
79+
url-issues-jscbc: https://issues.couchbase.com/browse
80+
url-issues-av: https://couchbasecloud.atlassian.net/browse
81+
extensions:
82+
- ./lib/source-url-include-processor.js
83+
- ./lib/json-config-ui-block-macro.js
84+
- ./lib/inline-jira-macro.js
85+
- ./lib/inline-man-macro.js
86+
- ./lib/multirow-table-head-tree-processor.js
87+
- ./lib/swagger-ui-block-macro.js
88+
- ./lib/markdown-block.js
89+
- ./lib/template-block.js
90+
- asciidoctor-kroki
91+
- asciidoctor-external-callout
92+
- '@asciidoctor/tabs'
93+
ui:
94+
bundle:
95+
url: https://github.com/couchbase/docs-ui/releases/download/prod-203/ui-bundle.zip
96+
output:
97+
dir: ./public
98+
runtime:
99+
fetch: true

0 commit comments

Comments
 (0)