X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hb=91683d56fa5c9cf9893219b3dac269e20a2c7251;hp=229e7735d97ba90b1da387c24fe34f863ea5bf30;hpb=d678899c833960733d287679fe6296d5bfc02333;p=qmk_firmware.git diff --git a/book.json b/book.json index 229e7735d..79206bf35 100644 --- a/book.json +++ b/book.json @@ -1,22 +1,46 @@ { "structure": { - "readme": "Home.md" + "summary": "_summary.md" }, - "plugins" : ["toolbar", "edit-link"], + "plugins" : [ + "edit-link", + "forkmegithub", + "hints", + "page-toc", + "terminal", + "toolbar", + "bulk-redirect" + ], "pluginsConfig": { - "edit-link": { - "base": "https://github.com/qmk/qmk_firmware_docs/edit/master", - "label": "Edit This Page" - }, - "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" + } + ] + }, + "bulk-redirect": { + "basepath": "/", + "redirectsFile": "docs/redirects.json" + } + }, + "root": "./docs/" }