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