X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hb=3538955778c253e68779605cc67c27e15d195729;hp=5274a6334bc57bb4e3887ad8232d1fd9e4fd9f15;hpb=e0689c000b2f571a248f8355a428f3c07ff39d7d;p=qmk_firmware.git diff --git a/book.json b/book.json index 5274a6334..79206bf35 100644 --- a/book.json +++ b/book.json @@ -1,17 +1,46 @@ { "structure": { - "readme": "Home.md" - } + "summary": "_summary.md" + }, + "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/" +}