X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hb=91683d56fa5c9cf9893219b3dac269e20a2c7251;hp=887d2a6431a3454774c998f5e620194e93c4ff9d;hpb=0787d70e55a668244445d9328f3cda2303cc6877;p=qmk_firmware.git diff --git a/book.json b/book.json index 887d2a643..79206bf35 100644 --- a/book.json +++ b/book.json @@ -3,15 +3,13 @@ "summary": "_summary.md" }, "plugins" : [ - "anchors", "edit-link", "forkmegithub", - "git-author", "hints", - "numbered-headings", "page-toc", "terminal", - "toolbar" + "toolbar", + "bulk-redirect" ], "pluginsConfig": { "edit-link": { @@ -25,6 +23,11 @@ "page-toc": { "selector": ".markdown-section h1, .markdown-section h2" }, + "terminal": { + "copyButtons": true, + "fade": false, + "style": "flat" + }, "toolbar": { "buttons": [ { @@ -33,6 +36,10 @@ "url": "https://github.com/qmk/qmk_firmware" } ] + }, + "bulk-redirect": { + "basepath": "/", + "redirectsFile": "docs/redirects.json" } }, "root": "./docs/"