From 232811171103c0540d70d95b0d704135f312b1d3 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 24 May 2016 22:37:14 -0600 Subject: [PATCH] Update book.json --- book.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index ccc22f8..d2c5305 100644 --- a/book.json +++ b/book.json @@ -1,5 +1,11 @@ { + "plugins": [ "github" ], + "pluginsConfig": { + "github": { + "url": "https://github.com/your/repo" + } + } "structure": { "readme": "01-Preface.md" } -} \ No newline at end of file +}