-
Notifications
You must be signed in to change notification settings - Fork 194
/
github-pages.yml
40 lines (35 loc) · 1.22 KB
/
github-pages.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
runtime:
cache_dir: ./.cache/antora
site:
title: Kubernetes Tutorial
url: https://redhat-scholars.github.io/kubernetes-tutorial/
start_page: kubernetes-tutorial::index.adoc
content:
sources:
- url: .
branches: HEAD
start_path: documentation
asciidoc:
attributes:
release-version: master
# This attribute enables creating footer based navigation to move to the next or prev page as defined in nav.adoc
page-pagination: true
# Set this to true to hide the versions component that appears at the bottom of the side nav
page-hide-versions-component: true
# Set myrepo to the organization in the image registry you want to reference in the tutorial
myrepo: your-repo
# Set the docker-host attribute to the hostname that should be used to refer to target of curl commands in a container
# for example: docker.for.mac.localhost
docker-host: localhost
experimental: true
curl-loop-sleep-time: .8
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
output:
dir: ./gh-pages