You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/21 18:15:40 UTC

[causeway-antora] branch master updated: tweaks menu

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 f8ef046  tweaks menu
f8ef046 is described below

commit f8ef046206d34494b159f3727c4a853fd60aeb87
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Mar 21 18:15:23 2023 +0000

    tweaks menu
---
 build/ui-bundle.zip             | Bin 362333 -> 362306 bytes
 src/partials/header-content.hbs |  12 ++++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index db81095..0ebd928 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 8b31d4b..4b412c3 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -51,6 +51,12 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Components</a>
           <div class="navbar-dropdown">
+            <span class="navbar-item navbar-heading">Security</span>
+            <a class="navbar-item" href="{{siteRootPath}}/security/{{page.attributes.causewayrel}}/bypass/about.html">Bypass</a>
+            <a class="navbar-item" href="{{siteRootPath}}/security/{{page.attributes.causewayrel}}/shiro/about.html">Shiro</a>
+            <a class="navbar-item" href="{{siteRootPath}}/security/{{page.attributes.causewayrel}}/spring/about.html">Spring</a>
+            <a class="navbar-item" href="{{siteRootPath}}/security/{{page.attributes.causewayrel}}/keycloak/about.html">Keycloak</a>
+            <hr class="navbar-divider"/>
             <span class="navbar-item navbar-heading">Viewers</span>
             <a class="navbar-item" href="{{siteRootPath}}/vw/{{page.attributes.causewayrel}}/about.html">Web UI (Wicket)</a>
             <a class="navbar-item" href="{{siteRootPath}}/vro/{{page.attributes.causewayrel}}/about.html">REST API (Restful Objects)</a>
@@ -58,12 +64,6 @@
             <span class="navbar-item navbar-heading">Persistence</span>
             <a class="navbar-item" href="{{siteRootPath}}/pjpa/{{page.attributes.causewayrel}}/about.html">JPA (EclipseLink)</a>
             <a class="navbar-item" href="{{siteRootPath}}/pjdo/{{page.attributes.causewayrel}}/about.html">JDO (DataNucleus)</a>
-            <hr class="navbar-divider"/>
-            <span class="navbar-item navbar-heading">Security</span>
-            <a class="navbar-item" href="{{siteRootPath}}/security/{{page.attributes.causewayrel}}/bypass/about.html">Bypass (Authenticator & Authorizor)</a>
-            <a class="navbar-item" href="{{siteRootPath}}/security/{{page.attributes.causewayrel}}/shiro/about.html">Shiro (Authenticator & Authorizor)</a>
-            <a class="navbar-item" href="{{siteRootPath}}/security/{{page.attributes.causewayrel}}/spring/about.html">Spring (Authenticator only)</a>
-            <a class="navbar-item" href="{{siteRootPath}}/security/{{page.attributes.causewayrel}}/keycloak/about.html">Keycloak (Authenticator only)</a>
           </div>
         </div>
         <div class="navbar-item has-dropdown is-hoverable">