-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathantora-playbook-staging.diff.yml
More file actions
85 lines (68 loc) · 2.12 KB
/
antora-playbook-staging.diff.yml
File metadata and controls
85 lines (68 loc) · 2.12 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
antora:
extensions:
- ./lib/report-tree.js
- ./lib/site-stats-extension.js
- ./lib/component-stats.js
site:
title: Couchbase Docs Staging
url: https://docs-staging.couchbase.com
start_page: home::index.adoc
robots: |
User-agent: *
Disallow: /
User-agent: Algolia Crawler
Allow: /
keys:
google_analytics: ~
content:
$select:
- '.'
- '**' # everything
# see https://github.com/micromatch/picomatch for full details
# e.g.
# - '**/*sdk*' # add all repos matching *sdk*
# start off with first 3 branches
$prune: 3
sources:
- url: https://github.com/couchbaselabs/cb-swagger
branches: [capella] # ensure added as well as most recent release/* branches
- url: https://github.com/couchbaselabs/docs-devex
branches: [capella] # ensure added as well as most recent release/* branches
- url: https://github.com/couchbaselabs/cbmultimanager
branches:
$replace: [master]
- url: https://github.com/couchbase/docs-sdk-common
# not $replace, as we can just merge
branches:
- release/8.0
- release/7.7
- release/7.6.6
- release/7.6.2
- release/7.6
- release/7.2
- url: https://github.com/couchbase/docs-sdk-cxx
branches:
- release/1.2
- url: https://github.com/couchbase/docs-sdk-dotnet
branches:
- temp/3.9
- url: https://github.com/couchbase/docs-sdk-nodejs
branches:
- temp/4.6
- url: https://github.com/couchbase/docs-sdk-php
branches:
- temp/4.4
- url: https://github.com/couchbase/docs-sdk-ruby
branches:
- temp/3.7
- url: https://github.com/couchbase/docs-sdk-kotlin
branches:
# 'release/3.9' instead of 'temp/3.9'
$replace: [release/3.9, temp/1.5, temp/1.4, temp/1.3, release/1.2]
ui:
bundle:
url: https://github.com/couchbase/docs-ui/releases/download/DOC-14221-move-to-ask-ai-plus-refactor-templates-3/ui-bundle.zip
asciidoc:
attributes:
# page-chatbot-origin: https://dfddckwnvn0ml.cloudfront.net # Production, via Elliot
page-chatbot-origin: https://d2tkqbbgxczr0v.cloudfront.net # Staging, via Elliot