Skip to content

Commit 0ae7bb8

Browse files
committed
GitHub pages
1 parent ed33081 commit 0ae7bb8

File tree

2,332 files changed

+170993
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,332 files changed

+170993
-0
lines changed

.github/workflows/jekyll.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Deploy via Jekyll on GitHub pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
schedule:
8+
- cron: '0 0 * * *'
9+
10+
jobs:
11+
jekyll:
12+
runs-on: ubuntu-16.04
13+
steps:
14+
- uses: actions/checkout@v2
15+
16+
# Use GitHub Actions' cache to shorten build times and decrease load on servers
17+
- uses: actions/[email protected]
18+
with:
19+
path: vendor/bundle
20+
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
21+
restore-keys: |
22+
${{ runner.os }}-gems-
23+
- uses: iranzo/[email protected]
24+
env:
25+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
26+
SOURCE_FOLDER: .

Gemfile

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# frozen_string_literal: true
2+
# Encoding.default_external = Encoding::UTF_8
3+
# Encoding.default_internal = Encoding::UTF_8
4+
5+
source "https://rubygems.org"
6+
7+
# gem "asciidoctor-pdf"
8+
gem "asciidoctor"
9+
# gem "bundle"
10+
# gem "html-proofer"
11+
# gem "jekyll-theme-minimal"
12+
# gem "jekyll-feed"
13+
gem "jekyll-paginate"
14+
# gem "jekyll-redirect-from"
15+
# gem "jekyll-sitemap"
16+
# gem "jekyll-tagging"
17+
# gem 'jekyll-seo-tag'
18+
# gem "jekyll", ">= 3.5"
19+
# gem "premonition", ">= 4.0.0"
20+
# gem "pygments.rb"
21+
# gem "rake"
22+
#
23+
#
24+
gem "github-pages", group: :jekyll_plugins
25+
26+
# ensures that jekyll-asciidoc is loaded first
27+
group :jekyll_plugins do
28+
gem 'jekyll-asciidoc'
29+
end

Gemfile.lock

+270
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,270 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.3.6)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
asciidoctor (2.0.12)
13+
coffee-script (2.4.1)
14+
coffee-script-source
15+
execjs
16+
coffee-script-source (1.11.1)
17+
colorator (1.1.0)
18+
commonmarker (0.17.13)
19+
ruby-enum (~> 0.5)
20+
concurrent-ruby (1.1.8)
21+
dnsruby (1.61.5)
22+
simpleidn (~> 0.1)
23+
em-websocket (0.5.2)
24+
eventmachine (>= 0.12.9)
25+
http_parser.rb (~> 0.6.0)
26+
ethon (0.12.0)
27+
ffi (>= 1.3.0)
28+
eventmachine (1.2.7)
29+
execjs (2.7.0)
30+
faraday (1.3.0)
31+
faraday-net_http (~> 1.0)
32+
multipart-post (>= 1.2, < 3)
33+
ruby2_keywords
34+
faraday-net_http (1.0.1)
35+
ffi (1.15.0)
36+
forwardable-extended (2.6.0)
37+
gemoji (3.0.1)
38+
github-pages (213)
39+
github-pages-health-check (= 1.17.0)
40+
jekyll (= 3.9.0)
41+
jekyll-avatar (= 0.7.0)
42+
jekyll-coffeescript (= 1.1.1)
43+
jekyll-commonmark-ghpages (= 0.1.6)
44+
jekyll-default-layout (= 0.1.4)
45+
jekyll-feed (= 0.15.1)
46+
jekyll-gist (= 1.5.0)
47+
jekyll-github-metadata (= 2.13.0)
48+
jekyll-mentions (= 1.6.0)
49+
jekyll-optional-front-matter (= 0.3.2)
50+
jekyll-paginate (= 1.1.0)
51+
jekyll-readme-index (= 0.3.0)
52+
jekyll-redirect-from (= 0.16.0)
53+
jekyll-relative-links (= 0.6.1)
54+
jekyll-remote-theme (= 0.4.3)
55+
jekyll-sass-converter (= 1.5.2)
56+
jekyll-seo-tag (= 2.7.1)
57+
jekyll-sitemap (= 1.4.0)
58+
jekyll-swiss (= 1.0.0)
59+
jekyll-theme-architect (= 0.1.1)
60+
jekyll-theme-cayman (= 0.1.1)
61+
jekyll-theme-dinky (= 0.1.1)
62+
jekyll-theme-hacker (= 0.1.2)
63+
jekyll-theme-leap-day (= 0.1.1)
64+
jekyll-theme-merlot (= 0.1.1)
65+
jekyll-theme-midnight (= 0.1.1)
66+
jekyll-theme-minimal (= 0.1.1)
67+
jekyll-theme-modernist (= 0.1.1)
68+
jekyll-theme-primer (= 0.5.4)
69+
jekyll-theme-slate (= 0.1.1)
70+
jekyll-theme-tactile (= 0.1.1)
71+
jekyll-theme-time-machine (= 0.1.1)
72+
jekyll-titles-from-headings (= 0.5.3)
73+
jemoji (= 0.12.0)
74+
kramdown (= 2.3.0)
75+
kramdown-parser-gfm (= 1.1.0)
76+
liquid (= 4.0.3)
77+
mercenary (~> 0.3)
78+
minima (= 2.5.1)
79+
nokogiri (>= 1.10.4, < 2.0)
80+
rouge (= 3.26.0)
81+
terminal-table (~> 1.4)
82+
github-pages-health-check (1.17.0)
83+
addressable (~> 2.3)
84+
dnsruby (~> 1.60)
85+
octokit (~> 4.0)
86+
public_suffix (>= 2.0.2, < 5.0)
87+
typhoeus (~> 1.3)
88+
html-pipeline (2.14.0)
89+
activesupport (>= 2)
90+
nokogiri (>= 1.4)
91+
http_parser.rb (0.6.0)
92+
i18n (0.9.5)
93+
concurrent-ruby (~> 1.0)
94+
jekyll (3.9.0)
95+
addressable (~> 2.4)
96+
colorator (~> 1.0)
97+
em-websocket (~> 0.5)
98+
i18n (~> 0.7)
99+
jekyll-sass-converter (~> 1.0)
100+
jekyll-watch (~> 2.0)
101+
kramdown (>= 1.17, < 3)
102+
liquid (~> 4.0)
103+
mercenary (~> 0.3.3)
104+
pathutil (~> 0.9)
105+
rouge (>= 1.7, < 4)
106+
safe_yaml (~> 1.0)
107+
jekyll-asciidoc (3.0.0)
108+
asciidoctor (>= 1.5.0)
109+
jekyll (>= 3.0.0)
110+
jekyll-avatar (0.7.0)
111+
jekyll (>= 3.0, < 5.0)
112+
jekyll-coffeescript (1.1.1)
113+
coffee-script (~> 2.2)
114+
coffee-script-source (~> 1.11.1)
115+
jekyll-commonmark (1.3.1)
116+
commonmarker (~> 0.14)
117+
jekyll (>= 3.7, < 5.0)
118+
jekyll-commonmark-ghpages (0.1.6)
119+
commonmarker (~> 0.17.6)
120+
jekyll-commonmark (~> 1.2)
121+
rouge (>= 2.0, < 4.0)
122+
jekyll-default-layout (0.1.4)
123+
jekyll (~> 3.0)
124+
jekyll-feed (0.15.1)
125+
jekyll (>= 3.7, < 5.0)
126+
jekyll-gist (1.5.0)
127+
octokit (~> 4.2)
128+
jekyll-github-metadata (2.13.0)
129+
jekyll (>= 3.4, < 5.0)
130+
octokit (~> 4.0, != 4.4.0)
131+
jekyll-mentions (1.6.0)
132+
html-pipeline (~> 2.3)
133+
jekyll (>= 3.7, < 5.0)
134+
jekyll-optional-front-matter (0.3.2)
135+
jekyll (>= 3.0, < 5.0)
136+
jekyll-paginate (1.1.0)
137+
jekyll-readme-index (0.3.0)
138+
jekyll (>= 3.0, < 5.0)
139+
jekyll-redirect-from (0.16.0)
140+
jekyll (>= 3.3, < 5.0)
141+
jekyll-relative-links (0.6.1)
142+
jekyll (>= 3.3, < 5.0)
143+
jekyll-remote-theme (0.4.3)
144+
addressable (~> 2.0)
145+
jekyll (>= 3.5, < 5.0)
146+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
147+
rubyzip (>= 1.3.0, < 3.0)
148+
jekyll-sass-converter (1.5.2)
149+
sass (~> 3.4)
150+
jekyll-seo-tag (2.7.1)
151+
jekyll (>= 3.8, < 5.0)
152+
jekyll-sitemap (1.4.0)
153+
jekyll (>= 3.7, < 5.0)
154+
jekyll-swiss (1.0.0)
155+
jekyll-theme-architect (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-cayman (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-dinky (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-hacker (0.1.2)
165+
jekyll (> 3.5, < 5.0)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-leap-day (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-merlot (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-midnight (0.1.1)
174+
jekyll (~> 3.5)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-minimal (0.1.1)
177+
jekyll (~> 3.5)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-modernist (0.1.1)
180+
jekyll (~> 3.5)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-primer (0.5.4)
183+
jekyll (> 3.5, < 5.0)
184+
jekyll-github-metadata (~> 2.9)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-slate (0.1.1)
187+
jekyll (~> 3.5)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-tactile (0.1.1)
190+
jekyll (~> 3.5)
191+
jekyll-seo-tag (~> 2.0)
192+
jekyll-theme-time-machine (0.1.1)
193+
jekyll (~> 3.5)
194+
jekyll-seo-tag (~> 2.0)
195+
jekyll-titles-from-headings (0.5.3)
196+
jekyll (>= 3.3, < 5.0)
197+
jekyll-watch (2.2.1)
198+
listen (~> 3.0)
199+
jemoji (0.12.0)
200+
gemoji (~> 3.0)
201+
html-pipeline (~> 2.2)
202+
jekyll (>= 3.0, < 5.0)
203+
kramdown (2.3.0)
204+
rexml
205+
kramdown-parser-gfm (1.1.0)
206+
kramdown (~> 2.0)
207+
liquid (4.0.3)
208+
listen (3.5.1)
209+
rb-fsevent (~> 0.10, >= 0.10.3)
210+
rb-inotify (~> 0.9, >= 0.9.10)
211+
mercenary (0.3.6)
212+
minima (2.5.1)
213+
jekyll (>= 3.5, < 5.0)
214+
jekyll-feed (~> 0.9)
215+
jekyll-seo-tag (~> 2.1)
216+
minitest (5.14.4)
217+
multipart-post (2.1.1)
218+
nokogiri (1.11.2-x86_64-linux)
219+
racc (~> 1.4)
220+
octokit (4.20.0)
221+
faraday (>= 0.9)
222+
sawyer (~> 0.8.0, >= 0.5.3)
223+
pathutil (0.16.2)
224+
forwardable-extended (~> 2.6)
225+
public_suffix (4.0.6)
226+
racc (1.5.2)
227+
rb-fsevent (0.10.4)
228+
rb-inotify (0.10.1)
229+
ffi (~> 1.0)
230+
rexml (3.2.4)
231+
rouge (3.26.0)
232+
ruby-enum (0.9.0)
233+
i18n
234+
ruby2_keywords (0.0.4)
235+
rubyzip (2.3.0)
236+
safe_yaml (1.0.5)
237+
sass (3.7.4)
238+
sass-listen (~> 4.0.0)
239+
sass-listen (4.0.0)
240+
rb-fsevent (~> 0.9, >= 0.9.4)
241+
rb-inotify (~> 0.9, >= 0.9.7)
242+
sawyer (0.8.2)
243+
addressable (>= 2.3.5)
244+
faraday (> 0.8, < 2.0)
245+
simpleidn (0.2.1)
246+
unf (~> 0.1.4)
247+
terminal-table (1.8.0)
248+
unicode-display_width (~> 1.1, >= 1.1.1)
249+
thread_safe (0.3.6)
250+
typhoeus (1.4.0)
251+
ethon (>= 0.9.0)
252+
tzinfo (1.2.9)
253+
thread_safe (~> 0.1)
254+
unf (0.1.4)
255+
unf_ext
256+
unf_ext (0.0.7.7)
257+
unicode-display_width (1.7.0)
258+
zeitwerk (2.4.2)
259+
260+
PLATFORMS
261+
x86_64-linux
262+
263+
DEPENDENCIES
264+
asciidoctor
265+
github-pages
266+
jekyll-asciidoc
267+
jekyll-paginate
268+
269+
BUNDLED WITH
270+
2.2.15

_config.yml

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Site settings
2+
show_downloads: false
3+
title: "Windup Documentation"
4+
permalink: pretty
5+
repository: windup/windup-documentation
6+
baseurl: /windup-documentation
7+
8+
# logo: "/assets/img/forklift-logo-darkbg.svg"
9+
type: website
10+
future: false
11+
12+
# Build settings
13+
markdown: kramdown
14+
theme: jekyll-theme-cayman
15+
# defaults:
16+
# - scope:
17+
# path: "assets/img"
18+
# values:
19+
# image: true
20+
21+
plugins: [jekyll-paginate, jekyll-asciidoc, jekyll-redirect-from, jekyll-feed, jekyll-sitemap, premonition, jekyll/tagging, jekyll-seo-tag]
22+
23+
# empty array for asciidoc
24+
# asciidoc: {}
25+
# upstream doc attributes
26+
# asciidoctor:
27+
# attributes:
28+
# - title=Installing and using Forklift
29+
# - context=forklift
30+
# - description=Migrating virtual machines to KubeVirt
31+
# - abstract=Forklift enables you to migrate virtual machines to {virt} running on {ocp}.
32+
# - keywords=migration, VMware, OpenShift Virtualization, KubeVirt
33+
# - author=Red Hat Modernization and Migration Solutions documentation team
34+
# - showtitle=@
35+
# - build=upstream
36+
# - imagesdir=../modules/images
37+
# - project-short=Forklift
38+
# - project-full=Forklift
39+
# - project-first=Forklift
40+
# - the-lc=
41+
# - The=
42+
# - project-version=2.0
43+
# - virt=KubeVirt
44+
# - ocp=OKD
45+
# - ocp-version=4.7
46+
# - ocp-short=OKD
47+
# - operator=forklift-operator
48+
# - namespace=konveyor-forklift
49+
# safe: unsafe
50+
51+
exclude:
52+
- README.md
53+
- .history
54+
55+
tag_page_layout: tag
56+
tag_page_dir: /tag/
57+
58+
kramdown:
59+
input: GFM
60+
syntax_highlighter_opts:
61+
css_class: 'highlight'
62+
span:
63+
line_numbers: false
64+
block:
65+
line_numbers: false
66+
start_line: 1

0 commit comments

Comments
 (0)