-
Notifications
You must be signed in to change notification settings - Fork 3
/
site.yml
37 lines (32 loc) · 824 Bytes
/
site.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
runtime:
cache_dir: ./.cache/antora
site:
title: Red Hat Build of Keycloak Workshop
url: https://olleb.com/rhbk-workshop
start_page: rhbk-workshop::index.adoc
content:
sources:
- url: ./
start_path: documentation
asciidoc:
attributes:
release-version: main
page-pagination: true
openshift-version: '4.14'
rhbk-version: '22.0.6'
freeipa-version: '4.9.8'
extensions:
- ./lib/tab-block.js
- ./lib/remote-include-processor.js
ui:
bundle:
url: https://github.com/aolle/rhd-tutorial-ui/releases/download/v0.2.0/ui-bundle.zip
snapshot: true
supplemental_files:
- path: partials/toolbar.hbs
contents: ./supplemental-ui/partials/toolbar.hbs
- path: .nojekyll
- path: ui.yml
contents: "static_files: [ .nojekyll ]"
output:
dir: ./gh-pages