]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - book.json
move book for gitbook
[qmk_firmware.git] / book.json
index 3ad89f06a99312f25362917d3e7db967da36dac3..61f57ad286a6b0c37843cdd65b50306503ec4e3e 100644 (file)
--- a/book.json
+++ b/book.json
@@ -1,5 +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"
+                }
+            ]
+        }
     }
-}
\ No newline at end of file
+    "root": "./docs/"
+}