Skip to content

Commit 3cf6f57

Browse files
committed
add follow up links to overview
1 parent 400d340 commit 3cf6f57

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

_posts/overview/2016-01-02-ecosystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ CodeRoad is built out of several packages, visualized below:
1111

1212
[**Atom-CodeRoad**](//github.com/coderoad/atom-coderoad) & [**Builder-CodeRoad**](//github.com/coderoad/builder-coderoad) are both Atom packages that share a lot of the same NPM dependencies from [**Core**](//github.com/coderoad/core-coderoad) and [**CLI**](//github.com/coderoad/coderoad-cli).
1313

14-
Each **Tutorial** also requires a **Runner**, which specifies both the programming language and test framework used. Both **Tutorials** & **Runners** are NPM packages as well. See the [docs](/tutorial-docs.html) for more.
14+
Each **Tutorial** also requires a **Runner**, which specifies both the programming language and test framework used. Both **Tutorials** & **Runners** are NPM packages as well.

overview.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,21 @@ <h2>{{ post.title }}</h2>
1010
<div>{{ post.content }}</div>
1111
</section>
1212
{% endfor %}
13+
14+
<br />
15+
16+
<section id="suggestions">
17+
<h3>Learn More</h3>
18+
<p>Get setup with CodeRoad. When you're ready, dive into the docs.</p>
19+
<ul class="actions" style="text-align: center;">
20+
<li>
21+
<a class="button special" href="/atom-coderoad.html#install">Quick Start</a>
22+
</li>
23+
<li>
24+
<a class="button" href="/builder-coderoad.html#install">Builder Start</a>
25+
</li>
26+
<li>
27+
<a class="button" href="/tutorial-docs.html">Docs</a>
28+
</li>
29+
</ul>
30+
</section>

0 commit comments

Comments
 (0)