Skip to content

Commit

Permalink
Update docs (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-zaets committed Jun 5, 2016
1 parent e7e0096 commit 4c614d9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [Introduction](README.md)
* [What it does](what_it_does.md)
* [Installation](installation.md)
* API Reference
* [API Reference](javascript.md)
* [javascript](javascript.md)
* [chai](chai.md)
* [expect](expect.md)
Expand Down
14 changes: 14 additions & 0 deletions docs/book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"links": {
"home": null,
"about": false,
"issues": "https://github.com/dmitry-zaets/redux-actions-assertions/issues",
"contribute": false,
"sharing": {
"google": false,
"facebook": false,
"twitter": false,
"website": false
}
}
}
4 changes: 2 additions & 2 deletions docs/expectjs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [expect.js](https://github.com/Automattic/expect.js)
# [expect.js](https://github.com/Automattic/expect.js)

### Registration
## Registration

```js
// using ES6 modules
Expand Down

0 comments on commit 4c614d9

Please sign in to comment.