X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=64a997d1f95414a7d656b7b6360aac3e2522aea4;hb=fbec02c148862e0a3c53476c64193a3c6e039a3c;hp=c7af59edc1ac394905ede43f34725e9620158866;hpb=e7da52c7de301c20b636c4646402909e2e2ad730;p=qmk_firmware.git diff --git a/book.json b/book.json index c7af59edc..64a997d1f 100644 --- a/book.json +++ b/book.json @@ -1,3 +1,23 @@ { - "structure.readme": "Home" -} \ No newline at end of file + "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": + [ + { + "label": "QMK Firmware", + "icon": "fa fa-github", + "url": "https://github.com/qmk/qmk_firmware" + } + ] + } + }, + "root": "./docs/" +}