aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/_sidebar.md1
-rw-r--r--docs/newbs.md3
-rw-r--r--docs/newbs_learn_more_resources.md12
3 files changed, 8 insertions, 8 deletions
diff --git a/docs/_sidebar.md b/docs/_sidebar.md
index 973428c9e..32e3c7eca 100644
--- a/docs/_sidebar.md
+++ b/docs/_sidebar.md
@@ -3,6 +3,7 @@
3 * [Building Your First Firmware](newbs_building_firmware.md) 3 * [Building Your First Firmware](newbs_building_firmware.md)
4 * [Flashing Firmware](newbs_flashing.md) 4 * [Flashing Firmware](newbs_flashing.md)
5 * [Testing and Debugging](newbs_testing_debugging.md) 5 * [Testing and Debugging](newbs_testing_debugging.md)
6 * [Learning Resources](newbs_learn_more_resources.md)
6 7
7* [QMK Basics](README.md) 8* [QMK Basics](README.md)
8 * [QMK Introduction](getting_started_introduction.md) 9 * [QMK Introduction](getting_started_introduction.md)
diff --git a/docs/newbs.md b/docs/newbs.md
index 87933b018..38a9607d4 100644
--- a/docs/newbs.md
+++ b/docs/newbs.md
@@ -6,7 +6,7 @@ Not sure if your keyboard can run QMK? If it's a mechanical keyboard you built y
6 6
7## Overview 7## Overview
8 8
9There are 4 main sections to this guide: 9There are 5 main sections to this guide:
10 10
11* [Getting Started](newbs_getting_started.md) 11* [Getting Started](newbs_getting_started.md)
12* [Building Your First Firmware](newbs_building_firmware.md) 12* [Building Your First Firmware](newbs_building_firmware.md)
@@ -15,4 +15,3 @@ There are 4 main sections to this guide:
15* [Learn More with these Resources](newbs_learn_more_resources.md) 15* [Learn More with these Resources](newbs_learn_more_resources.md)
16 16
17This 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). 17This 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).
18
diff --git a/docs/newbs_learn_more_resources.md b/docs/newbs_learn_more_resources.md
index 69d165c2b..23b99f470 100644
--- a/docs/newbs_learn_more_resources.md
+++ b/docs/newbs_learn_more_resources.md
@@ -2,12 +2,12 @@
2These resources are aimed at giving new members in the qmk community more understanding to the information provided in the newbs docs. 2These resources are aimed at giving new members in the qmk community more understanding to the information provided in the newbs docs.
3 3
4Git resources: 4Git resources:
5* 5
6*[Great General Tutorial](https://www.codecademy.com/learn/learn-git) 6* [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
7*[Git Game To Learn From Examples](https://learngitbranching.js.org/) 7* [Git Game To Learn From Examples](https://learngitbranching.js.org/)
8*[Git Resources to Learn More About Github](getting_started_github.md) 8* [Git Resources to Learn More About Github](getting_started_github.md)
9*[Git Resources Aimed Specificly toward QMK](contributing.md) 9* [Git Resources Aimed Specificly toward QMK](contributing.md)
10 10
11 11
12Command Line resources: 12Command Line resources:
13*[Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line) \ No newline at end of file 13* [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)