-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
41 lines (41 loc) · 1.05 KB
/
antora-playbook.yml
File metadata and controls
41 lines (41 loc) · 1.05 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
site:
title: diytechyTestPage
# the 404 page and sitemap files only get generated when the url property is set
start_page: component-a::index.adoc
content:
sources:
- url: .
branches: HEAD
# setting edit_url to false disables the Edit this Page link for any page that originates from this repository
# the same thing can be achieved by adding empty credentials (i.e., @) in front of the domain in the URL
edit_url: false
#snapshot: true
start_path: demo-component-a
- url: .
#url: https://gitlab.com/antora/demo/demo-component-b.git
edit_url: false
branches: HEAD
#branches: [main, v2.0, v1.0]
start_path: demo-component-b/docs
asciidoc:
attributes:
experimental: ''
idprefix: ''
idseparator: '-'
page-pagination: ''
kroki-fetch-diagram: true
extensions:
- asciidoctor-kroki
ui:
bundle:
url: ui-bundle
snapshot: true
supplemental_files:
- path: ui.yml
contents: |
static_files:
- .nojekyll
- path: .nojekyll
antora:
extensions:
- '@antora/lunr-extension'