diff options
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,7 +8,8 @@ "hints", "page-toc", "terminal", - "toolbar" + "toolbar", + "bulk-redirect" ], "pluginsConfig": { "edit-link": { @@ -35,6 +36,10 @@ "url": "https://github.com/qmk/qmk_firmware" } ] + }, + "bulk-redirect": { + "basepath": "/", + "redirectsFile": "docs/redirects.json" } }, "root": "./docs/" |