You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/11 14:08:20 UTC

[isis-antora] branch master updated: updates 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/isis-antora.git


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

commit 9df648880b09d3ae20c939c9e178d4e7125d3f52
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Jan 11 14:08:06 2020 +0000

    updates menu
---
 build/ui-bundle.zip             | Bin 314733 -> 314791 bytes
 preview-src/about.adoc          |   5 ++---
 src/partials/header-content.hbs |  33 ++++++++++++++++++---------------
 3 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index c742d52..dc7b815 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/preview-src/about.adoc b/preview-src/about.adoc
index 7432969..74ffd26 100644
--- a/preview-src/about.adoc
+++ b/preview-src/about.adoc
@@ -1,7 +1,6 @@
 = Menu
 :notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or ag [...]
-//include::_attributes.adoc[]
-:page-role: -toc -title
+//:page-role: -toc -title
 
 
 [.nogrid]
@@ -39,7 +38,7 @@
 * *xref:userguide:ROOT:about.adoc[User Guide]*
 * *xref:refguide:ROOT:about.adoc[Reference Guide]*
 * xref:security:ROOT:about.adoc[Security Guide]
-** xref:secman:ROOT:about.adoc[SecMan (extension)]
+** xref:security:ROOT:about.adoc[SecMan (extension)]
 * *xref:testing:ROOT:about.adoc[Testing]*
 
 
diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs
index 48dea59..73df65f 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -30,17 +30,19 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Guides</a>
           <div class="navbar-dropdown">
-            <span class="navbar-item navbar-heading">User</span>
+            <span class="navbar-item navbar-heading">Core</span>
             <a class="navbar-item" href="{{siteRootPath}}/userguide/about.html">User Guide</a>
-            <hr class="navbar-divider"/>
-            <span class="navbar-item navbar-heading">Reference</span>
             <a class="navbar-item" href="{{siteRootPath}}/refguide/about.html">Reference Guide</a>
+            <a class="navbar-item" href="{{siteRootPath}}/testing/about.html">Testing Guide</a>
             <hr class="navbar-divider"/>
-            <span class="navbar-item navbar-heading">Security</span>
-            <a class="navbar-item" href="{{siteRootPath}}/security/about.html">Security Guide</a>
+            <span class="navbar-item navbar-heading">Libraries</span>
+            <a class="navbar-item" href="{{siteRootPath}}/subdomain/about.html">Subdomain Libraries</a>
+            <a class="navbar-item" href="{{siteRootPath}}/valuetypes/about.html">Value Types</a>
+            <a class="navbar-item" href="{{siteRootPath}}/mappings/about.html">Bounded Context Mapping Libraries</a>
             <hr class="navbar-divider"/>
-            <span class="navbar-item navbar-heading">Testing</span>
-            <a class="navbar-item" href="{{siteRootPath}}/testing/about.html">Testing Guide</a>
+            <span class="navbar-item navbar-heading">Resources</span>
+            <a class="navbar-item" href="{{siteRootPath}}/toc/devguide/about.html">Developers' Guide</a>
+            <a class="navbar-item" href="{{siteRootPath}}/toc/mavendeps/about.html">Maven dependencies</a>
           </div>
         </div>
         <div class="navbar-item has-dropdown is-hoverable">
@@ -50,13 +52,14 @@
             <a class="navbar-item" href="{{siteRootPath}}/vw/about.html">Wicket UI</a>
             <a class="navbar-item" href="{{siteRootPath}}/vro/about.html">Restful Objects (REST)</a>
             <hr class="navbar-divider"/>
+            <span class="navbar-item navbar-heading">Security</span>
+            <a class="navbar-item" href="{{siteRootPath}}/security/about.html">Security Guide</a>
+            <hr class="navbar-divider"/>
             <span class="navbar-item navbar-heading">Persistence</span>
             <a class="navbar-item" href="{{siteRootPath}}/odn/about.html">DataNucleus Object Store</a>
             <hr class="navbar-divider"/>
-            <span class="navbar-item navbar-heading">Catalogs</span>
+            <span class="navbar-item navbar-heading">Extensions</span>
             <a class="navbar-item" href="{{siteRootPath}}/extensions/about.html">Extensions Catalog</a>
-            <a class="navbar-item" href="{{siteRootPath}}/incubator/about.html">Incubator Catalog</a>
-            <a class="navbar-item" href="{{siteRootPath}}/legacy/about.html">Legacy Catalog</a>
           </div>
         </div>
         <div class="navbar-item has-dropdown is-hoverable">
@@ -66,10 +69,6 @@
             <a class="navbar-item" href="{{siteRootPath}}/toc/support/slack-channel.html">Slack</a>
             <a class="navbar-item" href="{{siteRootPath}}/toc/support/mailing-list.html">Mailing Lists</a>
             <a class="navbar-item" href="https://issues.apache.org/jira/browse/ISIS">JIRA</a>
-            <hr class="navbar-divider"/>
-            <span class="navbar-item navbar-heading">Resources</span>
-            <a class="navbar-item" href="{{siteRootPath}}/toc/devguide/about.html">Developers' Guide</a>
-            <a class="navbar-item" href="{{siteRootPath}}/toc/mavendeps/about.html">Maven dependencies</a>
             <a class="navbar-item" href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a>
           </div>
         </div>
@@ -81,9 +80,13 @@
             <a class="navbar-item" href="{{siteRootPath}}/relnotes/about.html">Release Notes</a>
             <a class="navbar-item" href="{{siteRootPath}}/mignotes/about.html">Migration Notes</a>
             <hr class="navbar-divider"/>
+            <span class="navbar-item navbar-heading">More Libraries</span>
+            <a class="navbar-item" href="{{siteRootPath}}/incubator/about.html">Incubator</a>
+            <a class="navbar-item" href="{{siteRootPath}}/legacy/about.html">Legacy</a>
+            <hr class="navbar-divider"/>
             <span class="navbar-item navbar-heading">Internal</span>
             <a class="navbar-item" href="{{siteRootPath}}/toc/comguide/about.html">Committers' Guide</a>
-            <a class="navbar-item" href="{{siteRootPath}}/core/about.html">Core Framework</a>
+            <a class="navbar-item" href="{{siteRootPath}}/core/about.html">Core Design</a>
           </div>
         </div>
         <div class="navbar-item has-dropdown is-hoverable">