Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3268a47

Browse files
committed
build page updates
1 parenta0d7835 commit3268a47

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
<divclass="clearfix"></div>
5656
<h2class="section-heading">Build in Markdown</h2>
57-
<divclass="lead">Write lessons using markdown.
58-
<br> See a<ahref="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/filter.md"target="_blank">tutorial file</a>.
57+
<divclass="lead">Tutorials are compiled from markdown.
58+
59+
<br><br>
60+
<ahref="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/filter.md"target="_blank"class="btn btn-default btn-sm"><spanclass="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<ahref="/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-
<ahref="/docs/#tutorial"class="btn btn-default btn-lg"><spanclass="network-name">Learn More</span></a>
105106

106107
</div>
107108
<!-- /.container -->
@@ -119,18 +120,19 @@ <h2 class="section-heading">Build in Markdown</h2>
119120
<divclass="clearfix"></div>
120121
<h2class="section-heading">Unit Test Feedback</h2>
121122
<divclass="lead"> Write task feedback using unit tests.
122-
<br> See a<ahref="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+
<ahref="/docs/#test-snippets">Snippets</a> &<ahref="/docs/#test-examples">examples</a> make test writing easy.
125+
<br><br>
126+
<ahref="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/01-filter.spec.js"target="_blank"class="btn btn-default btn-sm"><spanclass="network-name">A Unit Test Example</span></a>
123127
<br>
124128
<br>
125129
<br> Currently supported:
126130
<br>
127-
<br>
128131
<ul>
129132
<li>#"diff-56e47283a18320471c05f45ee4d88e37332540011211d648c312f99bd80239d6-130-133-0" data-selected="false" role="gridcell" tabindex="-1" valign="top">130
133
</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<ahref="/docs/#test-runners">test runners</a></i>
134136
<br>
135137
<br>
136138
<ahref="/docs/#tests"class="btn btn-default btn-lg"><spanclass="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, typingthe 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)

[8]ページ先頭

©2009-2025 Movatter.jp