aboutsummaryrefslogtreecommitdiffstats
path: root/docs/es/newbs_learn_more_resources.md
diff options
context:
space:
mode:
authorJosé Ignacio Amelivia Santiago <ohcan2@gmail.com>2019-10-31 20:36:33 +0100
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-10-31 12:36:33 -0700
commitbc7f1dd296d2bb4e0716b68883ee8f17c8a5f458 (patch)
tree00e653f160726bc3e2eab839ea87d512ae7bf91a /docs/es/newbs_learn_more_resources.md
parent1acafc94f40154db009d5ed55bca204c2399c0a8 (diff)
downloadfirmware-bc7f1dd296d2bb4e0716b68883ee8f17c8a5f458.tar.gz
firmware-bc7f1dd296d2bb4e0716b68883ee8f17c8a5f458.tar.bz2
firmware-bc7f1dd296d2bb4e0716b68883ee8f17c8a5f458.zip
[Docs] Spanish translation (#7068)
* add all translation docs to translating.md * Adding Spanish folder and README.md * Adding Spanish to the langs file * Adding a Spanish summary file * Small corrections on the Spanish README file * Adding Spanish newbs.md * Translate some newbs documentation * Adding the translated newbs getting started file * Adding the building firmware file * Adding a translated building firmware with configurator file * Adding the flashing guide * Adding the newbs_testing_debugging file * Apply suggestions from code review * QMK Configurator -> Configurador QMK Co-Authored-By: Karey Higuera <karey.higuera@gmail.com>
Diffstat (limited to 'docs/es/newbs_learn_more_resources.md')
-rw-r--r--docs/es/newbs_learn_more_resources.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/es/newbs_learn_more_resources.md b/docs/es/newbs_learn_more_resources.md
new file mode 100644
index 000000000..413b9ffa5
--- /dev/null
+++ b/docs/es/newbs_learn_more_resources.md
@@ -0,0 +1,15 @@
+# Recursos de aprendizaje
+
+Estos recursos procuran dar miembros nuevos en la communidad QMK un mayor entendimiento de la información proporcionada en la documentación para novatos.
+
+Recursos de Git:
+
+* [Excelente tutorial general](https://www.codecademy.com/learn/learn-git)
+* [Juego de Git para aprender usando ejemplos](https://learngitbranching.js.org/)
+* [Recursos de Git para aprender más sobre Github](getting_started_github.md)
+* [Recursos de Git dirigidos específicamente a QMK](contributing.md)
+
+
+Recursos para línea de mandatos:
+
+* [Excelente tutorial general sobre la línea de mandatos](https://www.codecademy.com/learn/learn-the-command-line)