-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsite.yml
More file actions
34 lines (29 loc) · 730 Bytes
/
site.yml
File metadata and controls
34 lines (29 loc) · 730 Bytes
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
runtime:
cache_dir: ./.cache/antora
site:
title: Containers Tutorial
url: https://redhat-scholars.github.io/containers-tutorial
start_page: containers-tutorial::index.adoc
content:
sources:
- url: .
branches: [master, v1.0]
start_path: documentation
asciidoc:
attributes:
release-version: master
page-pagination: true
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:
- path: ./supplemental-ui
- path: .nojekyll
- path: ui.yml
contents: "static_files: [ .nojekyll ]"
output:
dir: ./gh-pages