From 2fa096898c680eaf20612769f96132723a5b8868 Mon Sep 17 00:00:00 2001 From: Nicolas Gaborit Date: Tue, 6 Dec 2016 17:16:08 +0100 Subject: [PATCH] Add a GitHub link as icon in the docs (#501) --- book.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index d5e0aadb1..470b5b524 100644 --- a/book.json +++ b/book.json @@ -1,6 +1,12 @@ { + "gitbook": "3.2.2", "root": "./docs", - "plugins": ["-highlight", "prism"], + "plugins": ["-highlight", "prism", "github"], + "pluginsConfig": { + "github": { + "url": "https://github.com/ianstormtaylor/slate" + } + }, "structure": { "readme": "Readme.md", "summary": "Summary.md"