Files
redux/book.json
Mario Uher acf946d3a8 Adds GitHub link to docs.
I know this sounds a little bit ridiculous, however I struggle to find the link to
the repo on GitHub most of the time. This commit adds a little icon along with the
Twitter and co icons.
2015-10-26 10:58:33 +01:00

17 lines
353 B
JSON

{
"gitbook": "2.4.3",
"structure": {
"summary": "docs/README.md"
},
"plugins": ["edit-link", "prism", "-highlight", "github"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/rackt/redux/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/rackt/redux/"
}
}
}