-
Notifications
You must be signed in to change notification settings - Fork 26
/
local-antora-playbook.yml
42 lines (42 loc) · 1.15 KB
/
local-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
42
site:
title: PlantUML Generator
url: https://devlauer.github.io/plantuml-generator/
start_page: plantuml-generator:ROOT:index.adoc
robots: allow
content:
sources:
- url: .
start_paths:
- src/docs/asciidoc
- plantuml-generator-util/src/docs/asciidoc
- plantuml-generator-maven-plugin/src/docs/asciidoc
version: 'latest'
runtime:
cache_dir: ./.cache/antora
fetch: true
log:
level: info
asciidoc:
extensions:
- asciidoctor-kroki
- './src/main/javascript/prism-line-highlight-tree-processor'
- './src/main/javascript/prism-syntax-highlighter'
sourcemap: true
attributes:
sitekeywords: PlantUML, generator, class diagram, sequence diagram
sectanchors: '@'
xrefstyle: short@
kroki-fetch-diagram: true
page-pagination: ''
icons: 'font'
source-highlighter: 'prism'
generatorversion: '1.6.0'
kroki-server-url: http://192.168.1.212:8000
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: ./src/docs/supplemental-ui
antora:
extensions:
- '@antora/lunr-extension'