X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hb=6af77551c67c846b06c596cbd367d66c755f8051;hp=b6f90fc110d8ea63448117e8342130814d2ac229;hpb=2e9e1eb03cc0dbf3a0a99b0690a45392197e520a;p=qmk_firmware.git diff --git a/book.json b/book.json index b6f90fc11..79206bf35 100644 --- a/book.json +++ b/book.json @@ -3,15 +3,31 @@ "summary": "_summary.md" }, "plugins" : [ - "anchors", "edit-link", - "toolbar" + "forkmegithub", + "hints", + "page-toc", + "terminal", + "toolbar", + "bulk-redirect" ], "pluginsConfig": { "edit-link": { "base": "https://github.com/qmk/qmk_firmware/edit/master/docs", "label": "Suggest an edit" }, + "forkmegithub": { + "color": "red", + "url": "https://github.com/qmk/qmk_firmware" + }, + "page-toc": { + "selector": ".markdown-section h1, .markdown-section h2" + }, + "terminal": { + "copyButtons": true, + "fade": false, + "style": "flat" + }, "toolbar": { "buttons": [ { @@ -20,6 +36,10 @@ "url": "https://github.com/qmk/qmk_firmware" } ] + }, + "bulk-redirect": { + "basepath": "/", + "redirectsFile": "docs/redirects.json" } }, "root": "./docs/"