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:26 UTC

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

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>