X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=09e1bfd94e2e1cb1db6891013becee31ab40a9d8;hb=33a87c132c03b0016772b883cc129d2073528620;hp=64a997d1f95414a7d656b7b6360aac3e2522aea4;hpb=ec3e684123c5abf22fd8d397786adbd978bbfcdb;p=qmk_firmware.git diff --git a/book.json b/book.json index 64a997d1f..09e1bfd94 100644 --- a/book.json +++ b/book.json @@ -1,23 +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/" }