-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathantora-playbook.preview2.yml
More file actions
124 lines (123 loc) · 4.39 KB
/
antora-playbook.preview2.yml
File metadata and controls
124 lines (123 loc) · 4.39 KB
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
######
# WARNING: DO NOT EDIT BY HAND
# (it will get overwritten)
#
# Instead
#
# * edit antora-playbook.preview2.diff.yml with just the *differences* from the main playbook
# * run: /Users/hakimcassimally/couchbase/docs-site/scripts/patch-cutdown-playbook antora-playbook.preview2
git:
ensure_git_suffix: false
fetch_concurrency: 1
urls:
latest_version_segment_strategy: redirect:to
latest_version_segment: current
ui:
bundle:
url: https://github.com/couchbase/docs-ui/releases/download/prod-218/ui-bundle.zip
output:
dir: ./public
runtime:
fetch: true
antora:
extensions:
- "@antora/site-generator-ms"
- ./lib/embargo.js
- ./lib/antora-component-version-rank.js
- ./lib/report-tree.js
site:
url: https://docs.couchbase.com
start_page: home::index.adoc
keys:
google_analytics: GTM-MVPNN2
nav_groups: >
[
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server", "enterprise-analytics"] },
{ "title": "Mobile / Edge", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "couchbase-lite-javascript", "sync-gateway", "couchbase-edge-server"] },
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "app-services", "ai", "analytics"] },
{ "title": "Cloud-Native", "components": ["cloud-native-database"] },
{ "title": "Kubernetes Operator", "startPage": "operator::overview.adoc", "components": ["operator"] },
{ "title": "CMOS", "components": ["cmos"] },
{ "title": "Develop", "startPage": "home::developer.adoc",
"subGroups": [
{
"title": "Operational SDKs",
"startPage": "home::sdk.adoc",
"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", "rust-sdk", "scala-sdk", "elasticsearch-connector", "kafka-connector", "spark-connector", "tableau-connector", "power-bi-connector", "superset-connector", "sdk-extensions"]
},
{
"title": "Analytics SDKs",
"startPage": "home::analytics-sdk.adoc",
"components": ["*-analytics-sdk", "*-columnar-sdk"]
}
]
},
{ "title": "Tutorials", "startPage": "tutorials::index.adoc", "components": ["tutorials"] },
{ "title": "Contribute", "components": ["home", "styleguide", "ui-ux", "pendo"] }
]
title: Couchbase Docs Preview
robots: disallow
asciidoc:
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"
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: null
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 Analytics
sqlppea: SQL++ for Enterprise Analytics
sqlpp_url: https://www.couchbase.com/products/n1ql
cbpp: Couchbase++
kroki-fetch-diagram: true
kroki-server-url: null
page-show-preview-banner: false
page-watermark: preview2@
page-chatbot-origin: https://d2tkqbbgxczr0v.cloudfront.net
content:
branches: master
sources:
- url: .
branches:
- HEAD
start_path: home
- url: https://github.com/couchbaselabs/docs-columnar
branches:
- main
- legacy-columnar-component
- url: https://github.com/couchbaselabs/docs-ai
branches:
- main
- url: https://github.com/couchbaselabs/docs-devex
branches:
- capella
- url: https://github.com/couchbasecloud/couchbase-cloud
branches:
- AV-117622_cmek-api
start_paths:
- docs/public
- docs/columnar
- url: https://github.com/couchbase/docs-capella
branches:
- AV-115233-azure-cmek-support