File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff 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}
88output :
99 clean : true
1010ui :
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>
You can’t perform that action at this time.
0 commit comments