Skip to content

Commit 493c22c

Browse files
committed
link build page to docs
1 parent 5bdc6ba commit 493c22c

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

_includes/build/build.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ <h2 class="section-heading">Build in Markdown</h2>
6565
<br>
6666
<li><code>@hint</code> add helpful clues</li>
6767
</ul>
68+
<br>
69+
<a href="/docs/#tutorial" class="btn btn-default btn-lg"><span class="network-name">Learn More</span></a>
6870
</div>
6971
</div>
7072
<div class="col-lg-6 col-sm-pull-6 col-sm-6">
@@ -87,13 +89,14 @@ <h2 class="section-heading">Build in Markdown</h2>
8789
// return true if student name matches "Ada Lovelace"
8890
function isAda() {
8991
// write condition here
90-
92+
9193
}
9294
```
9395
))
9496
</pre></code>
9597
</div>
9698
</div>
99+
<a href="/docs/#tutorial" class="btn btn-default btn-lg"><span class="network-name">Learn More</span></a>
97100

98101
</div>
99102
<!-- /.container -->
@@ -122,8 +125,10 @@ <h2 class="section-heading">Unit Test Feedback</h2>
122125
</ul>
123126
<br>
124127
<br>
125-
<br>
126-
<i>We hope to support more test frameworks and programming languages in the near future.</i></div>
128+
<i>CodeRoad will eventually support more test frameworks and programming languages.</i>
129+
<br><br>
130+
<a href="/docs/#tests" class="btn btn-default btn-lg"><span class="network-name">Learn More</span></a>
131+
</div>
127132
</div>
128133
<div class="col-lg-6 col-lg-offset-2 col-sm-6">
129134
<pre><code class="language-js">
@@ -149,6 +154,7 @@ <h2 class="section-heading">Unit Test Feedback</h2>
149154
});
150155
</code></pre>
151156
</div>
157+
152158
</div>
153159

154160
</div>

_includes/build/see-docs.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
<div class="row content-section-b">
55
<div class="col-lg-8 col-lg-offset-2">
66
<br/>
7+
<a href="/docs" class="btn btn-default btn-lg"><i class="fa fa-road fa-fw"></i> <span class="network-name">View the Docs</span></a>
78
<br/>
8-
<h2>Checkout the Docs</h2>
9-
<a href="/docs" class="btn btn-default btn-lg"><i class="fa fa-road fa-fw"></i> <span class="network-name">Docs</span></a>
10-
<br>
11-
<br>
12-
<div class="lead">Learn more about developing a tutorial with CodeRoad</div>
139
</div>
1410
</section>

_posts/2016-01-04-coderoad-api.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Defaults for loading tests are specified in the tutorial *package.json* file.
4343

4444
The first example would load the file './tutorial/path/to/file.spec.js' in the project root directory.
4545

46+
See an [example](https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/filter.md) using *@test*.
47+
4648
### `@hint`
4749

4850
*Note: Hints have not been implemented yet in Atom-Coderoad. Coming soon.*
@@ -95,6 +97,6 @@ Add text to the bottom of the active text editor.
9597
}
9698
```))
9799

98-
#### Future API
100+
#### Future Actions
99101

100-
More editor actions will be added to CodeRoad in the future.
102+
More editor actions will be added to CodeRoad at a later date.

_posts/2016-01-05-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Unit Tests
44
id: tests
55
---
66

7-
Description
7+
Unit tests are used to determine the
88

99
### Loading the User File
1010

0 commit comments

Comments
 (0)