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 7717951 updates bundle
7717951 is described below
commit 77179519bceab1fae34a3bffd5733824b48d95e5
Author: danhaywood <[email protected]>
AuthorDate: Thu Mar 16 11:50:35 2023 +0000
updates bundle
---
build/ui-bundle.zip | Bin 361595 -> 361605 bytes
src/partials/header-content.hbs | 9 +++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index 8182b77..a3a91c3 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 7146f2c..c052ed0 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -85,10 +85,6 @@
<a class="navbar-item"
href="{{siteRootPath}}/docs/{{page.attributes.causewayrel}}/downloads/how-to.html">Downloads</a>
<a class="navbar-item"
href="{{siteRootPath}}/relnotes/{{page.attributes.causewayrel}}/about.html">Release
Notes</a>
<hr class="navbar-divider"/>
- <span class="navbar-item navbar-heading">Nightly Builds</span>
- <a class="navbar-item"
href="https://github.com/apache/causeway">Packages (ASF hosted)</a>
- <a class="navbar-item"
href="https://github.com/apache-causeway-committers/causeway-nightly">Packages
(not ASF hosted)</a>
- <a class="navbar-item"
href="https://apache-causeway-committers.github.io/causeway-nightly">Website
Preview (not ASF hosted)</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
@@ -101,6 +97,11 @@
<span class="navbar-item navbar-heading">Automated Analysis</span>
<a class="navbar-item"
href="https://sonarcloud.io/dashboard?id=apache_isis">SonarCloud.io</a>
<hr class="navbar-divider"/>
+ <span class="navbar-item navbar-heading">Interim Builds</span>
+ <a class="navbar-item"
href="{{siteRootPath}}/comguide/{{page.attributes.causewayrel}}/nightly-builds.html">Nightly
builds</a>
+ <a class="navbar-item"
href="{{siteRootPath}}/comguide/{{page.attributes.causewayrel}}/weekly-builds.html">Weekly
builds</a>
+ <a class="navbar-item"
href="https://apache-causeway-committers.github.io/causeway-nightly">Website
Preview (not ASF hosted)</a>
+ <hr class="navbar-divider"/>
<span class="navbar-item navbar-heading">Development</span>
<a class="navbar-item"
href="{{siteRootPath}}/core/{{page.attributes.causewayrel}}/about.html">Internal
Design Docs</a>
<a class="navbar-item"
href="{{siteRootPath}}/regressiontests/{{page.attributes.causewayrel}}/about.html">Regression
Tests</a>