-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora-playbook.yml
32 lines (32 loc) · 1.08 KB
/
antora-playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
site:
title: Semantic Version Plugin
content:
sources:
- url: ./
start_path: docs
edit_url: https://github.com/countableSet/semantic-version-plugin/blob/{refname}/{path}
output:
clean: true
ui:
bundle:
url: https://github.com/countableSet/antora-ui/releases/download/b10363827687/ui-bundle.zip
snapshot: true
supplemental_files:
- path: partials/header-content.hbs
contents: |
<header class="header">
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item" href="{{{or site.url siteRootPath}}}">{{site.title}}</a>
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="#">Home</a>
<a class="navbar-item" href="https://github.com/countableSet/semantic-version-plugin">Github</a>
<div class="navbar-item">
<a id="themeSwitch" class="themeSwitch" href="#"></a>
</div>
</div>
</div>
</nav>
</header>