-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathantora-playbook.yml
41 lines (41 loc) · 1.22 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
33
34
35
36
37
38
39
40
41
site:
title: strongSwan Documentation
url: https://docs.strongswan.org
start_page: 6.0@docs::index.adoc
robots: allow
urls:
latest_version_segment: latest
content:
sources:
- url: https://github.com/strongswan/strongswan-docs.git
branches: [master, docs-5.9]
start_path: docs
ui:
bundle:
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
supplemental_files:
- path: css/site-extra.css
contents: ./supplemental-ui/css/site-extra.css
- path: partials/head-meta.hbs
contents: ./supplemental-ui/partials/head-meta.hbs
- path: partials/header-content.hbs
contents: ./supplemental-ui/partials/header-content.hbs
- path: partials/footer-content.hbs
contents: ./supplemental-ui/partials/footer-content.hbs
- path: img/admonitions.svg
contents: ./supplemental-ui/img/admonitions.svg
- path: img/strongswan.png
contents: ./supplemental-ui/img/strongswan.png
- path: favicon.ico
contents: ./supplemental-ui/favicon.ico
- path: ui.yml
contents: |
static_files:
- favicon.ico
antora:
extensions:
- require: '@antora/lunr-extension'
asciidoc:
attributes:
page-pagination: true