X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hb=bc98b0d9eb5eb1a4df140ab6e2158904e5e100e5;hp=edbae4c66fb40df39ee637af8de9f05ac02f02a8;hpb=7da94ac51bf77d74b42ab63c06358ff59072289b;p=qmk_firmware.git diff --git a/book.json b/book.json index edbae4c66..79206bf35 100644 --- a/book.json +++ b/book.json @@ -3,15 +3,13 @@ "summary": "_summary.md" }, "plugins" : [ - "anchors", "edit-link", - "etoc", "forkmegithub", - "git-author", "hints", - "numbered-headings", + "page-toc", "terminal", - "toolbar" + "toolbar", + "bulk-redirect" ], "pluginsConfig": { "edit-link": { @@ -22,9 +20,13 @@ "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": [ @@ -34,6 +36,10 @@ "url": "https://github.com/qmk/qmk_firmware" } ] + }, + "bulk-redirect": { + "basepath": "/", + "redirectsFile": "docs/redirects.json" } }, "root": "./docs/"