forked from couchbase/docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
staging-antora-playbook.yml
84 lines (84 loc) · 2.99 KB
/
staging-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
site:
title: Couchbase Docs (Staging)
url: https://docs-staging.couchbase.com
start_page: home::index.adoc
content:
branches: release/*
sources:
- url: .
branches: HEAD
start_path: home
- url: [email protected]:couchbase/couchbase-operator.git
branches: [master, 1.1.x, 1.0.x]
start_path: docs/user
- url: https://github.com/couchbase/couchbase-elasticsearch-connector.git
branches: [master, release/cypress]
start_path: docs
- url: https://github.com/couchbase/kafka-connect-couchbase.git
branches: [master, release/3.3]
start_path: docs
- url: https://github.com/couchbase/couchbase-spark-connector.git
branches: [master, release/2.1]
start_path: docs
- url: [email protected]:couchbase/docs-connectors-talend.git
branches: master
- url: [email protected]:couchbase/docs-analytics.git
- url: https://github.com/couchbase/couchbase-cli.git
branches: [alice, vulcan, spock, 5.0.1]
start_path: docs
- url: [email protected]:couchbase/backup.git
branches: [master, vulcan, spock, 5.0.x]
start_path: docs
# NOTE server-docs is currently after other server repos so nav key wins
- url: https://github.com/couchbase/docs-server.git
- url: https://github.com/couchbase/docs-sdk-common.git
- url: https://github.com/couchbase/docs-sdk-c.git
- url: https://github.com/couchbase/docs-sdk-dotnet.git
- url: https://github.com/couchbase/docs-sdk-go.git
- url: https://github.com/couchbase/docs-sdk-java.git
- url: https://github.com/couchbase/docs-sdk-nodejs.git
- url: https://github.com/couchbase/docs-sdk-php.git
- url: https://github.com/couchbase/docs-sdk-python.git
- url: https://github.com/couchbaselabs/docs-couchbase-lite.git
branches: [release/2.5, release/2.1, release/2.0, release/1.4, release/1.3]
- url: https://github.com/couchbaselabs/docs-sync-gateway.git
branches: [release/2.5, release/2.1, release/2.0, release/1.5, release/1.4, release/1.3]
# Tutorial repositories
- url: https://github.com/couchbaselabs/tutorials.git
branches: master
- url: https://github.com/couchbaselabs/mobile-travel-sample.git
branches: tutorials
start_path: content
- url: https://github.com/couchbaselabs/hotel-finder-react-native.git
branches: tutorials
- url: https://github.com/couchbaselabs/hotel-lister-cordova.git
branches: tutorials
- url: https://github.com/couchbaselabs/tutorials-contrib.git
branches: master
asciidoc:
attributes:
experimental: ''
idprefix: '@'
idseparator: '-@'
tabs: tabs
toc: ~
xrefstyle: short
extensions:
- ./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/v193/ui-bundle.zip
supplemental_files:
- path: robots.txt
contents: |
User-agent: *
Disallow: /
- path: ui.yml
contents: |
static_files: [robots.txt]
output:
dir: ./public