add note that uiRootPath and siteRootPath are root-relative in the 404 page template

This commit is contained in:
Dan Allen
2022-07-11 03:22:59 -06:00
parent da14ed68ed
commit e05e6f5485

View File

@@ -183,9 +183,11 @@ s| siteRootPath
| The relative path to the root of the published site.
If a site start page is defined, the visitor will be redirected from this location to the start page.
Can be used as a fallback when a site URL is not set.
This value is _root-relative_ in the 404 page template, which is required for the 404 page to work correctly when served by the web server.
s| uiRootPath
| The relative path to the root directory of the UI.
This value is _root-relative_ in the 404 page template, which is required for the 404 page to work correctly when served by the web server.
s| antoraVersion
| The version of Antora used to build the site (specifically the version of the @antora/page-composer package).