summary refs log tree commit diff
path: root/docs/book.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/book.json')
-rw-r--r--docs/book.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/book.json b/docs/book.json
new file mode 100644
index 0000000000..ee374b9c58
--- /dev/null
+++ b/docs/book.json
@@ -0,0 +1,22 @@
+{
+    "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"
+                }
+            ]
+        }
+    }
+}