diff options
author | skullY <skullydazed@gmail.com> | 2017-08-05 20:54:34 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-16 15:47:20 -0400 |
commit | e6c638bed1fa0a48bb6f8697b2a61717c4fd0992 (patch) | |
tree | d82e001a7fe61eeb6311efc69ec95e03aa69bdfa /docs/_summary.md | |
parent | 89bcdde92779d5f9a4ca5a3947d5720baf09b75c (diff) |
Overhaul the Getting Started section and add a FAQ section
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 0f65de0dde..72deb9ba56 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -1,11 +1,15 @@ * [Getting started](README.md) - * [QMK Overview](qmk_overview.md) - * [Build Environment Setup](build_environment_setup.md) - * [Vagrant Guide](vagrant_guide.md) - * [Make instructions](make_instructions.md) - * [FAQ: Creating a Keymap](faq_keymap.md) - * [FAQ: Compiling QMK](faq_build.md) - * [How to Github](how_to_github.md) + * [QMK Introduction](getting_started_introduction.md) + * [Install Build Tools](getting_started_build_tools.md) + * Alternative: [Vagrant Guide](getting_started_vagrant_guide.md) + * [Build/Compile instructions](getting_started_make_guide.md) + * [How to Use Github](getting_started_github.md) + +* [FAQ](faq.md) + * [General FAQ](faq_general.md) + * [Build/Compile QMK](faq_build.md) + * [Debugging/Troubleshooting QMK](faq_debug.md) + * [Keymap](faq_keymap.md) * [Features](features.md) * [Layer switching](key_functions.md) @@ -43,5 +47,4 @@ * [Understanding QMK](understanding_qmk.md) * Other Topics - * [General FAQ](faq.md) * [Using Eclipse with QMK](eclipse.md) |