X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hp=64a997d1f95414a7d656b7b6360aac3e2522aea4;hb=7ec583e5efb276ce90a40a1df985de7d0d0b8f46;hpb=57cfb5f1ae952a5be30319606bf1a7c9e65b0bea diff --git a/book.json b/book.json index 64a997d1f..79206bf35 100644 --- a/book.json +++ b/book.json @@ -1,23 +1,46 @@ { "structure": { - "readme": "Home.md" + "summary": "_summary.md" }, - "plugins" : ["toolbar", "edit-link", "anchors"], + "plugins" : [ + "edit-link", + "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" - }, - "toolbar": { - "buttons": - [ - { - "label": "QMK Firmware", - "icon": "fa fa-github", - "url": "https://github.com/qmk/qmk_firmware" - } - ] - } + "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": [ + { + "label": "QMK Firmware", + "icon": "fa fa-github", + "url": "https://github.com/qmk/qmk_firmware" + } + ] + }, + "bulk-redirect": { + "basepath": "/", + "redirectsFile": "docs/redirects.json" + } }, "root": "./docs/" }