X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=64a997d1f95414a7d656b7b6360aac3e2522aea4;hb=7a433a7f3deea8e4d04a469e31e8b47047eacc99;hp=db29f054b9e0cd08607e7f9cb233342cb8ea1b44;hpb=2df879cbe369ed081d27ddcd2054e76f8f17adb4;p=qmk_firmware.git diff --git a/book.json b/book.json index db29f054b..64a997d1f 100644 --- 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/edit/master/path/to/book", - "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/" }