Browse Source

Update book.json

Jack Humbert 8 years ago
parent
commit
2df879cbe3
1 changed files with 6 additions and 2 deletions
  1. 6 2
      book.json

+ 6 - 2
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 @@
             ]
         }
     }
-}
+}