diff options
author | José Ignacio Amelivia Santiago <ohcan2@gmail.com> | 2019-10-31 20:36:33 +0100 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-31 12:36:33 -0700 |
commit | bc7f1dd296d2bb4e0716b68883ee8f17c8a5f458 (patch) | |
tree | 00e653f160726bc3e2eab839ea87d512ae7bf91a /docs/es/newbs_learn_more_resources.md | |
parent | 1acafc94f40154db009d5ed55bca204c2399c0a8 (diff) |
[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.md | 15 |
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 0000000000..413b9ffa5e --- /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) |