generated from redhat-scholars/courseware-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yml
41 lines (36 loc) · 983 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
38
39
40
41
runtime:
cache_dir: ./.cache/antora
site:
title: Quarkus Workshop Guides
url: https://bmeklund.github.io/quarkus-workshop-sandbox
start_page: rhs-quarkus-guides::index.adoc
content:
sources:
- url: https://github.com/bmeklund/quarkus-workshop-sandbox.git
branches: [master]
start_path: documentation
asciidoc:
attributes:
#title: Template Tutorial(Dev Mode)
experimental: true
#openshift-version: 4.15
#project-namespace: workshop
page-pagination: true
release-version: master
extensions:
- ./lib/tab-block.js
- ./lib/remote-include-processor.js
ui:
bundle:
url: https://github.com/redhat-scholars/course-ui/releases/download/v0.1.14/ui-bundle.zip
snapshot: true
supplemental_files: ./supplemental-ui
# supplemental_files:
# - path: ./supplemental-ui
# - path: ui.yml
# contents: |
# static_files:
# - .nojekyll
# - path: .nojekyll
output:
dir: ./gh-pages