X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=ff19e2974ade2791cdac982d698d6a197df6935c;hb=de4a38ab1be211a50981eb3c67d28ab21f39e882;hp=229e7735d97ba90b1da387c24fe34f863ea5bf30;hpb=d678899c833960733d287679fe6296d5bfc02333;p=qmk_firmware.git diff --git a/book.json b/book.json index 229e7735d..ff19e2974 100644 --- a/book.json +++ b/book.json @@ -1,12 +1,13 @@ { "structure": { - "readme": "Home.md" + "readme": "home.md", + "summary": "_summary.md" }, - "plugins" : ["toolbar", "edit-link"], + "plugins" : ["toolbar", "edit-link", "anchors"], "pluginsConfig": { "edit-link": { - "base": "https://github.com/qmk/qmk_firmware_docs/edit/master", - "label": "Edit This Page" + "base": "https://github.com/qmk/qmk_firmware/edit/master/docs", + "label": "Suggest an edit" }, "toolbar": { "buttons": @@ -18,5 +19,6 @@ } ] } - } + }, + "root": "./docs/" }