-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
44 lines (38 loc) · 1.07 KB
/
antora-playbook.yml
File metadata and controls
44 lines (38 loc) · 1.07 KB
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
42
43
site:
title: Energy System Model
url: https://G-PST.github.io/CommonEnergySystemModel
start_page: energy-system-model::index.adoc
content:
sources:
- url: .
branches: HEAD
start_path: artifacts/documentation
- url: .
branches: HEAD
start_path: documentation
# - url: https://gitlab.com/antora/demo/demo-component-b.git
# branches: [v2.0, v1.0]
# 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: ./supplemental-ui
asciidoc:
attributes:
page-pagination: ''
experimental: ''
kroki-fetch-diagram: false # Render images in browser. Makes building much faster which is convenient for local development.
kroki-default-format: svg@
kroki-server-url: http://fruit.ritger.nl:9000
extensions:
- asciidoctor-kroki
- '@djencks/asciidoctor-mathjax'
output:
clean: true
dir: ./docs
# urls:
# latest_version_segment: latest
antora:
extensions:
- require: '@antora/lunr-extension'