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
commit 0e5f6d5c6d57cbddc00a892c6f7ea35e4f34dc93 Author: danhaywood <[email protected]> AuthorDate: Fri Mar 22 10:38:21 2024 +0000 adds 'simple' security to menu --- src/partials/header-content.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs index b25589c..095512e 100644 --- a/src/partials/header-content.hbs +++ b/src/partials/header-content.hbs @@ -53,6 +53,7 @@ <div class="navbar-dropdown"> <span class="navbar-item navbar-heading">Security</span> <a class="navbar-item" href="{{siteRootPath}}/security/latest/bypass/about.html">Bypass</a> + <a class="navbar-item" href="{{siteRootPath}}/security/latest/simple/about.html">Simple</a> <a class="navbar-item" href="{{siteRootPath}}/security/latest/shiro/about.html">Shiro</a> <a class="navbar-item" href="{{siteRootPath}}/security/latest/spring/about.html">Spring</a> <a class="navbar-item" href="{{siteRootPath}}/security/latest/keycloak/about.html">Keycloak</a>
