From 8efaa37e208e77edb607c43f07529ad95015aaf0 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 10 Dec 2019 16:26:00 -0300 Subject: [PATCH] [chore] forgot to remote book.json. --- book.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 book.json diff --git a/book.json b/book.json deleted file mode 100644 index 0d242fbe..00000000 --- a/book.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "gitbook": ">=3.2.2", - "title": "react-modal", - "root": "./docs", - "plugins": [ - "codepen", - "edit-link", - "prism", - "-highlight", - "anchorjs", - "github" - ], - "pluginsConfig": { - "codepen": { - "height": 1000, - "defaultTab": "js" - }, - "edit-link": { - "base": "https://github.com/reactjs/react-modal/tree/master/docs", - "label": "Edit This Page" - }, - "prism": { - "css": [ - "prismjs/themes/prism-tomorrow.css" - ] - }, - "github": { - "url": "https://github.com/reactjs/react-modal" - } - } -}