Skip to content

Commit 001cf04

Browse files
committed
builder-coderoad docs updates
1 parent 8d147b0 commit 001cf04

File tree

7 files changed

+28
-1
lines changed

7 files changed

+28
-1
lines changed

_includes/docs/doc.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
<h2>{{ include.index}}. {{ include.title }}</h2>
1111
<div>{{ include.content }}</div>
1212
</section>
13+
<!-- clearfix -->
14+
<div style="overflow: auto;"></div>

_posts/builder-coderoad/2016-01-05-test.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ file: 2016-01-05-test.md
55
categories:
66
- builder-coderoad
77
---
8+
9+
As previously mentioned, CodeRoad uses unit tests to verify task completion and provide feedback.
10+
11+
The "test" view allows you to run solutions against your tests to verify your tests are working.
12+
13+
> This feature is currently not fully implemented. For now, you'll have to check the console for test results.

_posts/builder-coderoad/2016-01-06-validate.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ file: 2016-01-06-validate.md
55
categories:
66
- builder-coderoad
77
---
8+
9+
![Validate view](../../images/builder/validate.png){: .lazy}
10+
11+
Before publishing, be sure to validate your tutorial and package.json.
12+
13+
**<span style="color: #ffc107;">Warnings</span>** may be ignored, but **<span style="color: #e91e63;">errors</span>** must be fixed before proceeding.

_posts/builder-coderoad/2016-01-07-publish.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,17 @@ file: 2016-01-07-publish.md
55
categories:
66
- builder-coderoad
77
---
8+
9+
After validation, tutorials can be published to NPM.
10+
11+
![Publish view](../../images/builder/publish.png){: .doc-image.lazy}
12+
13+
Select the type of version release:
14+
15+
| Release | Change | Description |
16+
|---------|----------------|-------------------|
17+
| patch | 0.1.0 -> 0.1.1 | a fix |
18+
| minor | 0.1.0 -> 0.2.0 | a new feature |
19+
| major | 0.1.0 -> 1.0.0 | a breaking change |
20+
21+
> Publishing from "builder-coderoad" is not currently enabled. See the [publish docs](/tutorial-docs#publish) for how to do this from the command-line.

_sass/_custom.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ a.smooth:hover {
1919

2020
.doc-image {
2121
border-radius: 3px;
22-
width: 100%;
2322
max-width: 1024px;
2423
}
2524

images/builder/publish.png

-9.74 KB
Loading

images/builder/validate.png

-6.14 KB
Loading

0 commit comments

Comments
 (0)