X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=64a997d1f95414a7d656b7b6360aac3e2522aea4;hb=d9f95c5da91d8d94747328755d1d90aadff121ca;hp=3ad89f06a99312f25362917d3e7db967da36dac3;hpb=7f4cf32af971dd796c7a23dd226ff6436bf7981a;p=qmk_firmware.git diff --git a/book.json b/book.json index 3ad89f06a..64a997d1f 100644 --- a/book.json +++ b/book.json @@ -1,5 +1,23 @@ { "structure": { "readme": "Home.md" - } -} \ No newline at end of file + }, + "plugins" : ["toolbar", "edit-link", "anchors"], + "pluginsConfig": { + "edit-link": { + "base": "https://github.com/qmk/qmk_firmware/edit/master/docs", + "label": "Suggest an edit" + }, + "toolbar": { + "buttons": + [ + { + "label": "QMK Firmware", + "icon": "fa fa-github", + "url": "https://github.com/qmk/qmk_firmware" + } + ] + } + }, + "root": "./docs/" +}