Skip to content

Commit f84e2a7

Browse files
committed
Fix 8.0 config for chatbot-staging
1 parent ea19158 commit f84e2a7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

antora-playbook-staging-chatbot.diff.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ content:
3939
branches: [master]
4040
start_path: docs/
4141

42-
- url: https://github.com/couchbase/backup
42+
# a fork of couchbase/backup that has 8.0 in the master branch
43+
- url: https://github.com/couchbaselabs/backup-docs
4344
branches: [master]
4445
start_path: docs/
4546

@@ -48,8 +49,7 @@ content:
4849
- release/2.8.1 # is set to version `2.9` so will coexist with release/2.8
4950

5051
- url: https://github.com/couchbaselabs/cbmultimanager
51-
branches:
52-
$replace: [master]
52+
branches: [master]
5353

5454
- url: https://github.com/couchbase/docs-sdk-common
5555
# not $replace, as we can just merge

antora-playbook-staging-chatbot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ content:
154154
start_path: docs
155155
branches:
156156
- master
157+
- 0.2.x
157158
- url: https://github.com/couchbase/docs-cloud-native
158159
branches:
159160
- cloud-native-2.2
@@ -198,11 +199,10 @@ content:
198199
start_path: docs
199200
- url: https://github.com/couchbase/backup
200201
branches:
201-
- master
202202
- trinity
203203
- neo
204204
- 7.1.x-docs
205-
start_path: docs/
205+
start_path: docs
206206
- url: https://github.com/couchbase/docs-server
207207
branches:
208208
- release/7.6
@@ -375,3 +375,7 @@ content:
375375
branches:
376376
- master
377377
start_path: docs/
378+
- url: https://github.com/couchbaselabs/backup-docs
379+
branches:
380+
- master
381+
start_path: docs/

0 commit comments

Comments
 (0)