]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
move book for gitbook
authorJack Humbert <jack.humb@gmail.com>
Sat, 27 May 2017 22:20:46 +0000 (18:20 -0400)
committerJack Humbert <jack.humb@gmail.com>
Sat, 27 May 2017 22:20:46 +0000 (18:20 -0400)
book.json [new file with mode: 0644]
docs/book.json [deleted file]

diff --git a/book.json b/book.json
new file mode 100644 (file)
index 0000000..61f57ad
--- /dev/null
+++ b/book.json
@@ -0,0 +1,23 @@
+{
+    "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/"
+}
diff --git a/docs/book.json b/docs/book.json
deleted file mode 100644 (file)
index 61f57ad..0000000
+++ /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/"
-}