Skip to content

Commit 69a2b47

Browse files
committed
Fix for GitBook build process.
1 parent 15670e4 commit 69a2b47

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

docs/README.md renamed to SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ A component model for Redux state trees based on the React.js component model.
1717
* [Advanced](/docs/Advanced/README.md)
1818
* [Dynamic Reducers](/docs/Advanced/DynamicReducer.md)
1919
* [Observable Selectors](/docs/Advanced/ObservableSelector.md)
20+
* [Version History](/CHANGELOG.md)

book.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
{
2-
"gitbook": "2.4.3",
3-
"structure": {
4-
"summary": "docs/README.md"
5-
},
6-
"plugins": ["edit-link", "prism", "-highlight", "github"],
2+
"gitbook": "3.2.2",
3+
"plugins": ["prism", "-highlight", "github"],
74
"pluginsConfig": {
8-
"edit-link": {
9-
"base": "https://github.com/wcjohnson/redux-components/tree/master",
10-
"label": "Edit This Page"
11-
},
125
"github": {
136
"url": "https://github.com/wcjohnson/redux-components"
147
}

0 commit comments

Comments
 (0)