From dd62f5e5d3013b0c3db2a05044455f9cce89ea02 Mon Sep 17 00:00:00 2001 From: oyelakin mercy Date: Oct 31 2020 14:11:28 +0000 Subject: Update README.adoc with correct ui-bundle snippet --- diff --git a/README.adoc b/README.adoc index 786cc1e..7ff9dcd 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.