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/isis-antora.git


The following commit(s) were added to refs/heads/master by this push:
     new 21202c8  updates
21202c8 is described below

commit 21202c8741f9008a1be75fc26589126742ab8907
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Aug 21 09:54:13 2022 +0100

    updates
---
 build/ui-bundle.zip             | Bin 325207 -> 325293 bytes
 src/partials/header-content.hbs |   5 +++++
 2 files changed, 5 insertions(+)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index 351794c..915eec7 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 f152f10..5369fba 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -60,6 +60,11 @@
             <span class="navbar-item navbar-heading">Persistence</span>
             <a class="navbar-item" 
href="{{siteRootPath}}/pjpa/{{page.attributes.isisrel}}/about.html">JPA 
(EclipseLink)</a>
             <a class="navbar-item" 
href="{{siteRootPath}}/pjdo/{{page.attributes.isisrel}}/about.html">JDO 
(DataNucleus)</a>
+            <span class="navbar-item navbar-heading">Security</span>
+            <a class="navbar-item" 
href="{{siteRootPath}}/security/{{page.attributes.isisrel}}/bypass/about.html">Bypass
 (Authenticator & Authorizor)</a>
+            <a class="navbar-item" 
href="{{siteRootPath}}/security/{{page.attributes.isisrel}}/shiro/about.html">Shiro
 (Authenticator & Authorizor)</a>
+            <a class="navbar-item" 
href="{{siteRootPath}}/security/{{page.attributes.isisrel}}/spring/about.html">Spring
 (Authenticator only)</a>
+            <a class="navbar-item" 
href="{{siteRootPath}}/security/{{page.attributes.isisrel}}/keycloak/about.html">Keycloak
 (Authenticator only)</a>
           </div>
         </div>
         <div class="navbar-item has-dropdown is-hoverable">

Reply via email to