forked from projectsyn/lieutenant-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
playbook.yml
31 lines (31 loc) · 832 Bytes
/
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
site:
title: "PREVIEW Lieutenant Operator Documentation"
url: http://localhost/
start_page: lieutenant-operator::index.adoc
content:
sources:
- url: . # The current folder is a git repo
branches: HEAD # "HEAD" uses whichever branch is currently checked out
start_path: docs
edit_url: 'https://github.com/projectsyn/steward/edit/master/{path}'
ui:
bundle:
url: https://github.com/projectsyn/antora-ui-default/releases/download/1.2/ui-bundle.zip
snapshot: false
asciidoc:
attributes:
toc: 'auto'
toc-title: ''
toclevels: 2
hide-uri-scheme: ''
experimental: ''
stem: ''
icons: font
kroki-server-url: https://vshn-kroki.appuioapp.ch
extensions:
- asciidoctor-kroki
output:
destinations:
- provider: fs
path: ./_antora
clean: true