X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=887d2a6431a3454774c998f5e620194e93c4ff9d;hb=479139f9d4ef981a2f10918f0fb5a2c148ca0c8b;hp=620df20f95e5f8b8337866f8b398569bb27cd6bd;hpb=2513912975b525bc267cf729cec5d3c36891c089;p=qmk_firmware.git diff --git a/book.json b/book.json index 620df20f9..887d2a643 100644 --- a/book.json +++ b/book.json @@ -1,18 +1,39 @@ { "structure": { - "readme": "Home.md" + "summary": "_summary.md" }, - "plugins" : ["toolbar"], + "plugins" : [ + "anchors", + "edit-link", + "forkmegithub", + "git-author", + "hints", + "numbered-headings", + "page-toc", + "terminal", + "toolbar" + ], "pluginsConfig": { - "toolbar": { - "buttons": - [ - { - "label": "QMK Firmware", - "icon": "fa fa-github", - "url": "https://github.com/qmk/qmk_firmware" - } - ] - } - } -} \ No newline at end of file + "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/" +}