forked from davidseve/redhat-workshop-deployment-strategies
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsite.yml
39 lines (33 loc) · 1.03 KB
/
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
runtime:
cache_dir: ./.cache/antora
site:
title: "RHTE Workshop - Deployment Strategies with Argo CD and Argo Rollouts"
url: https://github.com/rhte2023-argo-rollouts/redhat-workshop-deployment-strategies
start_page: redhat-workshop-deployment-strategies::index.adoc
content:
sources:
# - url: ./
# start_path: documentation
#Change to make url parameters work EX: USER
- url: git@github.com:rhte2023-argo-rollouts/redhat-workshop-deployment-strategies.git
tags: []
branches: [master]
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/atarazana/course-ui/releases/download/v0.1.12c/ui-bundle.zip #Change to make url parameters work EX: USER
snapshot: true
supplemental_files:
- path: ./supplemental-ui
- path: .nojekyll
- path: ui.yml
contents: "static_files: [ .nojekyll ]"
output:
dir: ./gh-pages