From f9c99e53c5948b4666e98b5b023474b9cafaabb5 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 13 Jan 2022 18:58:59 -0700 Subject: [PATCH] drop check for outdated siteRootUrl property; document using siteRootPath as fallback for site.url --- docs/modules/ROOT/pages/templates.adoc | 1 + src/partials/header-content.hbs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/templates.adoc b/docs/modules/ROOT/pages/templates.adoc index 9b5e9df..d156c0d 100644 --- a/docs/modules/ROOT/pages/templates.adoc +++ b/docs/modules/ROOT/pages/templates.adoc @@ -182,6 +182,7 @@ s| env 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. s| uiRootPath | The relative path to the root directory of the UI. diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs index 48fff0a..8a094a4 100644 --- a/src/partials/header-content.hbs +++ b/src/partials/header-content.hbs @@ -1,7 +1,7 @@