Skip to content

Commit d580532

Browse files
committed
Pushing code and documentation - WIP
1 parent ebee28b commit d580532

File tree

168 files changed

+9349
-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.

168 files changed

+9349
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
.DS_Store
3+
4+
.vscode/settings.json
5+
Media/Lab Guide/~$DAY_ONE_TechExcel_Implementing_DevOps.pptx
6+
Media/Lab Guide/~$DAY_TWO_TechExcel_Implementing_DevOps.pptx

Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source 'https://rubygems.org'
2+
3+
gem "jekyll", "~> 4.3" # installed by `gem jekyll`
4+
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5+
6+
gem "just-the-docs", "0.4.2" # pinned to the current release
7+
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.1)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.10)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.15.5)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.8.0)
15+
i18n (1.12.0)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (4.3.0)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 1.0)
22+
jekyll-sass-converter (>= 2.0, < 4.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 2.3, >= 2.3.1)
25+
kramdown-parser-gfm (~> 1.0)
26+
liquid (~> 4.0)
27+
mercenary (>= 0.3.6, < 0.5)
28+
pathutil (~> 0.9)
29+
rouge (>= 3.0, < 5.0)
30+
safe_yaml (~> 1.0)
31+
terminal-table (>= 1.8, < 4.0)
32+
webrick (~> 1.7)
33+
jekyll-sass-converter (2.2.0)
34+
sassc (> 2.0.1, < 3.0)
35+
jekyll-seo-tag (2.8.0)
36+
jekyll (>= 3.8, < 5.0)
37+
jekyll-watch (2.2.1)
38+
listen (~> 3.0)
39+
just-the-docs (0.4.2)
40+
jekyll (>= 3.8.5)
41+
jekyll-seo-tag (>= 2.0)
42+
rake (>= 12.3.1)
43+
kramdown (2.4.0)
44+
rexml
45+
kramdown-parser-gfm (1.1.0)
46+
kramdown (~> 2.0)
47+
liquid (4.0.3)
48+
listen (3.7.1)
49+
rb-fsevent (~> 0.10, >= 0.10.3)
50+
rb-inotify (~> 0.9, >= 0.9.10)
51+
mercenary (0.4.0)
52+
pathutil (0.16.2)
53+
forwardable-extended (~> 2.6)
54+
public_suffix (5.0.0)
55+
rake (13.0.6)
56+
rb-fsevent (0.11.2)
57+
rb-inotify (0.10.1)
58+
ffi (~> 1.0)
59+
rexml (3.2.5)
60+
rouge (4.0.0)
61+
safe_yaml (1.0.5)
62+
sassc (2.4.0)
63+
ffi (~> 1.9)
64+
terminal-table (3.0.2)
65+
unicode-display_width (>= 1.1.1, < 3)
66+
unicode-display_width (2.3.0)
67+
webrick (1.7.0)
68+
69+
PLATFORMS
70+
arm64-darwin-21
71+
x86_64-darwin-19
72+
x86_64-linux
73+
74+
DEPENDENCIES
75+
jekyll (~> 4.3)
76+
just-the-docs (= 0.4.2)
77+
78+
BUNDLED WITH
79+
2.3.9

Media/0102_CreateDevBox.png

63.9 KB
47.5 KB

Media/0102_DevBoxDefinitions.png

67.6 KB
86.8 KB

Media/0201_CreateNewFork.png

50.5 KB

Media/0201_ForkRepository.png

67.3 KB

Media/0202_ConvertToIssue.png

32.6 KB

0 commit comments

Comments
 (0)