summary refs log tree commit diff
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-05-20 12:02:55 -0400
committerGitHub <noreply@github.com>2017-05-20 12:02:55 -0400
commit2df879cbe369ed081d27ddcd2054e76f8f17adb4 (patch)
tree31b3719844c48c580ae7034c4037eefab256b494
parente5ed23c0b38469cf914190fff89dae49e52adc4b (diff)
Update book.json
-rw-r--r--book.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/book.json b/book.json
index 620df20f95..db29f054b9 100644
--- 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
+}