X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=book.json;h=79206bf35a4af2a888f0e40bf0a4e56f002c7f93;hb=6af77551c67c846b06c596cbd367d66c755f8051;hp=f994114348f583f89910610d0e1bd65f301f63c6;hpb=d6d14b67940c8de09a13fee4fe7ff30623d4653e;p=qmk_firmware.git diff --git a/book.json b/book.json index f99411434..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": { @@ -22,6 +20,14 @@ "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": [ { @@ -30,6 +36,10 @@ "url": "https://github.com/qmk/qmk_firmware" } ] + }, + "bulk-redirect": { + "basepath": "/", + "redirectsFile": "docs/redirects.json" } }, "root": "./docs/"