summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--book.json7
-rw-r--r--docs/redirects.json12
2 files changed, 18 insertions, 1 deletions
diff --git a/book.json b/book.json
index 09e1bfd94..79206bf35 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/"
diff --git a/docs/redirects.json b/docs/redirects.json
new file mode 100644
index 000000000..e4b1259e7
--- /dev/null
+++ b/docs/redirects.json
@@ -0,0 +1,12 @@
+{
+ "redirects": [
+ {
+ "from": "build_environment_setup.html",
+ "to": "getting_started_build_tools.html"
+ },
+ {
+ "from": "make_instructions.html",
+ "to": "getting_started_make_guide.html"
+ },
+ ]
+} \ No newline at end of file