]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - book.json
Port updated debouncing algorithm from Let's Split to Nyquist
[qmk_firmware.git] / book.json
index c7af59edc1ac394905ede43f34725e9620158866..887d2a6431a3454774c998f5e620194e93c4ff9d 100644 (file)
--- a/book.json
+++ b/book.json
@@ -1,3 +1,39 @@
 {
-    "structure.readme": "Home"
-}
\ No newline at end of file
+    "structure": {
+        "summary": "_summary.md"
+    },
+    "plugins" : [
+      "anchors",
+      "edit-link",
+      "forkmegithub",
+      "git-author",
+      "hints",
+      "numbered-headings",
+      "page-toc",
+      "terminal",
+      "toolbar"
+    ],
+    "pluginsConfig": {
+      "edit-link": {
+        "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
+        "label": "Suggest an edit"
+      },
+      "forkmegithub": {
+        "color": "red",
+        "url": "https://github.com/qmk/qmk_firmware"
+      },
+      "page-toc": {
+        "selector": ".markdown-section h1, .markdown-section h2"
+      },
+      "toolbar": {
+        "buttons": [
+          {
+            "label": "QMK Firmware",
+            "icon": "fa fa-github",
+            "url": "https://github.com/qmk/qmk_firmware"
+          }
+        ]
+      }
+    },
+    "root": "./docs/"
+}