This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/causeway-antora.git
The following commit(s) were added to refs/heads/master by this push: new cb361fd updates to add in layout loaders cb361fd is described below commit cb361fd74b962c67f5063f397504f4f47b97071b Author: danhaywood <d...@haywood-associates.co.uk> AuthorDate: Thu Oct 19 12:26:59 2023 +0100 updates to add in layout loaders --- build/ui-bundle.zip | Bin 362262 -> 362280 bytes src/partials/header-content.hbs | 1 + 2 files changed, 1 insertion(+) diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip index c55e157..0a0a9f7 100644 Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs index a8d22b0..f055c9f 100644 --- a/src/partials/header-content.hbs +++ b/src/partials/header-content.hbs @@ -77,6 +77,7 @@ <a class="navbar-item" href="{{siteRootPath}}/userguide/latest/executionrepublisher/about.html">Execution Republisher</a> <a class="navbar-item" href="{{siteRootPath}}/userguide/latest/excel/about.html">Excel</a> <a class="navbar-item" href="{{siteRootPath}}/userguide/latest/flyway/about.html">Flyway</a> + <a class="navbar-item" href="{{siteRootPath}}/userguide/latest/layoutloaders/about.html">Layout Loaders</a> <hr class="navbar-divider"/> <span class="navbar-item navbar-heading">Security</span> <a class="navbar-item" href="{{siteRootPath}}/security/latest/secman/about.html">Secman</a>