X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=64a997d1f95414a7d656b7b6360aac3e2522aea4;hb=d9f95c5da91d8d94747328755d1d90aadff121ca;hp=5274a6334bc57bb4e3887ad8232d1fd9e4fd9f15;hpb=e0689c000b2f571a248f8355a428f3c07ff39d7d;p=qmk_firmware.git diff --git a/book.json b/book.json index 5274a6334..64a997d1f 100644 --- a/book.json +++ b/book.json @@ -1,8 +1,13 @@ { "structure": { "readme": "Home.md" - } + }, + "plugins" : ["toolbar", "edit-link", "anchors"], "pluginsConfig": { + "edit-link": { + "base": "https://github.com/qmk/qmk_firmware/edit/master/docs", + "label": "Suggest an edit" + }, "toolbar": { "buttons": [ @@ -13,5 +18,6 @@ } ] } - } -} \ No newline at end of file + }, + "root": "./docs/" +}