Skip to content

Commit f1af26e

Browse files
committed
Update about with link to Learn; bundle update
1 parent dc16169 commit f1af26e

2 files changed

Lines changed: 22 additions & 27 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.1)
4+
activesupport (5.2.2)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
addressable (2.5.2)
1010
public_suffix (>= 2.0.2, < 4.0)
1111
colorator (1.1.0)
12-
concurrent-ruby (1.0.5)
12+
concurrent-ruby (1.1.4)
1313
em-websocket (0.5.1)
1414
eventmachine (>= 0.12.9)
1515
http_parser.rb (~> 0.6.0)
1616
eventmachine (1.2.7)
17-
eventmachine (1.2.7-x64-mingw32)
18-
faraday (0.15.2)
17+
faraday (0.15.4)
1918
multipart-post (>= 1.2, < 3)
20-
ffi (1.9.25)
21-
ffi (1.9.25-x64-mingw32)
19+
ffi (1.10.0)
2220
forwardable-extended (2.6.0)
2321
gemoji (3.0.0)
24-
html-pipeline (2.8.4)
22+
html-pipeline (2.10.0)
2523
activesupport (>= 2)
2624
nokogiri (>= 1.4)
2725
http_parser.rb (0.6.0)
2826
i18n (0.9.5)
2927
concurrent-ruby (~> 1.0)
30-
jekyll (3.8.3)
28+
jekyll (3.8.5)
3129
addressable (~> 2.4)
3230
colorator (~> 1.0)
3331
em-websocket (~> 0.5)
@@ -53,7 +51,7 @@ GEM
5351
jekyll (~> 3.3)
5452
jekyll-sitemap (1.2.0)
5553
jekyll (~> 3.3)
56-
jekyll-theme-so-simple (3.1.1)
54+
jekyll-theme-so-simple (3.1.2)
5755
jekyll (~> 3.6)
5856
jekyll-data (~> 1.0)
5957
jekyll-feed (~> 0.9.2)
@@ -62,38 +60,36 @@ GEM
6260
jekyll-seo-tag (~> 2.4)
6361
jekyll-sitemap (~> 1.1)
6462
jemoji (~> 0.8)
65-
jekyll-watch (2.0.0)
63+
jekyll-watch (2.1.2)
6664
listen (~> 3.0)
67-
jemoji (0.10.1)
65+
jemoji (0.10.2)
6866
gemoji (~> 3.0)
6967
html-pipeline (~> 2.2)
7068
jekyll (~> 3.0)
7169
kramdown (1.17.0)
72-
liquid (4.0.0)
70+
liquid (4.0.1)
7371
listen (3.1.5)
7472
rb-fsevent (~> 0.9, >= 0.9.4)
7573
rb-inotify (~> 0.9, >= 0.9.7)
7674
ruby_dep (~> 1.2)
7775
mercenary (0.3.6)
78-
mini_portile2 (2.3.0)
76+
mini_portile2 (2.4.0)
7977
minitest (5.11.3)
8078
multipart-post (2.0.0)
81-
nokogiri (1.8.4)
82-
mini_portile2 (~> 2.3.0)
83-
nokogiri (1.8.4-x64-mingw32)
84-
mini_portile2 (~> 2.3.0)
85-
octokit (4.11.0)
79+
nokogiri (1.10.1)
80+
mini_portile2 (~> 2.4.0)
81+
octokit (4.13.0)
8682
sawyer (~> 0.8.0, >= 0.5.3)
87-
pathutil (0.16.1)
83+
pathutil (0.16.2)
8884
forwardable-extended (~> 2.6)
8985
public_suffix (3.0.3)
9086
rb-fsevent (0.10.3)
91-
rb-inotify (0.9.10)
92-
ffi (>= 0.5.0, < 2)
93-
rouge (3.2.1)
87+
rb-inotify (0.10.0)
88+
ffi (~> 1.0)
89+
rouge (3.3.0)
9490
ruby_dep (1.5.0)
95-
safe_yaml (1.0.4)
96-
sass (3.5.7)
91+
safe_yaml (1.0.5)
92+
sass (3.7.3)
9793
sass-listen (~> 4.0.0)
9894
sass-listen (4.0.0)
9995
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -107,7 +103,6 @@ GEM
107103

108104
PLATFORMS
109105
ruby
110-
x64-mingw32
111106

112107
DEPENDENCIES
113108
jekyll-theme-so-simple

about/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ In a choose your own adventure series, you first pick the look for the site, the
2626

2727
You may also test the docs by with Continuous Integration (CI) systems like TravisCI or CircleCI. If you need to work within existing CI systems, choose a tool that other teams use within your organization, and your choice of output is not limited by the CI system. In other words, the test frameworks in TravisCI or CircleCI do not dictate your deployment system.
2828

29-
Here are three example documentation sites you can write and build using an SSG with CICD.
29+
In the [Learn section of the site](https://docslikecode.com/learn/), there are three example documentation sites you can write and build using an SSG with CICD.
3030

31-
Choose your adventure and start one of these sites - and learn ways to treat docs like code along the journey.
31+
Choose your adventure and start one of these sites - and learn how to do docs as code along the journey.
3232

3333
## Ready to learn more?
3434

0 commit comments

Comments
 (0)