X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=ff19e2974ade2791cdac982d698d6a197df6935c;hb=4b37030ad0ddde12a12b8407d577fa07e0cb18f5;hp=620df20f95e5f8b8337866f8b398569bb27cd6bd;hpb=2513912975b525bc267cf729cec5d3c36891c089;p=qmk_firmware.git diff --git a/book.json b/book.json index 620df20f9..ff19e2974 100644 --- a/book.json +++ b/book.json @@ -1,9 +1,14 @@ { "structure": { - "readme": "Home.md" + "readme": "home.md", + "summary": "_summary.md" }, - "plugins" : ["toolbar"], + "plugins" : ["toolbar", "edit-link", "anchors"], "pluginsConfig": { + "edit-link": { + "base": "https://github.com/qmk/qmk_firmware/edit/master/docs", + "label": "Suggest an edit" + }, "toolbar": { "buttons": [ @@ -14,5 +19,6 @@ } ] } - } -} \ No newline at end of file + }, + "root": "./docs/" +}