summaryrefslogtreecommitdiffstats
path: root/docs/_summary.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-07-03 21:39:15 +0200
committerskullY <skullydazed@gmail.com>2017-07-03 21:39:15 +0200
commit9cadba7b895a81f329a4c2eee253e57c11715b80 (patch)
tree7b8e119eb311226c44ce31db03fadd32eb93c9d7 /docs/_summary.md
parentf1c581fdd4678d52bde8a5ed65d4a9c762f05f42 (diff)
downloadqmk_firmware-9cadba7b895a81f329a4c2eee253e57c11715b80.tar.gz
qmk_firmware-9cadba7b895a81f329a4c2eee253e57c11715b80.tar.xz
Add missing files to _summary.md
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index 5b6ec7001..8a649a337 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -15,6 +15,7 @@
* [Space Cadet](space_cadet_shift.md)
* [Tap Dance](tap_dance.md)
* [Mouse keys](mouse_keys.md)
+ * [Unicode](unicode.md)
* Reference
* [Glossary](glossary.md)
@@ -22,21 +23,23 @@
* [Keycodes](keycodes.md)
* [Basic Keycodes](basic_keycodes.md)
* [Quantum Keycodes](quantum_keycodes.md)
- * [The Config File](config_options.md)
+ * [The `config.h` File](config_options.md)
* [Customizing Functionality](custom_quantum_functions.md)
* [Documentation Best Practices](documentation_best_practices.md)
+ * [Unit Testing](unit_testing.md)
-* For makers and modders
+* For Makers and Modders
* [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md)
- * [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md)
- * [Modding your keyboard](modding_your_keyboard.md)
* [Adding features to QMK](adding_features_to_qmk.md)
+ * [Hand Wiring Guide](hand_wiring.md)
* [ISP flashing guide](isp_flashing_guide.md)
+ * [Modding your keyboard](modding_your_keyboard.md)
+ * [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md)
-* For Deeper Understanding
+* For a Deeper Understanding
* [How Keyboards Work](basic_how_keyboards_work.md)
* [Understanding QMK](understanding_qmk.md)
-* Other topics
+* Other Topics
* [General FAQ](faq.md)
* [Using Eclipse with QMK](eclipse.md)