Skip to content

Commit

Permalink
Adjustments to docs formatting
Browse files Browse the repository at this point in the history
Also add a mkdocs.yml
  • Loading branch information
pineapplemachine committed Mar 27, 2018
1 parent 74c40fb commit 8fbfc71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Get a summary string describing the status of every test that was attempted.

Example of a string returned by a call to `getSummary` after running tests:

``` text
```
✓ Canary (0.003s)
✓ leftPad (0.001s)
✓ returns the input when it's as long as or longer than the input length (0.000s)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require("canary-test").doReport();

And this would output to the console...

``` text
```
sophie:shorter pineapple$ node testLeftPad.js
Running tests via Canary...
Completed test "leftPad => returns the input when it's as long as or longer than the input length". (0.000s)
Expand Down
5 changes: 5 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
site_name: Canary
pages:
- Home: index.md
- API Documentation: api.md
theme: readthedocs

0 comments on commit 8fbfc71

Please sign in to comment.