summary refs log tree commit diff
path: root/book.json
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-08-19 08:31:42 -0400
committerJack Humbert <jack.humb@gmail.com>2017-08-19 08:31:54 -0400
commitd8145c846491c09fe7999871932cb4aa9725d1dd (patch)
treedc0e84b3f3b1b381aea1511171f7cfa2401c3ca2 /book.json
parent81d7e7d4c8b99e032ce9423da56dba46f8bce18f (diff)
adds redirects for docs
Diffstat (limited to 'book.json')
-rw-r--r--book.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/book.json b/book.json
index 09e1bfd94e..79206bf35a 100644
--- a/book.json
+++ b/book.json
@@ -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/"