Skip to content

Commit 48e616b

Browse files
committed
update docs for latest release
1 parent ad1c964 commit 48e616b

File tree

6 files changed

+8
-15
lines changed

6 files changed

+8
-15
lines changed

‎_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ description: > # "Free interactive coding tutorials inside of the Atom editor. B
1111
1212
# info
1313
image: https://coderoad.github.io/img/coderoad-header.jpg
14-
atomVersion: 0.6.0
15-
cliVersion: 0.3.26
14+
atomVersion: 0.9.0
15+
cliVersion: 0.5.0
1616
video: DbLpdgrYVOU
1717

1818
# tutorials

‎_posts/docs/2016-01-02-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Running **create** generates:
3131
"mocha-coderoad": "^0.3.1"
3232
},
3333
"coderoad": {
34-
"testDir": "test",
34+
"dir": "tutorial",
3535
"testSuffix": ".spec.js",
36-
"testRunner": "mocha-coderoad"
36+
"runner": "mocha-coderoad"
3737
}
3838
}
3939
```

‎_posts/docs/2016-01-03-tutorial.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ CodeRoad tutorials are written in Github Flavored Markdown, then parsed into a *
1414
Each level of header indicates a different section, followed by a description.
1515

1616
* `#` Info
17-
* `##` Chapter
18-
* `###` Page
17+
* `##` Page
1918
* `+` Task
2019

2120
As an example:
@@ -24,20 +23,16 @@ As an example:
2423
# Tutorial Title
2524
A description of your tutorial
2625

27-
## Chapter One Title
28-
A description of chapter one
29-
30-
### Page One Title
26+
## Page One Title
3127
A description of page one
3228

3329
+ A description of task one
3430

3531
+ A description of task two
3632

37-
### Page Two Title
33+
## Page Two Title
3834
A description of page two
3935

40-
## Chapter Two Title
4136
etc.
4237
```
4338

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Defaults for loading tests are specified in the tutorial *package.json* file.
5050
}
5151
```
5252

53-
`testDir` is appended to all *@test* calls, and `testSuffix` is added to the end.
53+
`dir` is appended to all *@test* calls, and `testSuffix` is added to the end.
5454

5555
*@test* loads a test file. It is important that these files are loaded in the correct order. *@test* can take a single test file, or an array of test files.
5656

‎_posts/docs/2016-01-12-roadmap.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CodeRoad will become more flexible & powerful with time.
1313
* More test runners for different programming languages
1414

1515
### v2.0.0
16-
* Record progress to db
1716
* User accounts
1817
* Tutorial ratings
1918
* `@use` API for page feature choices

‎_posts/docs/2016-01-13-contributing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ file: 2016-01-13-contributing.md
66
categories:
77
- docs
88
---
9-
See our [development boards](https://coderoad.herokuapp.com/).
109

1110
See also the [contributing guidelines](https://github.com/coderoad/atom-coderoad/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)