]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - book.json
Update readme
[qmk_firmware.git] / book.json
index 229e7735d97ba90b1da387c24fe34f863ea5bf30..64a997d1f95414a7d656b7b6360aac3e2522aea4 100644 (file)
--- a/book.json
+++ b/book.json
@@ -2,11 +2,11 @@
     "structure": {
         "readme": "Home.md"
     },
-    "plugins" : ["toolbar", "edit-link"],
+    "plugins" : ["toolbar", "edit-link", "anchors"],
     "pluginsConfig": {
             "edit-link": {
-                "base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
-                "label": "Edit This Page"
+                "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
+                "label": "Suggest an edit"
             },
         "toolbar": {
             "buttons":
@@ -18,5 +18,6 @@
                 }
             ]
         }
-    }
+    },
+    "root": "./docs/"
 }