Skip to content

Commit 52e743e

Browse files
committed
Update Gitbook version
1 parent 4f8a4ed commit 52e743e

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/README.md

book.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
2-
"gitbook": "2.4.3",
2+
"gitbook": "3.x.x",
33
"title": "Redux",
4-
"structure": {
5-
"summary": "docs/README.md"
6-
},
74
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"],
85
"pluginsConfig": {
96
"edit-link": {
@@ -12,6 +9,12 @@
129
},
1310
"github": {
1411
"url": "https://github.com/reactjs/redux/"
12+
},
13+
"theme-default": {
14+
"showLevel": true,
15+
"styles": {
16+
"website": "build/gitbook.css"
17+
}
1518
}
1619
}
1720
}

build/gitbook.css

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.book-summary ul.summary li span {
2+
cursor: not-allowed;
3+
opacity: 0.3;
4+
}
5+
6+
.book-summary ul.summary li a:hover {
7+
color: #008cff;
8+
text-decoration: none;
9+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"eslint-config-rackt": "^1.1.1",
101101
"eslint-plugin-react": "^3.16.1",
102102
"expect": "^1.8.0",
103-
"gitbook-cli": "^0.3.4",
103+
"gitbook-cli": "^2.3.0",
104104
"glob": "^6.0.4",
105105
"isparta": "^4.0.0",
106106
"mocha": "^2.2.5",

0 commit comments

Comments
 (0)