diff options
author | Jack Humbert <jack.humb@gmail.com> | 2019-06-04 02:26:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-04 02:26:44 -0400 |
commit | 661a9154ae8178c39f244c687f6e298c11561d08 (patch) | |
tree | 9ce576921d0448ac6d7550a2d82169f7ca8de9bd /docs/_summary.md | |
parent | 0dc0be7302757c9f9162958007f926b21c4428ef (diff) | |
parent | 36f427f40cc64fa2dcd6da4eae20d467e88c0bd9 (diff) |
Add missing links to features page and sidebar section (#5949)
* Add missing links to features page and sidebar section
* Fix links
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Additional link fixes
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Fix typo
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 043943f1d8..8a40ccd7f2 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -52,18 +52,21 @@ * [Backlight](feature_backlight.md) * [Bluetooth](feature_bluetooth.md) * [Bootmagic](feature_bootmagic.md) - * [Combos](feature_combo) + * [Combos](feature_combo.md) * [Command](feature_command.md) + * [Debounce API](feature_debounce_type.md) * [Dynamic Macros](feature_dynamic_macros.md) * [Encoders](feature_encoders.md) * [Grave Escape](feature_grave_esc.md) + * [Haptic Feedback](feature_haptic_feedback.md) + * [HD44780 LCD Controller](feature_hd44780.md) * [Key Lock](feature_key_lock.md) * [Layouts](feature_layouts.md) * [Leader Key](feature_leader_key.md) * [LED Matrix](feature_led_matrix.md) * [Macros](feature_macros.md) * [Mouse Keys](feature_mouse_keys.md) - * [OLED Driver](feature_oled_driver) + * [OLED Driver](feature_oled_driver.md) * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) * [Pointing Device](feature_pointing_device.md) * [PS/2 Mouse](feature_ps2_mouse.md) |