You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/21 23:00:42 UTC

[felix-antora-ui] branch master updated (c729492 -> 4d833ed)

This is an automated email from the ASF dual-hosted git repository.

djencks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/felix-antora-ui.git.


    from c729492  new UI bundle
     new a9252d1  Projects >> Subprojects in header
     new 4d833ed  update built UI bundle

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build/felix-antora-ui-bundle.zip | Bin 291232 -> 291232 bytes
 src/partials/header-content.hbs  |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

[felix-antora-ui] 02/02: update built UI bundle

Posted by dj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-antora-ui.git

commit 4d833ed5464cc8949d62b20022be9d47ff8a9b00
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Jul 21 16:00:24 2021 -0700

    update built UI bundle
---
 build/felix-antora-ui-bundle.zip | Bin 291232 -> 291232 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/build/felix-antora-ui-bundle.zip b/build/felix-antora-ui-bundle.zip
index 4b30862..c47a2f7 100644
Binary files a/build/felix-antora-ui-bundle.zip and b/build/felix-antora-ui-bundle.zip differ

[felix-antora-ui] 01/02: Projects >> Subprojects in header

Posted by dj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-antora-ui.git

commit a9252d1aecb3955f5e73d02e3743254217b87d29
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Jul 21 16:00:14 2021 -0700

    Projects >> Subprojects in header
---
 src/partials/header-content.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs
index b295dc8..98b1340 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -16,7 +16,7 @@
       <div class="navbar-end">
         <a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}/index.html">Home</a>
         <div class="navbar-item has-dropdown is-hoverable">
-          <a class="navbar-link" href="#">Projects</a>
+          <a class="navbar-link" href="#">Subprojects</a>
           <div class="navbar-dropdown">
             <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-dependency-manager.html"}}}">Dependency Manager</a>
             <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-event-admin.html"}}}">Event Admin</a>