From acf946d3a8a4f745a04c373e0265510797a51584 Mon Sep 17 00:00:00 2001 From: Mario Uher Date: Mon, 26 Oct 2015 10:58:33 +0100 Subject: [PATCH] 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. --- book.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index 21db0392c4..67b42a4aaa 100644 --- a/book.json +++ b/book.json @@ -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/" } } }