]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update book.json
authorJack Humbert <jack.humb@gmail.com>
Sat, 20 May 2017 16:02:55 +0000 (12:02 -0400)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 16:02:55 +0000 (12:02 -0400)
book.json

index 620df20f95e5f8b8337866f8b398569bb27cd6bd..db29f054b9e0cd08607e7f9cb233342cb8ea1b44 100644 (file)
--- a/book.json
+++ b/book.json
@@ -2,8 +2,12 @@
     "structure": {
         "readme": "Home.md"
     },
-    "plugins" : ["toolbar"],
+    "plugins" : ["toolbar", "edit-link"],
     "pluginsConfig": {
+            "edit-link": {
+                "base": "https://github.com/qmk/qmk_firmware/edit/master/path/to/book",
+                "label": "Edit This Page"
+            },
         "toolbar": {
             "buttons":
             [
@@ -15,4 +19,4 @@
             ]
         }
     }
-}
\ No newline at end of file
+}