-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathantora-assembler.yml
More file actions
46 lines (41 loc) · 1.31 KB
/
antora-assembler.yml
File metadata and controls
46 lines (41 loc) · 1.31 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
44
45
46
site:
title: MicroProfile Tutorial # Overall site title
url: https://microprofile.io/tutorial # Base URL for the site
start_page: microprofile-tutorial::index.adoc # Homepage
keys:
show_edit_page_link: true # Enable "Edit this page" links
content:
sources:
- url: "https://github.com/microprofile/microprofile-tutorial.git" # Current directory (local content)
branches: main # Use current branch
start_path: / # Root of the content
ui:
bundle:
url: https://github.com/microprofile/microprofile-tutorial-ui/releases/download/latest/ui-bundle.zip
snapshot: true
supplemental_files: ./supplemental-ui
asciidoc:
attributes:
experimental: true
idprefix: ''
idseparator: '-'
page-pagination: true
allow-uri-read: ''
page-pdf-download-name: microprofile-tutorial.pdf
source-language: asciidoc@
table-caption: false
xrefstyle: full
extensions:
- asciidoctor-plantuml
- asciidoctor-kroki
- '@asciidoctor/tabs'
antora:
extensions:
- require: '@antora/lunr-extension' # Search functionality
index_latest_only: true
- require: '@antora/pdf-extension' # PDF generation
as_attachment: true
filename: microprofile-tutorial.pdf
output_dir: ./build/assembler
output:
dir: ./build/site