Skip to content

Commit 8012ecc

Browse files
committed
Updated to include the correct URL for the UI bundle.
The PR for the new UI bundle (couchbase/docs-ui#193) should be reviewed first so we know the number of the bundle.
1 parent e6c0d8a commit 8012ecc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

antora-playbook-prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ asciidoc:
153153
sqlppc: SQL++ for Capella columnar
154154
sqlpp_url: https://www.couchbase.com/products/n1ql
155155
cbpp: Couchbase++
156-
kroki-server-url: http://localhost:9500
156+
kroki-server-url: http://3.91.133.254:9500
157157
kroki-fetch-diagram: true
158158
extensions:
159159
- ./lib/source-url-include-processor.js
@@ -169,7 +169,7 @@ asciidoc:
169169
- asciidoctor-anywhere-footnote
170170
ui:
171171
bundle:
172-
url: https://github.com/couchbase/docs-ui/releases/download/prod-198/ui-bundle.zip
172+
url: https://github.com/couchbase/docs-ui/releases/download/prod-213/ui-bundle.zip
173173
output:
174174
dir: ./public
175175
runtime:

antora-playbook.preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ asciidoc:
208208
- asciidoctor-anywhere-footnote
209209
ui:
210210
bundle:
211-
url: /Users/rayoffiah/projects/couchbase/docs-ui/build/ui-bundle.zip
211+
url: https://github.com/couchbase/docs-ui/releases/download/prod-213/ui-bundle.zip
212212
output:
213213
dir: ./public
214214
runtime:

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ asciidoc:
214214
- asciidoctor-anywhere-footnote
215215
ui:
216216
bundle:
217-
url: /Users/rayoffiah/projects/couchbase/docs-ui/build/ui-bundle.zip
217+
url: https://github.com/couchbase/docs-ui/releases/download/prod-213/ui-bundle.zip
218218
output:
219219
dir: ./public
220220
runtime:

0 commit comments

Comments
 (0)