forked from couchbase/docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora-playbook.yml
142 lines (142 loc) · 6.2 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
# $(npm bin)/antora --clean --fetch antora-playbook.yml
site:
title: Couchbase Docs
url: https://docs.couchbase.com
start_page: home::index.adoc
robots: allow
keys:
google_analytics: GTM-MVPNN2
nav_groups: |
[
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server", "*-connector"] },
{ "title": "Mobile", "startPage": "home::mobile.adoc", "components": ["shared-mobile", "couchbase-lite", "sync-gateway"] },
{ "title": "Cloud", "startPage": "home::cloud.adoc", "components": ["cloud", "cloud-native-database", "operator", "service-broker"] },
{ "title": "SDKs", "startPage": "home::sdk.adoc", "components": ["*-sdk", "cxx-txns"] }
]
git:
ensure_git_suffix: false
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
sources:
- url: .
branches: HEAD
start_path: home
- url: https://[email protected]/couchbasecloud/couchbase-cloud
branches: [main]
start_path: docs/public
- url: https://[email protected]/couchbase/couchbase-operator
branches: [2.1.x, 2.0.x, 1.2.x, 1.1.x, 1.0.x]
start_path: docs/user
- url: https://github.com/couchbase/couchbase-elasticsearch-connector
branches: [master, release/4.1, release/4.0]
start_path: docs
- url: https://github.com/couchbase/kafka-connect-couchbase
branches: [master, release/3.4]
start_path: docs
- url: https://github.com/couchbase/couchbase-spark-connector
branches: [master, release/2.3]
start_path: docs
- url: https://[email protected]/couchbase/docs-connectors-talend
- url: https://[email protected]/couchbase/docs-analytics
branches: [release/7.0, release/6.6, release/6.5, release/6.0, release/5.5]
- url: https://github.com/couchbase/couchbase-cli
branches: [master, mad-hatter, 6.5.x-docs, alice, vulcan, spock, 5.0.1]
start_path: docs
- url: https://[email protected]/couchbase/backup
branches: [master, mad-hatter, 6.5.x-docs, alice, vulcan, spock, 5.0.x]
start_path: docs
- url: https://github.com/couchbaselabs/cb-swagger
branches: [release/7.0, release/6.6, release/6.5, release/6.0]
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.0, release/6.6, release/6.5, release/6.0, release/5.5, release/5.1, release/5.0]
- url: https://github.com/couchbase/docs-sdk-common
branches: [release/6.6, release/6.5, release/6.0, release/5.5]
- url: https://github.com/couchbase/docs-sdk-c
branches: [release/3.1, release/3.0, release/2.10]
- url: https://github.com/couchbase/docs-txn-cxx
branches: [release/1.0]
- url: https://github.com/couchbase/docs-sdk-dotnet
branches: [release/3.1, release/3.0, release/2.7]
- url: https://github.com/couchbase/docs-sdk-go
branches: [release/2.2, release/2.1, release/2.0, release/1.6, release/1.5]
- url: https://github.com/couchbase/docs-sdk-java
branches: [release/3.1, release/3.0, release/2.7]
- url: https://github.com/couchbase/docs-sdk-nodejs
branches: [release/3.1, release/3.0, release/2.6]
- url: https://github.com/couchbase/docs-sdk-php
branches: [release/3.1, release/3.0, release/2.6]
- url: https://github.com/couchbase/docs-sdk-python
branches: [release/3.1, release/3.0, release/2.5]
- url: https://github.com/couchbase/docs-sdk-ruby
branches: [release/3.1, release/3.0]
- url: https://github.com/couchbase/docs-sdk-scala
branches: [release/1.1, release/1.0]
- url: https://github.com/couchbase/docs-mobile
branches: [release/2.8]
- url: https://github.com/couchbaselabs/docs-couchbase-lite
branches: [release/2.8, release/2.7, release/2.6, release/2.5, release/2.1, release/2.0]
- url: https://github.com/couchbaselabs/docs-sync-gateway
branches: [release/2.8, release/2.7, release/2.6, release/2.5, release/2.1, release/2.0, release/1.5]
- url: https://github.com/couchbase/docs-service-broker.git
branches: [1.0.x]
- url: https://github.com/couchbase/docs-cloud-native.git
branches: [master]
- 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: [fix-tabs]
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]
- url: https://github.com/couchbaselabs/couchbase-lite-ios-api-playground
- url: https://github.com/couchbaselabs/userprofile-couchbase-mobile-android
branches: [standalone, query, sync]
- 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:
export-site-navigation-data: ''
max-include-depth: 10
page-partial: false
experimental: ''
idprefix: '@'
idseparator: '-@'
tabs: tabs
toc: ~
xrefstyle: short
enterprise: https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
community: https://www.couchbase.com/products/editions[COMMUNITY EDITION]
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/tabs-block.js
ui:
bundle:
url: https://github.com/couchbase/docs-ui/releases/download/prod-105/ui-bundle.zip
output:
dir: ./public