X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hb=91683d56fa5c9cf9893219b3dac269e20a2c7251;hp=3ad89f06a99312f25362917d3e7db967da36dac3;hpb=7f4cf32af971dd796c7a23dd226ff6436bf7981a;p=qmk_firmware.git diff --git a/book.json b/book.json index 3ad89f06a..79206bf35 100644 --- a/book.json +++ b/book.json @@ -1,5 +1,46 @@ { "structure": { - "readme": "Home.md" - } -} \ No newline at end of file + "summary": "_summary.md" + }, + "plugins" : [ + "edit-link", + "forkmegithub", + "hints", + "page-toc", + "terminal", + "toolbar", + "bulk-redirect" + ], + "pluginsConfig": { + "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/" +}