X-Git-Url: https://git.hcoop.net/jackhill/qmk/firmware.git/blobdiff_plain/e7da52c7de301c20b636c4646402909e2e2ad730..51bf3ba3e623d69cf4ad9e9045cf10526e70be15:/book.json diff --git a/book.json b/book.json dissimilarity index 94% index c7af59edc1..79206bf35a 100644 --- a/book.json +++ b/book.json @@ -1,3 +1,46 @@ -{ - "structure.readme": "Home" -} \ No newline at end of file +{ + "structure": { + "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/" +}