We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31a0d6 commit 53194b9Copy full SHA for 53194b9
antora-ui/src/partials/header-content.hbs
@@ -21,6 +21,16 @@
21
</div>
22
<div id="topbar-nav" class="navbar-menu">
23
<div class="navbar-end">
24
+ <div class="navbar-item has-dropdown is-hoverable">
25
+ <a class="navbar-link" href="#">{{page.component.title}}</a>
26
+ <div class="navbar-dropdown">
27
+ {{#each site.components}}
28
+ {{#if (ne this @root.page.component)}}
29
+ <a class="navbar-item" href="{{{relativize ./url}}}">{{{./title}}}</a>
30
+ {{/if}}
31
+ {{/each}}
32
+ </div>
33
34
<!--
35
<a class="navbar-item" href="#">Home</a>
36
<div class="navbar-item has-dropdown is-hoverable">
0 commit comments