Skip to content

Commit 4c614d9

Browse files
committed
Update docs (#13)
1 parent e7e0096 commit 4c614d9

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* [Introduction](README.md)
44
* [What it does](what_it_does.md)
55
* [Installation](installation.md)
6-
* API Reference
6+
* [API Reference](javascript.md)
77
* [javascript](javascript.md)
88
* [chai](chai.md)
99
* [expect](expect.md)

docs/book.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"links": {
3+
"home": null,
4+
"about": false,
5+
"issues": "https://github.com/dmitry-zaets/redux-actions-assertions/issues",
6+
"contribute": false,
7+
"sharing": {
8+
"google": false,
9+
"facebook": false,
10+
"twitter": false,
11+
"website": false
12+
}
13+
}
14+
}

docs/expectjs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [expect.js](https://github.com/Automattic/expect.js)
1+
# [expect.js](https://github.com/Automattic/expect.js)
22

3-
### Registration
3+
## Registration
44

55
```js
66
// using ES6 modules

0 commit comments

Comments
 (0)