Skip to content

Commit fd664b6

Browse files
committed
Enabled some gitbook plugins for better syntax highlighting and "Edit this page" link.
1 parent 5102e23 commit fd664b6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

book.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"gitbook": "2.6.7",
33
"title": "Redux Boot",
4-
"root": "./docs"
4+
"root": "./docs",
5+
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"],
6+
"pluginsConfig": {
7+
"edit-link": {
8+
"base": "https://github.com/reactjs/redux/tree/master",
9+
"label": "Edit This Page"
10+
},
11+
"github": {
12+
"url": "https://github.com/choko-org/redux-boot"
13+
}
14+
}
515
}

0 commit comments

Comments
 (0)