forked from rh-aiservices-bu/FastTrack-to-RHODS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yml
42 lines (35 loc) · 935 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
42
runtime:
cache_dir: ./.cache/antora
site:
title: FastTrack to RHODS
url: https://rh-aiservices-bu.github.io/FastTrack-to-RHODS
start_page: FastTrack-to-RHODS::index.adoc
content:
sources:
- url: ./
branches: main
start_path: doc
asciidoc:
attributes:
release-version: main
page-pagination: true
extensions:
- ./lib/tab-block.js
- ./lib/remote-include-processor.js
ui:
bundle:
url: https://github.com/redhat-developer-demos/rhd-tutorial-ui/releases/download/v0.1.9/ui-bundle.zip
snapshot: true
supplemental_files: ./supplemental-ui
## none of the syntaxes below worked
# - path: .nojekyll
# - path: ui.yml
# contents: "static_files: [ .nojekyll ]"
# supplemental_files:
# - dir: ./supplemental-ui
# # - path: ui.yml
# contents: "static_files: [ .nojekyll ]"
# - path: .nojekyll
# - dir: ./supplemental-ui
output:
dir: ./gh-pages