summaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
authorPeter Macko <pmacko@redhat.com>2018-06-08 14:17:40 +0200
committerDan Allen <dan@opendevise.com>2018-08-05 12:54:51 -0600
commitd7aa15affcad8db23bb6be7a4430ac6a4592853d (patch)
treee0ac265724b1e118f921e421649840ed5f8c6178 /README.adoc
parent825c68fd2f0f945d00d589fc2627951c8681faf5 (diff)
downloadalpine-antora-theme-d7aa15affcad8db23bb6be7a4430ac6a4592853d.tar.bz2
alpine-antora-theme-d7aa15affcad8db23bb6be7a4430ac6a4592853d.tar.xz
update README.adoc with correct ui bundle snippet
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 786cc1e..ee2fe0b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -30,7 +30,9 @@ If you want to use the default UI for your Antora-generated site, add the follow
[source,yaml,subs=attributes+]
----
ui:
- bundle: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
+ bundle:
+ url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
+ snapshot: true
----
Read on to learn how to use your own build of the default UI.