Skip to content

Commit d22ca84

Browse files
committed
multi branch ui
1 parent 44b2883 commit d22ca84

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

dev-site.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@ site:
99
content:
1010
sources:
1111
- url: .
12-
branches: HEAD
12+
branches: [master, dev]
1313
start_path: documentation
1414

1515
asciidoc:
1616
attributes:
1717
title: OpenShift Serverless Logic Tutorial (Dev Mode)
18+
release-version: master
19+
page-pagination: true
1820
extensions:
1921
- ./lib/remote-include-processor.js
2022
- ./lib/tab-block.js
2123
ui:
2224
bundle:
23-
url: https://github.com/redhat-developer-demos/rhd-tutorial-ui/releases/download/v0.1.10/ui-bundle.zip
24-
supplemental_files:
25-
- path: ./supplemental-ui
26-
- path: .nojekyll
27-
- path: ui.yml
28-
contents: "static_files: [ .nojekyll ]"
25+
url: https://github.com/redhat-scholars/course-ui/releases/download/v0.1.14/ui-bundle.zip
26+
snapshot: true
27+
supplemental_files: ./supplemental-ui
2928

3029
output:
3130
dir: ./gh-pages

site.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,9 @@ asciidoc:
2222

2323
ui:
2424
bundle:
25-
url: https://github.com/redhat-developer-demos/rhd-tutorial-ui/releases/download/v0.1.10/ui-bundle.zip
25+
url: https://github.com/redhat-scholars/course-ui/releases/download/v0.1.14/ui-bundle.zip
2626
snapshot: true
27-
supplemental_files:
28-
- path: ./supplemental-ui
29-
- path: .nojekyll
30-
- path: ui.yml
31-
contents: "static_files: [ .nojekyll ]"
27+
supplemental_files: ./supplemental-ui
3228

3329
output:
3430
dir: ./gh-pages

0 commit comments

Comments
 (0)