-
Notifications
You must be signed in to change notification settings - Fork 94
/
antora-playbook-prerelease.yml
175 lines (174 loc) · 6.82 KB
/
antora-playbook-prerelease.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
# npx antora --clean --fetch antora-playbook.yml
# or
# npx antora antora-playbook.yml
antora:
extensions:
- '@antora/site-generator-ms'
- ./lib/embargo.js
- "@antora/collector-extension"
- ./lib/antora-component-version-rank.js
site:
title: Couchbase Docs Prerelease
url: https://ia.docs-test.couchbase.com
start_page: home::index.adoc
robots: |
User-agent: *
Disallow: /
User-agent: Algolia Crawler
Allow: /
keys:
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": "SDKs", "startPage": "home::sdk.adoc", "components": ["*-sdk", "elasticsearch-connector", "kafka-connector", "spark-connector", "tableau-connector", "power-bi-connector", "sdk-extensions"] },
{ "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: https://github.com/couchbase/docs-site
branches: docs-columnar-ga
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.6, release/7.2, capella]
- url: https://github.com/couchbaselabs/cb-swagger
branches: [release/7.6, release/7.2, capella]
start_path: docs
- url: https://github.com/couchbasecloud/couchbase-cloud
branches: [main]
start_paths: [docs/public, docs/columnar]
- url: https://github.com/couchbase/docs-capella
branches: [AV-82073_columnar-ga-fb]
- url: https://github.com/couchbaselabs/docs-columnar
branches: [main]
- url: https://github.com/couchbase/couchbase-operator
branches: [master, 2.6.x]
start_path: docs/user
- url: https://github.com/couchbaselabs/observability
branches: [main]
start_path: docs
- url: https://github.com/couchbaselabs/cbmultimanager
branches: [master]
start_path: docs
- url: https://github.com/couchbase/docs-elastic-search
branches: [main, release/4.3]
- url: https://github.com/couchbase/docs-kafka
branches: [main, release/4.1]
- url: https://github.com/couchbase/docs-spark
branches: [main, release/3.2]
- url: https://github.com/couchbase/docs-tableau
branches: [release/1.1, release/1.0]
- url: https://github.com/couchbase/docs-connectors-power-bi
branches: [DOC-12374-DSN-configuration-parameters-for-ODBC-Driver]
# - url: https://[email protected]/couchbase/docs-connectors-talend
- url: https://github.com/couchbase/docs-connectors-talend
# - url: https://[email protected]/couchbase/docs-analytics
- url: https://github.com/couchbase/docs-analytics
branches: [release/7.6, release/7.2]
- url: https://github.com/couchbase/couchbase-cli
branches: [trinity, neo]
start_path: docs
# - url: https://[email protected]/couchbase/backup
- url: https://github.com/couchbase/backup
branches: [trinity, neo]
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]
- url: https://github.com/couchbase/docs-sdk-common
branches: [release/7.6, temp/7.5]
- url: https://github.com/couchbase/docs-sdk-c
branches: [release/3.3, release/3.2]
- 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]
- url: https://github.com/couchbase/docs-sdk-go
branches: [temp/2.9, temp/2.8]
- url: https://github.com/couchbase/docs-sdk-java
branches: [temp/3.7, temp/3.6]
- url: https://github.com/couchbase/docs-sdk-kotlin
branches: [temp/1.4, temp/1.3]
- url: https://github.com/couchbase/docs-sdk-nodejs
branches: [temp/4.4, temp/4.3]
- url: https://github.com/couchbase/docs-sdk-php
branches: [temp/4.3, temp/4.2]
- url: https://github.com/couchbase/docs-sdk-python
branches: [temp/4.3, temp/4.2]
- url: https://github.com/couchbase/docs-sdk-ruby
branches: [temp/3.6, temp/3.5]
- url: https://github.com/couchbase/docs-sdk-scala
branches: [release/1.7, temp/1.6]
- url: https://github.com/couchbase/docs-sdk-extensions
branches: [main]
# 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]
- url: https://github.com/couchbaselabs/docs-sync-gateway
branches: [release/3.1, release/3.0]
- url: https://github.com/couchbase/docs-service-broker
branches: [1.1.x, 1.2.x]
# - url: https://[email protected]/couchbase/docs-cloud-native
- url: https://github.com/couchbase/docs-cloud-native
branches: [cloud-native-2.2]
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
extensions:
- ./lib/source-url-include-processor.js
- ./lib/json-config-ui-block-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-198/ui-bundle.zip
output:
dir: ./public
runtime:
fetch: true