]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - book.json
Docfix (#1377)
[qmk_firmware.git] / book.json
index f4cdd39638ab161f4756c726af6256c9befcd7d2..64a997d1f95414a7d656b7b6360aac3e2522aea4 100644 (file)
--- a/book.json
+++ b/book.json
@@ -2,10 +2,10 @@
     "structure": {
         "readme": "Home.md"
     },
-    "plugins" : ["toolbar", "edit-link", "custom-favicon"],
+    "plugins" : ["toolbar", "edit-link", "anchors"],
     "pluginsConfig": {
             "edit-link": {
-                "base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
+                "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
                 "label": "Suggest an edit"
             },
         "toolbar": {
@@ -17,7 +17,7 @@
                     "url": "https://github.com/qmk/qmk_firmware"
                 }
             ]
-        },
-        "favicon": "/favicon.png"
-    }
+        }
+    },
+    "root": "./docs/"
 }