-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdev-site.yml
43 lines (37 loc) · 948 Bytes
/
dev-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
43
runtime:
cache_dir: ./.cache/antora
site:
title: FastTrack to RHODS
url: http://localhost:3000/
start_page: FastTrack-to-RHODS::index.adoc
content:
sources:
- url: .
branches: HEAD
start_path: doc
asciidoc:
attributes:
# title: FastTrack to RHODS
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:
clean: true
dir: ./gh-pages