Skip to content

Commit 6b7e53c

Browse files
committed
slightly rework information about UI bundle for deploy preview in README [skip ci]
1 parent 639b121 commit 6b7e53c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ If you need to include source maps in the bundle, you can do so by setting the `
202202
$ SOURCEMAPS=true gulp bundle
203203

204204
In this case, the bundle will include the source maps, which can be used for debuggging your production site.
205+
205206
=== Create an Online Preview
206207

207208
You can share a preview of the UI online by submitting a pull request to GitHub.
@@ -223,7 +224,7 @@ Netlify then runs the command specified in netlify.toml, deploys the site, and a
223224

224225
Included in that temporary preview URL is the UI bundle itself.
225226
That means you can test it directly with Antora.
226-
Simply append `dist/ui-bundle.zip` to the end of the preview URL and pass it to Antora as follows:
227+
To access the UI bundle, append `dist/ui-bundle.zip` to the end of the preview URL, then pass that URL to Antora as follows:
227228

228229
$ antora --ui-bundle-url=<preview URL>/dist/ui-bundle.zip antora-playbook.yml
229230

0 commit comments

Comments
 (0)