forked from TheDataMine/the-examples-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora-playbook-preview.yml
78 lines (72 loc) · 1.7 KB
/
antora-playbook-preview.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
runtime:
cache_dir: ./.cache/antora
site:
title: The Examples Book
url: https://the-examples-book.com
robots: allow
start_page: book:ROOT:index.adoc
keys:
google_analytics: 'G-8E17Z3P7JJ'
ui:
bundle:
url: https://github.com/TheDataMine/tdm-antora/releases/latest/download/ui-bundle.zip
snapshot: true
supplemental_files: ./supplemental-ui
git:
ensure_git_suffix: false
urls:
redirect_facility: static
html_extension_style: drop
content:
sources:
- url: .
branches: HEAD
start_paths: book
- url: .
branches: HEAD
start_paths: corporate-partners-appendix
- url: .
branches: HEAD
start_paths: ndmn-appendix
- url: .
branches: HEAD
start_paths: university-partners-appendix
- url: .
branches: HEAD
start_paths: projects-appendix
- url: .
branches: HEAD
start_paths: registration-appendix
- url: .
branches: HEAD
start_paths: personal-appendix
- url: .
branches: HEAD
start_paths: starter-guides
- url: .
branches: HEAD
start_paths: programming-languages
- url: .
branches: HEAD
start_paths: workshops
- url: .
branches: HEAD
start_paths: template-module
- url: .
branches: HEAD
start_paths: seminar-ta-training-appendix
asciidoc:
attributes:
page-component-order: '!home, *, asciidoclet, reveal.js-converter, epub3-converter, diagram-extension, about'
page-pagination: ''
experimental: ''
idprefix: '@'
idseparator: '-@'
table-caption: false
table-frame: 'none@'
table-grid: 'rows@'
example-caption: false
listing-caption: false
hide-uri-scheme: '@'
url-project: https://the-examples-book.com
url-org: https://github.com/TheDataMine