Skip to content

Commit c68571c

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. Upgrade `asciidoctor-anywhere-footnote` to ~1.1.8 and update dependencies in `package-lock.json`. Updating package.json Adding the anywhere-footnote extension
1 parent ed5bb99 commit c68571c

File tree

4 files changed

+1560
-29
lines changed

4 files changed

+1560
-29
lines changed

antora-playbook-prerelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ asciidoc:
166166
- asciidoctor-kroki
167167
- asciidoctor-external-callout
168168
- '@asciidoctor/tabs'
169+
- asciidoctor-anywhere-footnote
169170
ui:
170171
bundle:
171-
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
172173
output:
173174
dir: ./public
174175
runtime:

antora-playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,10 @@ asciidoc:
211211
- asciidoctor-kroki
212212
- asciidoctor-external-callout
213213
- '@asciidoctor/tabs'
214+
- asciidoctor-anywhere-footnote
214215
ui:
215216
bundle:
216-
url: https://github.com/couchbase/docs-ui/releases/download/prod-210/ui-bundle.zip
217+
url: https://github.com/couchbase/docs-ui/releases/download/prod-213/ui-bundle.zip
217218
output:
218219
dir: ./public
219220
runtime:

0 commit comments

Comments
 (0)