initial Antora boilerplate
This commit is contained in:
parent
77e61409e4
commit
53b7ee2a54
5 changed files with 97 additions and 0 deletions
33
playbook.yml
Normal file
33
playbook.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
site:
|
||||
title: Servala
|
||||
url: https://docs.servala.com/
|
||||
start_page: servaka::index.adoc
|
||||
robots: |
|
||||
User-agent: *
|
||||
Allow: *
|
||||
content:
|
||||
sources:
|
||||
- url: https://servala-2nkgm.app.codey.ch/servala/servala-portal.git
|
||||
branches: ["main"]
|
||||
start_path: docs
|
||||
edit_url: "https://servala-2nkgm.app.codey.ch/servala/servala-portal/_edit/main/{path}"
|
||||
ui:
|
||||
bundle:
|
||||
url: https://github.com/vshn/antora-ui-default/releases/download/2.2.6/ui-bundle.zip
|
||||
snapshot: true
|
||||
asciidoc:
|
||||
attributes:
|
||||
page-pagination: ""
|
||||
hide-uri-scheme: ""
|
||||
experimental: ""
|
||||
stem: ""
|
||||
icons: font
|
||||
kroki-server-url: https://kroki.vshn.net
|
||||
kroki-fetch-diagram: ""
|
||||
extensions:
|
||||
- asciidoctor-kroki
|
||||
output:
|
||||
destinations:
|
||||
- provider: fs
|
||||
path: ./_public
|
||||
clean: true
|
Loading…
Add table
Add a link
Reference in a new issue