Skip to content

Commit 4cc73bf

Browse files
committed
first commit
0 parents  commit 4cc73bf

File tree

2,032 files changed

+42607
-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,032 files changed

+42607
-0
lines changed

Diff for: .gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
_site/
2+
.sass-cache/
3+
.jekyll-metadata
4+
.DS_Store
5+
.idea
6+
.vscode

Diff for: 404.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Page Not Found"
3+
search: exclude
4+
toc: false
5+
---
6+
7+
Sorry, but the page you were trying to view does not exist. Try searching for it or looking at the URL to see if it looks correct.

Diff for: Dockerfile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM jekyll/builder
2+
3+
WORKDIR /tmp
4+
ADD Gemfile /tmp/
5+
ADD Gemfile.lock /tmp/
6+
RUN bundle install
7+
8+
FROM jekyll/jekyll
9+
10+
VOLUME /src
11+
EXPOSE 4000
12+
13+
WORKDIR /src
14+
ENTRYPOINT ["jekyll", "serve", "-H", "0.0.0.0"]

Diff for: Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source "https://rubygems.org"
2+
3+
gem 'github-pages', group: :jekyll_plugins
4+
gem 'wdm', '>= 0.1.0' if Gem.win_platform?

Diff for: Gemfile.lock

+255
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,255 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
commonmarker (0.17.9)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.0.5)
19+
dnsruby (1.61.1)
20+
addressable (~> 2.5)
21+
em-websocket (0.5.1)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0.6.0)
24+
ethon (0.11.0)
25+
ffi (>= 1.3.0)
26+
eventmachine (1.2.7)
27+
eventmachine (1.2.7-x64-mingw32)
28+
execjs (2.7.0)
29+
faraday (0.15.2)
30+
multipart-post (>= 1.2, < 3)
31+
ffi (1.9.25)
32+
ffi (1.9.25-x64-mingw32)
33+
forwardable-extended (2.6.0)
34+
gemoji (3.0.0)
35+
github-pages (188)
36+
activesupport (= 4.2.10)
37+
github-pages-health-check (= 1.8.1)
38+
jekyll (= 3.7.3)
39+
jekyll-avatar (= 0.6.0)
40+
jekyll-coffeescript (= 1.1.1)
41+
jekyll-commonmark-ghpages (= 0.1.5)
42+
jekyll-default-layout (= 0.1.4)
43+
jekyll-feed (= 0.10.0)
44+
jekyll-gist (= 1.5.0)
45+
jekyll-github-metadata (= 2.9.4)
46+
jekyll-mentions (= 1.4.0)
47+
jekyll-optional-front-matter (= 0.3.0)
48+
jekyll-paginate (= 1.1.0)
49+
jekyll-readme-index (= 0.2.0)
50+
jekyll-redirect-from (= 0.14.0)
51+
jekyll-relative-links (= 0.5.3)
52+
jekyll-remote-theme (= 0.3.1)
53+
jekyll-sass-converter (= 1.5.2)
54+
jekyll-seo-tag (= 2.5.0)
55+
jekyll-sitemap (= 1.2.0)
56+
jekyll-swiss (= 0.4.0)
57+
jekyll-theme-architect (= 0.1.1)
58+
jekyll-theme-cayman (= 0.1.1)
59+
jekyll-theme-dinky (= 0.1.1)
60+
jekyll-theme-hacker (= 0.1.1)
61+
jekyll-theme-leap-day (= 0.1.1)
62+
jekyll-theme-merlot (= 0.1.1)
63+
jekyll-theme-midnight (= 0.1.1)
64+
jekyll-theme-minimal (= 0.1.1)
65+
jekyll-theme-modernist (= 0.1.1)
66+
jekyll-theme-primer (= 0.5.3)
67+
jekyll-theme-slate (= 0.1.1)
68+
jekyll-theme-tactile (= 0.1.1)
69+
jekyll-theme-time-machine (= 0.1.1)
70+
jekyll-titles-from-headings (= 0.5.1)
71+
jemoji (= 0.10.0)
72+
kramdown (= 1.16.2)
73+
liquid (= 4.0.0)
74+
listen (= 3.1.5)
75+
mercenary (~> 0.3)
76+
minima (= 2.5.0)
77+
nokogiri (>= 1.8.2, < 2.0)
78+
rouge (= 2.2.1)
79+
terminal-table (~> 1.4)
80+
github-pages-health-check (1.8.1)
81+
addressable (~> 2.3)
82+
dnsruby (~> 1.60)
83+
octokit (~> 4.0)
84+
public_suffix (~> 2.0)
85+
typhoeus (~> 1.3)
86+
html-pipeline (2.8.3)
87+
activesupport (>= 2)
88+
nokogiri (>= 1.4)
89+
http_parser.rb (0.6.0)
90+
i18n (0.9.5)
91+
concurrent-ruby (~> 1.0)
92+
jekyll (3.7.3)
93+
addressable (~> 2.4)
94+
colorator (~> 1.0)
95+
em-websocket (~> 0.5)
96+
i18n (~> 0.7)
97+
jekyll-sass-converter (~> 1.0)
98+
jekyll-watch (~> 2.0)
99+
kramdown (~> 1.14)
100+
liquid (~> 4.0)
101+
mercenary (~> 0.3.3)
102+
pathutil (~> 0.9)
103+
rouge (>= 1.7, < 4)
104+
safe_yaml (~> 1.0)
105+
jekyll-avatar (0.6.0)
106+
jekyll (~> 3.0)
107+
jekyll-coffeescript (1.1.1)
108+
coffee-script (~> 2.2)
109+
coffee-script-source (~> 1.11.1)
110+
jekyll-commonmark (1.2.0)
111+
commonmarker (~> 0.14)
112+
jekyll (>= 3.0, < 4.0)
113+
jekyll-commonmark-ghpages (0.1.5)
114+
commonmarker (~> 0.17.6)
115+
jekyll-commonmark (~> 1)
116+
rouge (~> 2)
117+
jekyll-default-layout (0.1.4)
118+
jekyll (~> 3.0)
119+
jekyll-feed (0.10.0)
120+
jekyll (~> 3.3)
121+
jekyll-gist (1.5.0)
122+
octokit (~> 4.2)
123+
jekyll-github-metadata (2.9.4)
124+
jekyll (~> 3.1)
125+
octokit (~> 4.0, != 4.4.0)
126+
jekyll-mentions (1.4.0)
127+
html-pipeline (~> 2.3)
128+
jekyll (~> 3.0)
129+
jekyll-optional-front-matter (0.3.0)
130+
jekyll (~> 3.0)
131+
jekyll-paginate (1.1.0)
132+
jekyll-readme-index (0.2.0)
133+
jekyll (~> 3.0)
134+
jekyll-redirect-from (0.14.0)
135+
jekyll (~> 3.3)
136+
jekyll-relative-links (0.5.3)
137+
jekyll (~> 3.3)
138+
jekyll-remote-theme (0.3.1)
139+
jekyll (~> 3.5)
140+
rubyzip (>= 1.2.1, < 3.0)
141+
jekyll-sass-converter (1.5.2)
142+
sass (~> 3.4)
143+
jekyll-seo-tag (2.5.0)
144+
jekyll (~> 3.3)
145+
jekyll-sitemap (1.2.0)
146+
jekyll (~> 3.3)
147+
jekyll-swiss (0.4.0)
148+
jekyll-theme-architect (0.1.1)
149+
jekyll (~> 3.5)
150+
jekyll-seo-tag (~> 2.0)
151+
jekyll-theme-cayman (0.1.1)
152+
jekyll (~> 3.5)
153+
jekyll-seo-tag (~> 2.0)
154+
jekyll-theme-dinky (0.1.1)
155+
jekyll (~> 3.5)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-hacker (0.1.1)
158+
jekyll (~> 3.5)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-theme-leap-day (0.1.1)
161+
jekyll (~> 3.5)
162+
jekyll-seo-tag (~> 2.0)
163+
jekyll-theme-merlot (0.1.1)
164+
jekyll (~> 3.5)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-midnight (0.1.1)
167+
jekyll (~> 3.5)
168+
jekyll-seo-tag (~> 2.0)
169+
jekyll-theme-minimal (0.1.1)
170+
jekyll (~> 3.5)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-modernist (0.1.1)
173+
jekyll (~> 3.5)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-primer (0.5.3)
176+
jekyll (~> 3.5)
177+
jekyll-github-metadata (~> 2.9)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-slate (0.1.1)
180+
jekyll (~> 3.5)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-tactile (0.1.1)
183+
jekyll (~> 3.5)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-time-machine (0.1.1)
186+
jekyll (~> 3.5)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-titles-from-headings (0.5.1)
189+
jekyll (~> 3.3)
190+
jekyll-watch (2.0.0)
191+
listen (~> 3.0)
192+
jemoji (0.10.0)
193+
gemoji (~> 3.0)
194+
html-pipeline (~> 2.2)
195+
jekyll (~> 3.0)
196+
kramdown (1.16.2)
197+
liquid (4.0.0)
198+
listen (3.1.5)
199+
rb-fsevent (~> 0.9, >= 0.9.4)
200+
rb-inotify (~> 0.9, >= 0.9.7)
201+
ruby_dep (~> 1.2)
202+
mercenary (0.3.6)
203+
mini_portile2 (2.3.0)
204+
minima (2.5.0)
205+
jekyll (~> 3.5)
206+
jekyll-feed (~> 0.9)
207+
jekyll-seo-tag (~> 2.1)
208+
minitest (5.11.3)
209+
multipart-post (2.0.0)
210+
nokogiri (1.8.4)
211+
mini_portile2 (~> 2.3.0)
212+
nokogiri (1.8.4-x64-mingw32)
213+
mini_portile2 (~> 2.3.0)
214+
octokit (4.9.0)
215+
sawyer (~> 0.8.0, >= 0.5.3)
216+
pathutil (0.16.1)
217+
forwardable-extended (~> 2.6)
218+
public_suffix (2.0.5)
219+
rb-fsevent (0.10.3)
220+
rb-inotify (0.9.10)
221+
ffi (>= 0.5.0, < 2)
222+
rouge (2.2.1)
223+
ruby-enum (0.7.2)
224+
i18n
225+
ruby_dep (1.5.0)
226+
rubyzip (1.2.1)
227+
safe_yaml (1.0.4)
228+
sass (3.5.6)
229+
sass-listen (~> 4.0.0)
230+
sass-listen (4.0.0)
231+
rb-fsevent (~> 0.9, >= 0.9.4)
232+
rb-inotify (~> 0.9, >= 0.9.7)
233+
sawyer (0.8.1)
234+
addressable (>= 2.3.5, < 2.6)
235+
faraday (~> 0.8, < 1.0)
236+
terminal-table (1.8.0)
237+
unicode-display_width (~> 1.1, >= 1.1.1)
238+
thread_safe (0.3.6)
239+
typhoeus (1.3.0)
240+
ethon (>= 0.9.0)
241+
tzinfo (1.2.5)
242+
thread_safe (~> 0.1)
243+
unicode-display_width (1.4.0)
244+
wdm (0.1.1)
245+
246+
PLATFORMS
247+
ruby
248+
x64-mingw32
249+
250+
DEPENDENCIES
251+
github-pages
252+
wdm (>= 0.1.0)
253+
254+
BUNDLED WITH
255+
1.16.3

Diff for: _config.yml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
site_title: Katalon Docs
2+
site_domain: docs.katalon.com
3+
site_url: https://docs.katalon.com
4+
site_icon: /images/katalon/template/favicon.png
5+
site_twitter: https://twitter.com/katalon_studio
6+
site_twitter_mention: katalon_studio
7+
github_editme_path: katalon-studio/katalon-studio.github.io
8+
9+
markdown: kramdown
10+
kramdown:
11+
input: GFM
12+
hard_wrap: false
13+
syntax_highlighter: rouge
14+
toc_levels: 2..3
15+
16+
incremental: true
17+
18+
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
19+
20+
defaults:
21+
-
22+
scope:
23+
path: ""
24+
type: "pages"
25+
values:
26+
layout: "page"
27+
comments: true
28+
search: true
29+
topnav: topnav
30+
31+
-
32+
scope:
33+
path: ""
34+
type: "posts"
35+
values:
36+
layout: "post"
37+
comments: true
38+
search: true
39+
topnav: topnav

0 commit comments

Comments
 (0)