-
Notifications
You must be signed in to change notification settings - Fork 1
/
staging.yml
33 lines (32 loc) · 875 Bytes
/
staging.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
runtime:
cache_dir: ./.cache/antora
site:
title: Tekton Tutorial(Staging)
url: https://redhat-developer-docs.github.io/tekton-tutorial
start_page: tekton-tutorial::index.adoc
content:
sources:
- url: git@github.com:redhat-developer-demos/tekton-tutorial.git
tags: []
branches: master
start_path: documentation
asciidoc:
attributes:
tutorial-namespace: tektontutorial
kubernetes-version: v1.18.2
release-version: master
page-pagination: true
extensions:
- ./lib/remote-include-processor.js
- ./lib/tab-block.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:
- path: ./supplemental-ui
- path: .nojekyll
- path: ui.yml
contents: 'static_files: [ .nojekyll ]'
output:
dir: ./gh-pages