summaryrefslogtreecommitdiffstats
path: root/docs/redirects.json
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2017-10-25 05:34:28 +0200
committerGitHub <noreply@github.com>2017-10-25 05:34:28 +0200
commit67cc5cebc0430d15169e2c649ea25112a31bfa31 (patch)
treef90f432a40b1d03ec7b9e68666c2444f2b2d0e79 /docs/redirects.json
parent8892c50336fe49fbd3524ed44f2139074dca5ba6 (diff)
downloadqmk_firmware-67cc5cebc0430d15169e2c649ea25112a31bfa31.tar.gz
qmk_firmware-67cc5cebc0430d15169e2c649ea25112a31bfa31.tar.xz
Restructure the hardware and feature docs to make things easier to find (#1888)
* fix #1313 by documenting more config.h options * Clean up and organize documentation
Diffstat (limited to 'docs/redirects.json')
-rw-r--r--docs/redirects.json34
1 files changed, 33 insertions, 1 deletions
diff --git a/docs/redirects.json b/docs/redirects.json
index 11f217a7c..b84808364 100644
--- a/docs/redirects.json
+++ b/docs/redirects.json
@@ -1,12 +1,44 @@
{
"redirects": [
{
+ "from": "adding_a_keyboard_to_qmk.html",
+ "to": "hardware_keyboard_guidelines.html"
+ },
+ {
"from": "build_environment_setup.html",
"to": "getting_started_build_tools.html"
},
{
+ "from": "dynamic_macros.html",
+ "to": "feature_dynamic_macros.html"
+ },
+ {
+ "from": "feature_common_shortcuts.html",
+ "to": "feature_advanced_keycodes.html"
+ },
+ {
+ "from": "key_lock.html",
+ "to": "feature_key_lock.html"
+ },
+ {
"from": "make_instructions.html",
"to": "getting_started_make_guide.html"
+ },
+ {
+ "from": "porting_your_keyboard_to_qmk.html",
+ "to": "hardware_avr.html"
+ },
+ {
+ "from": "space_cadet_shift.html",
+ "to": "feature_space_cadet.html"
+ },
+ {
+ "from": "tap_dance.html",
+ "to": "feature_tap_dance.html"
+ },
+ {
+ "from": "unicode.html",
+ "to": "feature_unicode.html"
}
]
-} \ No newline at end of file
+}