X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=887d2a6431a3454774c998f5e620194e93c4ff9d;hb=7b5f02aa6a6d5c4fe4bff0d32c2dbb0abf20e51c;hp=3da42c4b1c447719b2abbd5b5a6c1996bd38f87f;hpb=b75ad215c85a53c34e170dba3c62093fc8655362;p=qmk_firmware.git diff --git a/book.json b/book.json index 3da42c4b1..887d2a643 100644 --- a/book.json +++ b/book.json @@ -2,22 +2,38 @@ "structure": { "summary": "_summary.md" }, - "plugins" : ["toolbar", "edit-link", "anchors"], + "plugins" : [ + "anchors", + "edit-link", + "forkmegithub", + "git-author", + "hints", + "numbered-headings", + "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" + }, + "toolbar": { + "buttons": [ + { + "label": "QMK Firmware", + "icon": "fa fa-github", + "url": "https://github.com/qmk/qmk_firmware" + } + ] + } }, "root": "./docs/" }