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 06:17:24 UTC

[felix-antora-ui] branch master updated (7289b07 -> c729492)

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 7289b07  basic felix customization
     new 2a30bf5  make the logo background transparent
     new 67221c7  fix the header content
     new c729492  new UI bundle

The 3 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 290317 -> 291232 bytes
 src/img/logo.png                 | Bin 14927 -> 12836 bytes
 src/partials/header-content.hbs  |  44 +++++++++++++++++----------------------
 3 files changed, 19 insertions(+), 25 deletions(-)

[felix-antora-ui] 03/03: new 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 c7294923937950ab395f0649a5cd129ba4a4c3c5
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Jul 20 23:17:07 2021 -0700

    new UI bundle
---
 build/felix-antora-ui-bundle.zip | Bin 290317 -> 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 6666c61..4b30862 100644
Binary files a/build/felix-antora-ui-bundle.zip and b/build/felix-antora-ui-bundle.zip differ

[felix-antora-ui] 02/03: fix the header content

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 67221c74db537adc8228dc6f22b2ff06c6bbd2cf
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Jul 20 23:16:55 2021 -0700

    fix the header content
---
 src/partials/header-content.hbs | 44 ++++++++++++++++++-----------------------
 1 file changed, 19 insertions(+), 25 deletions(-)

diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs
index 9a99db8..b295dc8 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -3,12 +3,8 @@
     <div class="navbar-brand">
       <a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}/index.html">
         <span>
-          <img src="{{siteRootPath}}/_/img/feather.svg">
-        </span>
-        <span>
           <img src="{{siteRootPath}}/_/img/logo.png">
         </span>
-        {{site.title}}
       </a>
       <button class="navbar-burger" data-target="topbar-nav">
         <span></span>
@@ -22,31 +18,29 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Projects</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-dependency-manager.html"}}}">Dependency Manager</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-deployment-admin.html"}}}">Deployment Admin</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-event-admin.html"}}}">Event Admin</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-file-install.html"}}}">File Install</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-framework.html"}}}">Framework</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-gogo.html"}}}">Gogo Shell</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-healthchecks.html"}}}">Health Checks</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-inventory.html"}}}">Inventory</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-jaas.html"}}}">JAAS</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-log.html"}}}">Log</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-logback.html"}}}">Logback</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-maven-bundle-plugin.html"}}}">Maven bundle plugin</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-maven-scr-plugin.html"}}}">Maven SCR plugin</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-metatype-service.html"}}}">Metatype Service</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-preferences-service.html"}}}">Preferences Service</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-remote-shell.html"}}}">Remote Shell</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-script-console-plugin.html"}}}">Script console plugin</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-shell.html"}}}">Lightweight shell</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-shell-tui.html"}}}">Shell TUI</a>
-            <a class="navbar-item" href="{{{relativize "/documentation/documentation/subprojects/apache-felix-web-console.html"}}}">Web Console</a>
+            <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>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-file-install.html"}}}">File Install</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-framework.html"}}}">Framework</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-gogo.html"}}}">Gogo Shell</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-healthchecks.html"}}}">Health Checks</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-inventory.html"}}}">Inventory</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-log.html"}}}">Log</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-logback.html"}}}">Logback</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-maven-bundle-plugin.html"}}}">Maven bundle plugin</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-maven-scr-plugin.html"}}}">Maven SCR plugin</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-metatype-service.html"}}}">Metatype Service</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-preferences-service.html"}}}">Preferences Service</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-remote-shell.html"}}}">Remote Shell</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-script-console-plugin.html"}}}">Script console plugin</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-shell.html"}}}">Lightweight shell</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-shell-tui.html"}}}">Shell TUI</a>
+            <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-web-console.html"}}}">Web Console</a>
           </div>
         </div>
         <div class="navbar-item">
           <span class="control">
-            <a class="button is-primary" href="{{{relativize "/documentation/downloads/currentreleases.html"}}}">Downloads</a>
+            <a class="button is-primary" href="{{{relativize "/documentation/downloads.html"}}}">Downloads</a>
           </span>
         </div>
       </div>

[felix-antora-ui] 01/03: make the logo background transparent

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 2a30bf562875bcd4f0cd70f811be356c5d0ad152
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Jul 20 23:16:31 2021 -0700

    make the logo background transparent
---
 src/img/logo.png | Bin 14927 -> 12836 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/img/logo.png b/src/img/logo.png
index dccbddc..dc9d433 100644
Binary files a/src/img/logo.png and b/src/img/logo.png differ