Skip to content

Commit 2e17953

Browse files
committed
links to dev boards
1 parent d89f7b0 commit 2e17953

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

_includes/contact.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ <h2>Contact</h2><br>
2525
<li>
2626
<a href="mailto:coderoadapp@gmail.com?subject=CodeRoad" class="btn btn-default"><i class="fa fa-envelope-o fa-reply"></i><span class="network-name"> Email</span></a>
2727
</li>
28+
<li>
29+
<a href="https://coderoad.herokuapp.com" class="btn btn-default">
30+
<span class="network-name">Development Boards</span>
31+
</a>
32+
</li>
2833
</ul>
2934
<!-- /.container -->
3035

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3>{{ page.subTitle }}</h3>
1919
<code class="social-instructions">> apm install atom-coderoad</code>
2020
</li>
2121
</ul>
22-
<p class="requirements">Requires <a href="https://atom.io">Atom</a> & <a href="https://nodejs.org">NodeJS</a></p>
22+
<p class="requirements">Requires <a href="https://atom.io">Atom</a> & <a href="https://nodejs.org">NodeJS > 0.10</a></p>
2323
</div>
2424

2525
</div>

_posts/2016-01-01-installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: docs
3-
title: Installation
3+
title: Quick Start
44
id: install
55
file: 2016-01-01-installation.md
66
---
77

8-
To play a tutorial, you'll only need **Atom-CodeRoad**.
8+
To play a **tutorial**, you'll only need **Atom-CodeRoad**.
99

1010
But to build a tutorial, you'll also need the **CodeRoad-CLI**.
1111

@@ -17,7 +17,7 @@ Use [Atom CodeRoad](https://github.com/coderoad/atom-coderoad) to view and play
1717

1818
* Install the *Atom-CodeRoad* package, or use the [apm](https://github.com/atom/apm) command-line tool
1919

20-
> apm install atom-coderoad
20+
`> apm install atom-coderoad`
2121

2222
* Open *Atom-CodeRoad* in *Atom* using the "packages" menu or press *ctrl-alt-1*.
2323

@@ -47,4 +47,4 @@ Use [CodeRoad CLI](https://github.com/coderoad/coderoad-cli) to setup and build
4747

4848
* Install *CodeRoad-CLI*. Make sure [NodeJS](nodejs.org) is already installed
4949

50-
> npm install -g coderoad-cli
50+
`> npm install -g coderoad-cli`

_posts/2016-01-11-roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: docs
33
title: Test Runners
44
id: test-runners
5-
file: 2016-01-10-test-runner.md
5+
file: 2016-01-11-test-runner.md
66
---
77
CodeRoad will become more flexible & powerful with time.
88

_posts/2016-01-12-contributing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: docs
3+
title: Contributing
4+
id: contributing
5+
file: 2016-01-12-contributing.md
6+
---
7+
See our [development boards](https://coderoad.herokuapp.com/).
8+
9+
More information coming soon.

0 commit comments

Comments
 (0)