Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SUMMARY.md
13 changes: 8 additions & 5 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"gitbook": "2.4.3",
"gitbook": "3.x.x",
"title": "Redux",
"structure": {
"summary": "docs/README.md"
},
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"],
"plugins": ["edit-link", "prism", "-highlight", "github", "anchorjs"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/reactjs/redux/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/reactjs/redux/"
},
"theme-default": {
"showLevel": true,
"styles": {
"website": "build/gitbook.css"
}
}
}
}
9 changes: 9 additions & 0 deletions build/gitbook.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.book-summary ul.summary li span {
cursor: not-allowed;
opacity: 0.3;
}

.book-summary ul.summary li a:hover {
color: #008cff;
text-decoration: none;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"eslint-config-rackt": "^1.1.1",
"eslint-plugin-react": "^3.16.1",
"expect": "^1.8.0",
"gitbook-cli": "^0.3.4",
"gitbook-cli": "^2.3.0",
"glob": "^6.0.4",
"isparta": "^4.0.0",
"mocha": "^2.2.5",
Expand Down