X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=09e1bfd94e2e1cb1db6891013becee31ab40a9d8;hb=71d1c02a9b05c676e98d9e3115e96c01c498a058;hp=ff19e2974ade2791cdac982d698d6a197df6935c;hpb=3d5d3e1b0c0a0d5ae4f600f765eb585099a78ffb;p=qmk_firmware.git diff --git a/book.json b/book.json index ff19e2974..09e1bfd94 100644 --- a/book.json +++ b/book.json @@ -1,24 +1,41 @@ { "structure": { - "readme": "home.md", "summary": "_summary.md" }, - "plugins" : ["toolbar", "edit-link", "anchors"], + "plugins" : [ + "edit-link", + "forkmegithub", + "hints", + "page-toc", + "terminal", + "toolbar" + ], "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" + } + ] + } }, "root": "./docs/" }