summaryrefslogtreecommitdiffstats
path: root/docs/_summary.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-29 16:35:09 +0200
committerJack Humbert <jack.humb@gmail.com>2017-06-29 16:35:09 +0200
commitd59734d3b7f29b95645e96e8560b210f0991d744 (patch)
treebb123124a88b36ec34ba8aa43810f56b4a53fff3 /docs/_summary.md
parent910d32c07e5d130bbe59abe11be5459b2381f011 (diff)
downloadqmk_firmware-d59734d3b7f29b95645e96e8560b210f0991d744.tar.gz
qmk_firmware-d59734d3b7f29b95645e96e8560b210f0991d744.tar.xz
restructure summary
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md63
1 files changed, 32 insertions, 31 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index 268ab9954..f2acad3a7 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -1,35 +1,36 @@
+* Getting started
+ * [Introduction](home.md)
+ * [QMK Overview](qmk_overview.md)
+ * [Build Environment Setup](build_environment_setup.md)
+ * [Make instructions](make_instructions.md)
+ * [FAQ: Creating a Keymap](faq_keymap.md)
+ * [FAQ: Compiling QMK](faq_build.md)
-### Getting started
-* [Introduction](home.md)
-* [QMK Overview](qmk_overview.md)
-* [Build Environment Setup](build_environment_setup.md)
-* [Make instructions](make_instructions.md)
+* Features
+ * [Layer switching](key_functions.md)
+ * [Leader Key](leader_key.md)
+ * [Macros](macros.md)
+ * [Dynamic Macros](dynamic_macros.md)
+ * [Space Cadet](space_cadet_shift.md)
+ * [Tap Dance](tap_dance.md)
+ * [Mouse keys](mouse_keys.md)
-### Making a keymap
-* [Keymap overview](keymap.md)
-* [Custom Quantum Functions](custom_quantum_functions.md)
-* [Keycodes](keycodes.md)
- * [Basic Keycodes](basic_keycodes.md)
- * [Quantum Keycodes](quantum_keycodes.md)
-* [Layer switching](key_functions.md)
-* [Leader Key](leader_key.md)
-* [Macros](macros.md)
-* [Dynamic Macros](dynamic_macros.md)
-* [Space Cadet](space_cadet_shift.md)
-* [Tap Dance](tap_dance.md)
-* [Mouse keys](mouse_keys.md)
-* [FAQ: Creating a Keymap](faq_keymap.md)
-* [FAQ: Compiling QMK](faq_build.md)
-* [The Config File](config_options.md)
+* Reference
+ * [Keymap overview](keymap.md)
+ * [Keycodes](keycodes.md)
+ * [Basic Keycodes](basic_keycodes.md)
+ * [Quantum Keycodes](quantum_keycodes.md)
+ * [The Config File](config_options.md)
+ * [Custom Quantum Functions](custom_quantum_functions.md)
-### For hardware 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)
-* [ISP flashing guide](isp_flashing_guide.md)
+* 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)
+ * [ISP flashing guide](isp_flashing_guide.md)
-### Other topics
-* [General FAQ](faq.md)
-* [Differences from TMK](differences_from_tmk.md)
-* [Using Eclipse with QMK](eclipse.md)
+* Other topics
+ * [General FAQ](faq.md)
+ * [Differences from TMK](differences_from_tmk.md)
+ * [Using Eclipse with QMK](eclipse.md)