]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Cleanup learning newb links
authorDrashna Jaelre <drashna@live.com>
Wed, 10 Oct 2018 23:10:30 +0000 (16:10 -0700)
committerJack Humbert <jack.humb@gmail.com>
Thu, 11 Oct 2018 01:36:32 +0000 (21:36 -0400)
docs/_sidebar.md
docs/newbs.md
docs/newbs_learn_more_resources.md

index 973428c9e0d245807fe7dede6873506c27630293..32e3c7eca0782d678a59c047a61773f200efb0d2 100644 (file)
@@ -3,6 +3,7 @@
   * [Building Your First Firmware](newbs_building_firmware.md)
   * [Flashing Firmware](newbs_flashing.md)
   * [Testing and Debugging](newbs_testing_debugging.md)
+  * [Learning Resources](newbs_learn_more_resources.md)
 
 * [QMK Basics](README.md)
   * [QMK Introduction](getting_started_introduction.md)
index 87933b018cef8d1d31e45ca065b883834e7203c3..38a9607d4486999bd94cdad22946001248be00fb 100644 (file)
@@ -6,7 +6,7 @@ Not sure if your keyboard can run QMK? If it's a mechanical keyboard you built y
 
 ## Overview
 
-There are 4 main sections to this guide:
+There are 5 main sections to this guide:
 
 * [Getting Started](newbs_getting_started.md)
 * [Building Your First Firmware](newbs_building_firmware.md)
@@ -15,4 +15,3 @@ There are 4 main sections to this guide:
 * [Learn More with these Resources](newbs_learn_more_resources.md)
 
 This guide is focused on helping someone who has never compiled software before. It makes choices and recommendations based on that viewpoint. There are alternative methods for many of these procedures, and we support most of those alternatives. If you have any doubt about how to accomplish a task you can [ask us for guidance](getting_started_getting_help.md).
-
index 69d165c2bb7b67312bd20049acd2d9878aa9b949..23b99f470fe6579056288d7f7655bcc2e79f33a5 100644 (file)
@@ -2,12 +2,12 @@
 These resources are aimed at giving new members in the qmk community more understanding to the information provided in the newbs docs.
 
 Git resources:
-*
-*[Great General Tutorial](https://www.codecademy.com/learn/learn-git)
-*[Git Game To Learn From Examples](https://learngitbranching.js.org/)
-*[Git Resources to Learn More About Github](getting_started_github.md)
-*[Git Resources Aimed Specificly toward QMK](contributing.md)
+
+* [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
+* [Git Game To Learn From Examples](https://learngitbranching.js.org/)
+* [Git Resources to Learn More About Github](getting_started_github.md)
+* [Git Resources Aimed Specificly toward QMK](contributing.md)
 
 
 Command Line resources:
-*[Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)
\ No newline at end of file
+* [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)