From fd664b69fbd70222793c04d9f457569e8e358f21 Mon Sep 17 00:00:00 2001 From: Henrique Recidive Date: Thu, 16 Jun 2016 16:29:59 -0300 Subject: [PATCH] Enabled some gitbook plugins for better syntax highlighting and "Edit this page" link. --- book.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index 93978d2..221c71b 100644 --- a/book.json +++ b/book.json @@ -1,5 +1,15 @@ { "gitbook": "2.6.7", "title": "Redux Boot", - "root": "./docs" + "root": "./docs", + "plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"], + "pluginsConfig": { + "edit-link": { + "base": "https://github.com/reactjs/redux/tree/master", + "label": "Edit This Page" + }, + "github": { + "url": "https://github.com/choko-org/redux-boot" + } + } }