From 961477c791195ebf2d4c1f533807cb46c194d939 Mon Sep 17 00:00:00 2001 From: skullY Date: Sun, 1 Mar 2020 08:57:26 -0800 Subject: [PATCH] make sure all our redirects are in order --- docs/README.md | 2 +- docs/_summary.md | 2 +- docs/feature_advanced_keycodes.md | 16 ++++++++++ docs/getting_started_getting_help.md | 17 ---------- docs/hand_wire.md | 6 ++++ docs/index.html | 19 ++++++++++- docs/support.md | 48 +++++++--------------------- 7 files changed, 53 insertions(+), 57 deletions(-) delete mode 100644 docs/getting_started_getting_help.md diff --git a/docs/README.md b/docs/README.md index 30ce9ae2d..4fd872688 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,7 +28,7 @@ QMK has lots of [features](features.md) to explore, and a good deal of reference ## Need help? -Check out the [support page](getting_started_getting_help.md) to see how you can get help using QMK. +Check out the [support page](support.md) to see how you can get help using QMK. ## Give Back diff --git a/docs/_summary.md b/docs/_summary.md index 0aadb1548..6c2ec6ec9 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -4,7 +4,7 @@ * [Building Your First Firmware](newbs_building_firmware.md) * [Flashing Firmware](newbs_flashing.md) * [Testing and Debugging](newbs_testing_debugging.md) - * [Getting Help](getting_started_getting_help.md) + * [Getting Help/Support](support.md) * [Other Resources](newbs_learn_more_resources.md) * FAQs diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md index 92713a0eb..4f970c6b3 100644 --- a/docs/feature_advanced_keycodes.md +++ b/docs/feature_advanced_keycodes.md @@ -62,3 +62,19 @@ These allow you to combine a modifier with a keycode. When pressed, the keydown |`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`| You can also chain them, for example `LCTL(LALT(KC_DEL))` makes a key that sends Control+Alt+Delete with a single keypress. + +# Legacy Content + +This page used to encompass a large set of features. We have moved many sections that used to be part of this page to their own pages. Everything below this point is simply a redirect so that people following old links on the web find what they're looking for. + +## Mod-Tap :id=mod-tap + +* [Mod-Tap](mod_tap.md) + +## One Shot Keys :id=one-shot-keys + +* [One Shot Keys](one_shot_keys.md) + +## Tap-Hold Configuration Options :id=tap-hold-configuration-options + +* [Tap-Hold Configuration Options](tap_hold.md) diff --git a/docs/getting_started_getting_help.md b/docs/getting_started_getting_help.md deleted file mode 100644 index 79c1dbc1b..000000000 --- a/docs/getting_started_getting_help.md +++ /dev/null @@ -1,17 +0,0 @@ -# Getting Help - -There are a lot of resources for getting help with QMK. - -Please read our [Code of Conduct](https://qmk.fm/coc/) before participating in any of our community spaces. - -## Realtime Chat - -If you need help with something, the best place to get quick support is going to be on our [Discord Server](https://discord.gg/Uq7gcHh). There is usually somebody online, and there are a bunch of very helpful people there. - -## OLKB Subreddit - -The official QMK forum is [/r/olkb](https://reddit.com/r/olkb) on [reddit.com](https://reddit.com). - -## Github Issues - -You can open an [issue on GitHub](https://github.com/qmk/qmk_firmware/issues). This is especially handy when your issue will require long-term discussion or debugging. diff --git a/docs/hand_wire.md b/docs/hand_wire.md index 75fd546fe..0c5b4f45f 100644 --- a/docs/hand_wire.md +++ b/docs/hand_wire.md @@ -235,4 +235,10 @@ There are a lot of possibilities inside the firmware - explore [docs.qmk.fm](htt - [Masterzen's "Handwired keyboard build log"](http://www.masterzen.fr/2018/12/16/handwired-keyboard-build-log-part-1/) +# Legacy Content +This page used to include more content. We have moved a section that used to be part of this page its own page. Everything below this point is simply a redirect so that people following old links on the web find what they're looking for. + +## Preamble: How a Keyboard Matrix Works (and why we need diodes) :id=preamble-how-a-keyboard-matrix-works-and-why-we-need-diodes + +* [How a Keyboard Matrix Works](how_a_matrix_works.md) diff --git a/docs/index.html b/docs/index.html index 3ab8f7846..4351ce1dd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,10 +23,26 @@