Skip to content

Commit a0a2a6f

Browse files
committed
override header template
1 parent 5aad39a commit a0a2a6f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

antora-playbook.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,27 @@ content:
44
sources:
55
- url: ./
66
start_path: docs
7-
branches: HEAD
7+
edit_url: https://github.com/countableSet/semantic-version-plugin/blob/{refname}/{path}
88
output:
99
clean: true
1010
ui:
1111
bundle:
1212
url: https://github.com/countableSet/antora-ui/releases/download/b2213746648/ui-bundle.zip
1313
snapshot: true
14+
supplemental_files:
15+
- path: partials/header-content.hbs
16+
contents: |
17+
<header class="header">
18+
<nav class="navbar">
19+
<div class="navbar-brand">
20+
<a class="navbar-item" href="{{{or site.url siteRootPath}}}">{{site.title}}</a>
21+
</div>
22+
<div id="topbar-nav" class="navbar-menu">
23+
<div class="navbar-end">
24+
<div class="navbar-item">
25+
<a id="themeSwitch" class="themeSwitch" href="#"></a>
26+
</div>
27+
</div>
28+
</div>
29+
</nav>
30+
</header>

0 commit comments

Comments
 (0)