Skip to content

Commit

Permalink
Enabled some gitbook plugins for better syntax highlighting and "Edit…
Browse files Browse the repository at this point in the history
… this page" link.
  • Loading branch information
recidive committed Jun 16, 2016
1 parent 5102e23 commit fd664b6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion book.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"gitbook": "2.6.7",
"title": "Redux Boot",
"root": "./docs"
"root": "./docs",
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/reactjs/redux/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/choko-org/redux-boot"
}
}
}

0 comments on commit fd664b6

Please sign in to comment.