Skip to content

Commit

Permalink
Adds GitHub link to docs.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ream88 committed Oct 26, 2015
1 parent 5a1f30e commit acf946d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
"structure": {
"summary": "docs/README.md"
},
"plugins": ["edit-link", "prism", "-highlight"],
"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/"
}
}
}

0 comments on commit acf946d

Please sign in to comment.