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 9044dd7 updates
9044dd7 is described below
commit 9044dd7d831f6020622c33e26367249dcbb9bc79
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Aug 21 06:36:41 2022 +0100
updates
---
build/ui-bundle.zip | Bin 325220 -> 325207 bytes
src/partials/header-content.hbs | 11 +++--------
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index 5831307..351794c 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 5a74abf..f152f10 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -39,15 +39,14 @@
<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">Development</span>
- <a class="navbar-item"
href="{{siteRootPath}}/setupguide/{{page.attributes.isisrel}}/about.html">Setup
Guide</a>
- <hr class="navbar-divider"/>
<span class="navbar-item navbar-heading">Core</span>
<a class="navbar-item"
href="{{siteRootPath}}/userguide/{{page.attributes.isisrel}}/about.html">User
Guide</a>
<a class="navbar-item"
href="{{siteRootPath}}/refguide/{{page.attributes.isisrel}}/about.html">Reference
Guide</a>
<a class="navbar-item"
href="{{siteRootPath}}/testing/{{page.attributes.isisrel}}/about.html">Testing
Guide</a>
+ <a class="navbar-item"
href="{{siteRootPath}}/security/{{page.attributes.isisrel}}/about.html">Security
Guide</a>
<hr class="navbar-divider"/>
- <span class="navbar-item navbar-heading">Process</span>
+ <span class="navbar-item navbar-heading">Development</span>
+ <a class="navbar-item"
href="{{siteRootPath}}/setupguide/{{page.attributes.isisrel}}/about.html">Setup
Guide</a>
<a class="navbar-item"
href="{{siteRootPath}}/conguide/{{page.attributes.isisrel}}/about.html">Contributors'
Guide</a>
</div>
</div>
@@ -61,10 +60,6 @@
<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>
- <hr class="navbar-divider"/>
- <span class="navbar-item navbar-heading">Security</span>
- <a class="navbar-item"
href="{{siteRootPath}}/security/{{page.attributes.isisrel}}/about.html">Security
Guide</a>
- <hr class="navbar-divider"/>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">