X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=887d2a6431a3454774c998f5e620194e93c4ff9d;hb=be2c7aac31c956caacaba44531463c8083f5199e;hp=ee374b9c58ba3daaab70b5484d9b3c6c4d38c414;hpb=e229dcadb5c9f8c09f14a439fe5a4c7c48ba2249;p=qmk_firmware.git diff --git a/book.json b/book.json index ee374b9c5..887d2a643 100644 --- a/book.json +++ b/book.json @@ -1,22 +1,39 @@ { "structure": { - "readme": "Home.md" + "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_docs/edit/master", - "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/" }