summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-05-27 18:20:46 -0400
committerJack Humbert <jack.humb@gmail.com>2017-05-27 18:20:46 -0400
commitc3bdddb6375cebeddd01271890450b25109f7842 (patch)
tree6a1fd59f929fa38adc2a1c7b26d0eb0199796a39 /docs
parentc95f08c439d6b3aeeae59a3f0555b9672a0d0e80 (diff)
move book for gitbook
Diffstat (limited to 'docs')
-rw-r--r--docs/book.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/book.json b/docs/book.json
deleted file mode 100644
index 61f57ad286..0000000000
--- a/docs/book.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-    "structure": {
-        "readme": "Home.md"
-    },
-    "plugins" : ["toolbar", "edit-link", "anchors"],
-    "pluginsConfig": {
-            "edit-link": {
-                "base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
-                "label": "Suggest an edit"
-            },
-        "toolbar": {
-            "buttons":
-            [
-                {
-                    "label": "QMK Firmware",
-                    "icon": "fa fa-github",
-                    "url": "https://github.com/qmk/qmk_firmware"
-                }
-            ]
-        }
-    }
-    "root": "./docs/"
-}