X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hb=29e9caa82bdfe898dd7fca82fcecf0cae2374859;hp=a12a574ae99185d462031c4a6908b92d434ee5a2;hpb=52562eaaea1697db608590d4ab785155ea126cb8;p=qmk_firmware.git diff --git a/book.json b/book.json index a12a574ae..79206bf35 100644 --- a/book.json +++ b/book.json @@ -1,18 +1,46 @@ { "structure": { - "readme": "Home.md" + "summary": "_summary.md" }, - "plugins" : ["plugin-toolbar"], + "plugins" : [ + "edit-link", + "forkmegithub", + "hints", + "page-toc", + "terminal", + "toolbar", + "bulk-redirect" + ], "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" + }, + "terminal": { + "copyButtons": true, + "fade": false, + "style": "flat" + }, + "toolbar": { + "buttons": [ + { + "label": "QMK Firmware", + "icon": "fa fa-github", + "url": "https://github.com/qmk/qmk_firmware" + } + ] + }, + "bulk-redirect": { + "basepath": "/", + "redirectsFile": "docs/redirects.json" + } + }, + "root": "./docs/" +}