diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2018-03-06 14:37:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 14:37:48 -0800 |
commit | 08e48eb6f534c7eeb692e8e63b81f41110dcb5e3 (patch) | |
tree | 185ec53e454639431fdaa0d998407361986940db /docs/_summary.md | |
parent | 12c8ee956dc0230b571bc51f785ae417073d5c67 (diff) | |
download | qmk_firmware-08e48eb6f534c7eeb692e8e63b81f41110dcb5e3.tar.gz |
Add a newbie guide for people completely new to QMK (#2480)
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 47dcbb1e2..4b007059f 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -3,9 +3,16 @@ * [Install Build Tools](getting_started_build_tools.md) * Alternative: [Vagrant Guide](getting_started_vagrant.md) * [Build/Compile Instructions](getting_started_make_guide.md) - * [Flashing Instructions](flashing.md) + * [Flashing Firmware](flashing.md) * [Contributing to QMK](contributing.md) * [How to Use Github](getting_started_github.md) + * [Getting Help](getting_started_getting_help.md) + +* [Complete Newbs Guide](newbs.md) + * [Getting Started](newbs_getting_started.md) + * [Building Your First Firmware](newbs_building_firmware.md) + * [Flashing Firmware](newbs_flashing.md) + * [Testing and Debugging](newbs_testing_debugging.md) * [FAQ](faq.md) * [General FAQ](faq_general.md) |