summaryrefslogtreecommitdiffstats
path: root/docs/_summary.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-08-06 05:54:34 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-16 21:47:20 +0200
commite6c638bed1fa0a48bb6f8697b2a61717c4fd0992 (patch)
treed82e001a7fe61eeb6311efc69ec95e03aa69bdfa /docs/_summary.md
parent89bcdde92779d5f9a4ca5a3947d5720baf09b75c (diff)
downloadqmk_firmware-e6c638bed1fa0a48bb6f8697b2a61717c4fd0992.tar.gz
qmk_firmware-e6c638bed1fa0a48bb6f8697b2a61717c4fd0992.tar.xz
Overhaul the Getting Started section and add a FAQ section
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index 0f65de0dd..72deb9ba5 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)