X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=ff19e2974ade2791cdac982d698d6a197df6935c;hb=82372d36af42866d418343a56fd254d1bda6d40c;hp=3ad89f06a99312f25362917d3e7db967da36dac3;hpb=7f4cf32af971dd796c7a23dd226ff6436bf7981a;p=qmk_firmware.git diff --git a/book.json b/book.json index 3ad89f06a..ff19e2974 100644 --- a/book.json +++ b/book.json @@ -1,5 +1,24 @@ { "structure": { - "readme": "Home.md" - } -} \ No newline at end of file + "readme": "home.md", + "summary": "_summary.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/" +}