diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-10-18 15:12:11 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-18 15:12:11 -0700 |
commit | 480651cf9df5c0b7453f60dffe13ae5de665a120 (patch) | |
tree | 87954dae9cb04640290e5ddec5be46555a05dcb5 /docs/_summary.md | |
parent | 53a43dbe995640632be834f406007a72f8fa4d3e (diff) | |
download | qmk_firmware-480651cf9df5c0b7453f60dffe13ae5de665a120.tar.gz |
Docs: Adding QMK Git Conventions doc; formatting cleanup on Learning Resources doc (#3902)
* Docs: newbs_learn_more_resources.md: formatting
* Added QMK Git Conventions doc, initial version
* Renamed contributing_qmk.md to newbs_best_practices.md
* Updated per review by @drashna
* Added navigation links
* Updated to Best Practices doc
* Minor updates to Learn More Resources doc
Markdown formatting consistency because I'm particular about it.
* Added Merge Conflict section to Best Practices doc
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 11aeb7cd3..465f4657c 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -3,6 +3,8 @@ * [Building Your First Firmware](newbs_building_firmware.md) * [Flashing Firmware](newbs_flashing.md) * [Testing and Debugging](newbs_testing_debugging.md) + * [Best Practices](newbs_best_practices.md) + * [Learning Resources](newbs_learn_more_resources.md) * [QMK Basics](README.md) * [QMK Introduction](getting_started_introduction.md) |