generated from rhpds/showroom_template_default
-
Notifications
You must be signed in to change notification settings - Fork 1
/
default-site.yml
44 lines (38 loc) · 1.14 KB
/
default-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
44
---
site:
title: "Red Hat Developer Hub - Prepare to Perform with the Software Catalog"
url: https://redhat-scholars.github.io/rhdh-catalog
start_page: modules::index.adoc
content:
sources:
- url: ./
start_path: content
# asciidoc:
# attributes:
# release-version: master
# page-pagination: true
# extensions:
# - ./content/supplemental-ui/lib/tab-block.js
# - ./content/supplemental-ui/lib/remote-include-processor.js
ui:
bundle:
url: https://github.com/rhpds/showroom_theme_summit/releases/download/v0.0.1/ui-bundle.zip
# demo.redhat.com default UI
#url: https://github.com/rhpds/showroom_theme_rhdp/releases/download/rhdp-v0.0.2/ui-bundle.zip
# old "default"
# url: https://github.com/tonykay/demo-gpte-classroom-ui/raw/main/releases/download/v0.0.2/ui-bundle.zip
snapshot: true
supplemental_files:
- path: ./content/supplemental-ui
- path: .nojekyll
- path: ui.yml
contents: "static_files: [ .nojekyll ]"
runtime:
cache_dir: ./.cache/antora
output:
dir: ./www
antora:
extensions:
- id: dev-mode
require: ./content/lib/dev-mode.js
enabled: false