-
Notifications
You must be signed in to change notification settings - Fork 94
/
antora-playbook.yml
222 lines (222 loc) · 9.68 KB
/
antora-playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
# npx antora --clean --fetch antora-playbook.yml
# or
# npx antora antora-playbook.yml
antora:
extensions:
- '@antora/site-generator-ms'
- ./lib/embargo.js
- ./lib/antora-component-version-rank.js
site:
title: Couchbase Docs
url: https://docs.couchbase.com
start_page: home::index.adoc
robots: |
User-agent: *
Allow: /
Disallow: /sdk-api/
Allow: /sdk-api/*-client/
Allow: /sdk-api/couchbase-core-io/
Allow: /sdk-api/couchbase-transactions-dotnet/
keys:
google_analytics: GTM-MVPNN2
nav_groups: |
[
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server"] },
{ "title": "Mobile", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway"] },
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "columnar"] },
{ "title": "Cloud-Native", "startPage": "cloud-native-database::index.adoc", "components": ["cloud-native-database"] },
{ "title": "Autonomous Operator", "components": ["operator"] },
{ "title": "CMOS", "components": ["cmos"] },
{ "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"] },
{ "title": "Columnar SDKs", "startPage": "home::columnar-sdk.adoc", "components": ["*-columnar-sdk"] },
{ "title": "Tutorials", "startPage": "tutorials::index.adoc", "components": ["tutorials"] },
{ "title": "Contribute", "components": ["home", "styleguide", "ui-ux", "pendo"] }
]
git:
ensure_git_suffix: false
fetch_concurrency: 1
urls:
latest_version_segment_strategy: redirect:to
latest_version_segment: current
content:
branches: master
# NOTE the git@ segment in the URL indicates which repositories are private
## The above has a bug when upgrading to Antora 3.1. Original sources commented
## out and replaced with a non git@ prefix. To revert if it causes issues
sources:
- url: .
branches: HEAD
start_path: home
- url: https://github.com/couchbaselabs/docs-style-guide
branches: main
start_paths: [styleguide, ui-ux, pendo]
- url: https://github.com/couchbaselabs/docs-devex
# branches: [release/7.2, capella, elixir]
branches: [release/7.6, release/7.2, capella]
- url: https://github.com/couchbaselabs/cb-swagger
branches: [release/7.6, release/7.2, release/7.1, release/7.0, capella]
start_path: docs
# - url: https://git@github.com/couchbasecloud/couchbase-cloud
- url: https://github.com/couchbasecloud/couchbase-cloud
branches: [main]
start_paths: [docs/public, docs/columnar]
- url: https://github.com/couchbase/docs-capella
branches: [main]
- url: https://github.com/couchbaselabs/docs-columnar
branches: [main]
# - url: https://git@github.com/couchbase/couchbase-operator
- url: https://github.com/couchbase/couchbase-operator
branches: [2.7.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x]
start_path: docs/user
- url: https://github.com/couchbaselabs/observability
branches: [0.2.x]
start_path: docs
- url: https://github.com/couchbaselabs/cbmultimanager
branches: [0.2.x]
start_path: docs
- url: https://github.com/couchbase/docs-elastic-search
branches: [main]
- url: https://github.com/couchbase/docs-kafka
branches: [main]
- url: https://github.com/couchbase/docs-spark
branches: [release/3.5, release/3.3]
- url: https://github.com/couchbase/docs-tableau
branches: [release/1.1, release/1.0]
- url: https://github.com/couchbase/docs-connectors-power-bi
branches: [main]
# - url: https://git@github.com/couchbase/docs-connectors-talend
- url: https://github.com/couchbase/docs-connectors-talend
# - url: https://git@github.com/couchbase/docs-analytics
- url: https://github.com/couchbase/docs-analytics
branches: [release/7.6, release/7.2, release/7.1, release/7.0]
- url: https://github.com/couchbase/couchbase-cli
branches: [trinity, neo, 7.1.x-docs, cheshire-cat]
start_path: docs
# - url: https://git@github.com/couchbase/backup
- url: https://github.com/couchbase/backup
branches: [trinity, neo, 7.1.x-docs, cheshire-cat]
start_path: docs
# NOTE docs-server is currently after other server repos so nav key wins
- url: https://github.com/couchbase/docs-server
branches: [release/7.6, release/7.2, release/7.1, release/7.0]
- url: https://github.com/couchbase/docs-sdk-common
branches: [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]
- url: https://github.com/couchbase/docs-sdk-c
branches: [release/3.3]
- url: https://github.com/couchbase/docs-sdk-cxx
branches: [release/1.0]
- url: https://github.com/couchbase/docs-sdk-dotnet
branches: [temp/3.6, release/3.5, release/3.4, release/3.3]
- url: https://github.com/couchbase/docs-sdk-go
branches: [temp/2.9, temp/2.8, release/2.7, release/2.6, release/2.5]
- url: https://github.com/couchbase/docs-sdk-java
branches: [temp/3.7, temp/3.6, release/3.5, release/3.4, release/3.3]
- url: https://github.com/couchbase/docs-sdk-kotlin
branches: [temp/1.4, temp/1.3, release/1.2, release/1.1, release/1.0]
- url: https://github.com/couchbase/docs-sdk-nodejs
branches: [temp/4.4, temp/4.3, release/4.2, release/4.1]
- url: https://github.com/couchbase/docs-sdk-php
branches: [temp/4.2, release/4.1, release/4.0]
- url: https://github.com/couchbase/docs-sdk-python
branches: [temp/4.3, temp/4.2, release/4.1, release/4.0]
- url: https://github.com/couchbase/docs-sdk-ruby
branches: [temp/3.5, release/3.4, release/3.3]
- url: https://github.com/couchbase/docs-sdk-scala
branches: [release/1.7, temp/1.6, release/1.5, release/1.4, release/1.3]
- url: https://github.com/couchbase/docs-sdk-extensions
branches: [main]
# Columnar dev
- url: https://github.com/couchbase/docs-columnar-sdk-common
branches: [release/1.0]
- url: https://github.com/couchbase/docs-columnar-sdk-java
branches: [release/1.0]
- url: https://github.com/couchbase/docs-columnar-sdk-nodejs
branches: [release/1.0]
- url: https://github.com/couchbase/docs-columnar-sdk-python
branches: [release/1.0]
# Mobile Docs Pages
- url: https://github.com/couchbase/docs-mobile
branches: [release/3.1, release/2.8]
- url: https://github.com/couchbaselabs/docs-couchbase-lite
branches: [release/3.2, release/3.1, release/3.0, release/2.8]
- url: https://github.com/couchbaselabs/docs-sync-gateway
branches: [release/3.2, release/3.1, release/3.0, release/2.8]
# - url: https://git@github.com/couchbase/docs-cloud-native
- url: https://github.com/couchbase/docs-cloud-native
branches: [cloud-native-2.2]
# - url: https://github.com/couchbaselabs/tutorials
- url: https://github.com/couchbase/developer-content
- url: https://github.com/couchbaselabs/tutorial-template
- url: https://github.com/couchbaselabs/mobile-travel-sample
branches: [master]
start_path: content
# - url: https://github.com/couchbaselabs/hotel-finder-react-native
# - url: https://github.com/couchbaselabs/hotel-lister-cordova
# - url: https://github.com/couchbaselabs/tutorials-contrib
- url: https://github.com/couchbaselabs/mobile-training-todo
branches: tutorials
start_path: content
- url: https://github.com/couchbaselabs/UniversityLister-Android
start_path: content
- url: https://github.com/couchbaselabs/userprofile-couchbase-mobile
branches: [standalone, query, sync, backgroundfetch]
start_path: content
- url: https://github.com/couchbaselabs/userprofile-couchbase-mobile-xamarin
branches: [standalone, query, sync]
start_path: content
# - url: https://github.com/couchbaselabs/couchbase-lite-ios-api-playground
- url: https://github.com/couchbaselabs/userprofile-couchbase-mobile-android
branches: [standalone, query, sync]
start_path: content
# - url: https://github.com/amarantha-k/OpenID_connect_tutorial
# branches: [tutorial]
# start_path: content
- url: https://github.com/couchbaselabs/couchbase-lite-peer-to-peer-sync-examples
branches: [master]
start_path: content
asciidoc:
attributes:
site-navigation-data-path: _/js/site-navigation-data.js
enable-cmos: ''
max-include-depth: 10
page-partial: false
experimental: ''
idprefix: '@'
idseparator: '-@'
tabs: tabs
tabs-sync-option: ''
toc: ~
page-toclevels: 1@
page-rank: 50@
xrefstyle: short
enterprise: https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
community: https://www.couchbase.com/products/editions[COMMUNITY EDITION]
sqlpp: SQL++
sqlppc: SQL++ for Capella columnar
sqlpp_url: https://www.couchbase.com/products/n1ql
cbpp: Couchbase++
kroki-server-url: http://3.91.133.254:9500
kroki-fetch-diagram: true
# the url-issues and url-issues-* attributes configure the URLs for the inline jira macro
url-issues: https://issues.couchbase.com/browse
url-issues-jscbc: https://issues.couchbase.com/browse
url-issues-av: https://couchbasecloud.atlassian.net/browse
extensions:
- ./lib/source-url-include-processor.js
- ./lib/json-config-ui-block-macro.js
- ./lib/inline-jira-macro.js
- ./lib/inline-man-macro.js
- ./lib/multirow-table-head-tree-processor.js
- ./lib/swagger-ui-block-macro.js
- ./lib/markdown-block.js
- ./lib/template-block.js
- asciidoctor-kroki
- asciidoctor-external-callout
- '@asciidoctor/tabs'
ui:
bundle:
url: https://github.com/couchbase/docs-ui/releases/download/prod-203/ui-bundle.zip
output:
dir: ./public
runtime:
fetch: true