Skip to content

Commit 3268a47

Browse files
committed
build page updates
1 parent a0d7835 commit 3268a47

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

_includes/build/build.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@
5454
<!-- <hr class="section-heading-spacer"> -->
5555
<div class="clearfix"></div>
5656
<h2 class="section-heading">Build in Markdown</h2>
57-
<div class="lead">Write lessons using markdown.
58-
<br> See a <a href="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/filter.md" target="_blank">tutorial file</a>.
57+
<div class="lead">Tutorials are compiled from markdown.
58+
59+
<br><br>
60+
<a href="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/filter.md" target="_blank" class="btn btn-default btn-sm"><span class="network-name">A Tutorial Example</span></a>
5961
<br>
60-
<br> Control the editor with a simple API:
62+
<br>Control the editor with a <a href="/docs/#coderoad-API">simple API</a>:
6163
<br>
6264
<br>
6365
<br>
@@ -101,7 +103,6 @@ <h2 class="section-heading">Build in Markdown</h2>
101103
</pre></code>
102104
</div>
103105
</div>
104-
<a href="/docs/#tutorial" class="btn btn-default btn-lg"><span class="network-name">Learn More</span></a>
105106

106107
</div>
107108
<!-- /.container -->
@@ -119,18 +120,19 @@ <h2 class="section-heading">Build in Markdown</h2>
119120
<div class="clearfix"></div>
120121
<h2 class="section-heading">Unit Test Feedback</h2>
121122
<div class="lead"> Write task feedback using unit tests.
122-
<br> See a <a href="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/01-filter.spec.js" target="_blank">complete test file</a>.
123+
<br><br>
124+
<a href="/docs/#test-snippets">Snippets</a> & <a href="/docs/#test-examples">examples</a> make test writing easy.
125+
<br><br>
126+
<a href="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/01-filter.spec.js" target="_blank" class="btn btn-default btn-sm"><span class="network-name">A Unit Test Example</span></a>
123127
<br>
124128
<br>
125129
<br> Currently supported:
126130
<br>
127-
<br>
128131
<ul>
129132
<li>Javascript: <a href="https://github.com/coderoad/mocha-coderoad" target="_blank">Mocha</a></li>
130133
</ul>
131134
<br>
132-
<br>
133-
<i>CodeRoad will eventually support more test frameworks and programming languages.</i>
135+
<i>CodeRoad will eventually support more test frameworks and programming languages through easy to setup <a href="/docs/#test-runners">test runners</a></i>
134136
<br>
135137
<br>
136138
<a href="/docs/#tests" class="btn btn-default btn-lg"><span class="network-name">Learn More</span></a>

_posts/2016-01-07-test-snippets.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ file: 2016-01-07-test-snippets.md
66
---
77
Test Runners may have pre-made [Atom snippets](https://atom.io/docs/latest/using-atom-snippets) to quickly generate test files. See [*mocha-coderoad* snippets](https://github.com/coderoad/mocha-coderoad/blob/master/snippets.cson) as an example.
88

9-
Open up *Atom* -> *Open Your Snippets*. Add the contents of `snippets.cson` to your global `snippets.cson` file. Read the project README to see which snippets are available and which prefixes you should use.
9+
* Open up *Atom* -> *Open Your Snippets*.
10+
* Add the contents of `snippets.cson` to your global `snippets.cson` file.
11+
* Read the test runner README to see which snippets are available and which prefixes you should use.
1012

11-
For example, typing 'mochacr-f' will generate an entire set of tests for a "mocha-coderoad" function. See an example below:
13+
For example, typing the snippet `mochacr-f` will generate an entire set of tests for a *mocha-coderoad* function. See an example:
1214

1315
![Mocha Coderoad Test Snippets](/img/gif/snippets.gif)

_posts/2016-01-12-roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: docs
3-
title: Test Runners
3+
title: Roadmap
44
id: test-runners
5-
file: 2016-01-12-test-runner.md
5+
file: 2016-01-12-roadmap.md
66
---
77
CodeRoad will become more flexible & powerful with time.
88

img/gif/snippets.gif

-497 KB
Loading

0 commit comments

Comments
 (0)