X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hb=91683d56fa5c9cf9893219b3dac269e20a2c7251;hp=613c50dd8ccd7b78fc74879eef5f6c54e61ad58a;hpb=780786596d7d454d89e5b1ebf960884d99229d95;p=qmk_firmware.git diff --git a/book.json b/book.json index 613c50dd8..79206bf35 100644 --- a/book.json +++ b/book.json @@ -3,11 +3,13 @@ "summary": "_summary.md" }, "plugins" : [ - "anchors", "edit-link", - "etoc", - "numbered-headings", - "toolbar" + "forkmegithub", + "hints", + "page-toc", + "terminal", + "toolbar", + "bulk-redirect" ], "pluginsConfig": { "edit-link": { @@ -15,12 +17,16 @@ "label": "Suggest an edit" }, "forkmegithub": { - "color": "darkblue", + "color": "red", "url": "https://github.com/qmk/qmk_firmware" }, - "etoc": { - "maxdepth": 3, - "notoc": true + "page-toc": { + "selector": ".markdown-section h1, .markdown-section h2" + }, + "terminal": { + "copyButtons": true, + "fade": false, + "style": "flat" }, "toolbar": { "buttons": [ @@ -30,6 +36,10 @@ "url": "https://github.com/qmk/qmk_firmware" } ] + }, + "bulk-redirect": { + "basepath": "/", + "redirectsFile": "docs/redirects.json" } }, "root": "./docs/"