aboutsummaryrefslogtreecommitdiffstats
path: root/docs/es
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-11-26 18:22:13 +1100
committerGitHub <noreply@github.com>2019-11-26 18:22:13 +1100
commit170261328e3b83409dfb3a6b2bd07980d0c75495 (patch)
tree103bdbd1933d4c9c0c334eb6ee1617271349e2fc /docs/es
parent5a6737a778cfa828e4fdb5d382a84a41e5210d8e (diff)
downloadfirmware-170261328e3b83409dfb3a6b2bd07980d0c75495.tar.gz
firmware-170261328e3b83409dfb3a6b2bd07980d0c75495.tar.bz2
firmware-170261328e3b83409dfb3a6b2bd07980d0c75495.zip
Add language prefixes to docs sidebar entries and readmes (#7406)
* Add language prefixes to docs sidebar entries and readmes * Remove prefix where it doesn't belong
Diffstat (limited to 'docs/es')
-rw-r--r--docs/es/README.md4
-rw-r--r--docs/es/_summary.md208
2 files changed, 106 insertions, 106 deletions
diff --git a/docs/es/README.md b/docs/es/README.md
index 73e7a7097..d39b27800 100644
--- a/docs/es/README.md
+++ b/docs/es/README.md
@@ -19,7 +19,7 @@ De cualquier manera, también puedes descargarlo directamente en formatos ([zip]
## Cómo compilar
-Antes de poder compilar, necesitarás [instalar un entorno](getting_started_build_tools.md) para el desarrollo de AVR y/o ARM. Una vez hayas completado este paso, usarás el comando `make` para compilar un teclado y keymap con la siguiente notación:
+Antes de poder compilar, necesitarás [instalar un entorno](es/getting_started_build_tools.md) para el desarrollo de AVR y/o ARM. Una vez hayas completado este paso, usarás el comando `make` para compilar un teclado y keymap con la siguiente notación:
make planck/rev4:default
@@ -29,4 +29,4 @@ Este ejemplo compilaría la revisión `rev4` del teclado `planck` con el keymap
## Cómo personalizar
-QMK tiene montones de [características](features.md) para explorar, y una buena cantidad de [documentación de referencia](http://docs.qmk.fm) en la que sumergirse. Se pueden sacar provecho de la mayoría de las características modificando tu [keymap](keymap.md), y cambiando los [keycodes](keycodes.md).
+QMK tiene montones de [características](es/features.md) para explorar, y una buena cantidad de [documentación de referencia](http://docs.qmk.fm) en la que sumergirse. Se pueden sacar provecho de la mayoría de las características modificando tu [keymap](es/keymap.md), y cambiando los [keycodes](es/keycodes.md).
diff --git a/docs/es/_summary.md b/docs/es/_summary.md
index 684d7ab6c..03bf05ba8 100644
--- a/docs/es/_summary.md
+++ b/docs/es/_summary.md
@@ -1,121 +1,121 @@
-* [Guía completa para novatos](newbs.md)
- * [Empezando](newbs_getting_started.md)
- * [Construyendo tu primer firmare](newbs_building_firmware.md)
- * [Flasheando el firmware](newbs_flashing.md)
- * [Testeando y depurando ](newbs_testing_debugging.md)
- * [Mejores práticas](newbs_best_practices.md)
- * [Recursos de aprendizaje](newbs_learn_more_resources.md)
+* [Guía completa para novatos](es/newbs.md)
+ * [Empezando](es/newbs_getting_started.md)
+ * [Construyendo tu primer firmare](es/newbs_building_firmware.md)
+ * [Flasheando el firmware](es/newbs_flashing.md)
+ * [Testeando y depurando ](es/newbs_testing_debugging.md)
+ * [Mejores práticas](es/newbs_best_practices.md)
+ * [Recursos de aprendizaje](es/newbs_learn_more_resources.md)
-* [QMK Basics](README.md)
- * [Introducción a QMK](getting_started_introduction.md)
- * [QMK CLI](cli.md)
- * [Configuración de QMK CLI](cli_configuration.md)
- * [Contribuyendo a QMK](contributing.md)
- * [Cómo usar Github](getting_started_github.md)
- * [Obtener ayuda](getting_started_getting_help.md)
+* [QMK Basics](es/README.md)
+ * [Introducción a QMK](es/getting_started_introduction.md)
+ * [QMK CLI](es/cli.md)
+ * [Configuración de QMK CLI](es/cli_configuration.md)
+ * [Contribuyendo a QMK](es/contributing.md)
+ * [Cómo usar Github](es/getting_started_github.md)
+ * [Obtener ayuda](es/getting_started_getting_help.md)
-* [Cambios incompatibles](breaking_changes.md)
- * [30 Ago 2019](ChangeLog/20190830.md)
+* [Cambios incompatibles](es/breaking_changes.md)
+ * [30 Ago 2019](es/ChangeLog/20190830.md)
-* [Preguntas frecuentes](faq.md)
- * [General](faq_general.md)
- * [Construir/Compilar QMK](faq_build.md)
- * [Depurando/Encontrando problemas en QMK](faq_debug.md)
- * [Keymap](faq_keymap.md)
- * [Instalación de drivers con Zadig](driver_installation_zadig.md)
+* [Preguntas frecuentes](es/faq.md)
+ * [General](es/faq_general.md)
+ * [Construir/Compilar QMK](es/faq_build.md)
+ * [Depurando/Encontrando problemas en QMK](es/faq_debug.md)
+ * [Keymap](es/faq_keymap.md)
+ * [Instalación de drivers con Zadig](es/driver_installation_zadig.md)
* Guías detalladas
- * [Instalar herramientas construcción](getting_started_build_tools.md)
- * [Guía Vagrant](getting_started_vagrant.md)
- * [Instrucciones de Construcción/Compilado](getting_started_make_guide.md)
- * [Flasheando Firmware](flashing.md)
- * [Personalizando funcionalidad](custom_quantum_functions.md)
- * [Visión general del Keymap](keymap.md)
+ * [Instalar herramientas construcción](es/getting_started_build_tools.md)
+ * [Guía Vagrant](es/getting_started_vagrant.md)
+ * [Instrucciones de Construcción/Compilado](es/getting_started_make_guide.md)
+ * [Flasheando Firmware](es/flashing.md)
+ * [Personalizando funcionalidad](es/custom_quantum_functions.md)
+ * [Visión general del Keymap](es/keymap.md)
-* [Hardware](hardware.md)
- * [Procesadores AVR](hardware_avr.md)
- * [Drivers](hardware_drivers.md)
+* [Hardware](es/hardware.md)
+ * [Procesadores AVR](es/hardware_avr.md)
+ * [Drivers](es/hardware_drivers.md)
* Referencia
- * [Pautas de teclados](hardware_keyboard_guidelines.md)
- * [Opciones de configuración](config_options.md)
- * [Keycodes](keycodes.md)
- * [Convenciones de código - C](coding_conventions_c.md)
- * [Convenciones de código - Python](coding_conventions_python.md)
- * [Mejores prácticas de documentación](documentation_best_practices.md)
- * [Plantillas de documentación](documentation_templates.md)
- * [Glosario](reference_glossary.md)
- * [Tests unitarios](unit_testing.md)
- * [Funciones útiles](ref_functions.md)
- * [Sporte configurador](reference_configurator_support.md)
- * [Formato info.json](reference_info_json.md)
- * [Desarrollo Python CLI](cli_development.md)
+ * [Pautas de teclados](es/hardware_keyboard_guidelines.md)
+ * [Opciones de configuración](es/config_options.md)
+ * [Keycodes](es/keycodes.md)
+ * [Convenciones de código - C](es/coding_conventions_c.md)
+ * [Convenciones de código - Python](es/coding_conventions_python.md)
+ * [Mejores prácticas de documentación](es/documentation_best_practices.md)
+ * [Plantillas de documentación](es/documentation_templates.md)
+ * [Glosario](es/reference_glossary.md)
+ * [Tests unitarios](es/unit_testing.md)
+ * [Funciones útiles](es/ref_functions.md)
+ * [Sporte configurador](es/reference_configurator_support.md)
+ * [Formato info.json](es/reference_info_json.md)
+ * [Desarrollo Python CLI](es/cli_development.md)
-* [Características](features.md)
- * [Keycodes Básicos](keycodes_basic.md)
- * [Teclas US ANSI Shifted](keycodes_us_ansi_shifted.md)
- * [Keycodes Quantum](quantum_keycodes.md)
- * [Keycodes Avanzados](feature_advanced_keycodes.md)
- * [Audio](feature_audio.md)
- * [Auto Shift](feature_auto_shift.md)
- * [Retroiluminación](feature_backlight.md)
- * [Bluetooth](feature_bluetooth.md)
- * [Bootmagic](feature_bootmagic.md)
- * [Combos](feature_combo.md)
- * [Comando](feature_command.md)
- * [API Debounce](feature_debounce_type.md)
- * [Switch DIP](feature_dip_switch.md)
- * [Macros Dinámicas](feature_dynamic_macros.md)
- * [Encoders](feature_encoders.md)
- * [Grave Escape](feature_grave_esc.md)
- * [Feedback Háptico](feature_haptic_feedback.md)
- * [Controlador LCD HD44780](feature_hd44780.md)
- * [Key Lock](feature_key_lock.md)
- * [Layouts](feature_layouts.md)
- * [Tecla Leader](feature_leader_key.md)
- * [Matriz LED](feature_led_matrix.md)
- * [Macros](feature_macros.md)
- * [Teclas del ratón](feature_mouse_keys.md)
- * [Driver OLED](feature_oled_driver.md)
- * [Teclas One Shot](feature_advanced_keycodes.md#one-shot-keys)
- * [Dispositivo de apuntado](feature_pointing_device.md)
- * [Ratón PS/2](feature_ps2_mouse.md)
- * [Iluminación RGB](feature_rgblight.md)
- * [Matriz RGB](feature_rgb_matrix.md)
- * [Cadete espacial](feature_space_cadet.md)
- * [Teclado dividido](feature_split_keyboard.md)
- * [Stenografía](feature_stenography.md)
- * [Swap Hands](feature_swap_hands.md)
- * [Tap Dance](feature_tap_dance.md)
- * [Terminal](feature_terminal.md)
- * [Impresora Térmica](feature_thermal_printer.md)
- * [Unicode](feature_unicode.md)
- * [Userspace](feature_userspace.md)
- * [Velocikey](feature_velocikey.md)
+* [Características](es/features.md)
+ * [Keycodes Básicos](es/keycodes_basic.md)
+ * [Teclas US ANSI Shifted](es/keycodes_us_ansi_shifted.md)
+ * [Keycodes Quantum](es/quantum_keycodes.md)
+ * [Keycodes Avanzados](es/feature_advanced_keycodes.md)
+ * [Audio](es/feature_audio.md)
+ * [Auto Shift](es/feature_auto_shift.md)
+ * [Retroiluminación](es/feature_backlight.md)
+ * [Bluetooth](es/feature_bluetooth.md)
+ * [Bootmagic](es/feature_bootmagic.md)
+ * [Combos](es/feature_combo.md)
+ * [Comando](es/feature_command.md)
+ * [API Debounce](es/feature_debounce_type.md)
+ * [Switch DIP](es/feature_dip_switch.md)
+ * [Macros Dinámicas](es/feature_dynamic_macros.md)
+ * [Encoders](es/feature_encoders.md)
+ * [Grave Escape](es/feature_grave_esc.md)
+ * [Feedback Háptico](es/feature_haptic_feedback.md)
+ * [Controlador LCD HD44780](es/feature_hd44780.md)
+ * [Key Lock](es/feature_key_lock.md)
+ * [Layouts](es/feature_layouts.md)
+ * [Tecla Leader](es/feature_leader_key.md)
+ * [Matriz LED](es/feature_led_matrix.md)
+ * [Macros](es/feature_macros.md)
+ * [Teclas del ratón](es/feature_mouse_keys.md)
+ * [Driver OLED](es/feature_oled_driver.md)
+ * [Teclas One Shot](es/feature_advanced_keycodes.md#one-shot-keys)
+ * [Dispositivo de apuntado](es/feature_pointing_device.md)
+ * [Ratón PS/2](es/feature_ps2_mouse.md)
+ * [Iluminación RGB](es/feature_rgblight.md)
+ * [Matriz RGB](es/feature_rgb_matrix.md)
+ * [Cadete espacial](es/feature_space_cadet.md)
+ * [Teclado dividido](es/feature_split_keyboard.md)
+ * [Stenografía](es/feature_stenography.md)
+ * [Swap Hands](es/feature_swap_hands.md)
+ * [Tap Dance](es/feature_tap_dance.md)
+ * [Terminal](es/feature_terminal.md)
+ * [Impresora Térmica](es/feature_thermal_printer.md)
+ * [Unicode](es/feature_unicode.md)
+ * [Userspace](es/feature_userspace.md)
+ * [Velocikey](es/feature_velocikey.md)
* Para Makers y Modders
- * [Guía de cableado a mano](hand_wire.md)
- * [Guía de flasheado de ISP](isp_flashing_guide.md)
- * [Guía de depuración de ARM](arm_debugging.md)
- * [Driver I2C](i2c_driver.md)
- * [Controles GPIO](internals_gpio_control.md)
- * [Conversión Proton C](proton_c_conversion.md)
+ * [Guía de cableado a mano](es/hand_wire.md)
+ * [Guía de flasheado de ISP](es/isp_flashing_guide.md)
+ * [Guía de depuración de ARM](es/arm_debugging.md)
+ * [Driver I2C](es/i2c_driver.md)
+ * [Controles GPIO](es/internals_gpio_control.md)
+ * [Conversión Proton C](es/proton_c_conversion.md)
* Para entender en profundidad
- * [Cómo funcionan los teclados](how_keyboards_work.md)
- * [Entendiendo QMK](understanding_qmk.md)
+ * [Cómo funcionan los teclados](es/how_keyboards_work.md)
+ * [Entendiendo QMK](es/understanding_qmk.md)
* Otros temas
- * [Usando Eclipse con QMK](other_eclipse.md)
- * [Usando VSCode con QMK](other_vscode.md)
- * [Soporte](support.md)
- * [Cómo añadir traducciones](translating.md)
+ * [Usando Eclipse con QMK](es/other_eclipse.md)
+ * [Usando VSCode con QMK](es/other_vscode.md)
+ * [Soporte](es/support.md)
+ * [Cómo añadir traducciones](es/translating.md)
* QMK Internals (En progreso)
- * [Defines](internals_defines.md)
- * [Input Callback Reg](internals_input_callback_reg.md)
- * [Dispositivo Midi](internals_midi_device.md)
- * [Proceso de configuración de un dispositivo Midi](internals_midi_device_setup_process.md)
- * [Utilidad Midi](internals_midi_util.md)
- * [Funciones Send](internals_send_functions.md)
- * [Herramientas Sysex](internals_sysex_tools.md)
+ * [Defines](es/internals_defines.md)
+ * [Input Callback Reg](es/internals_input_callback_reg.md)
+ * [Dispositivo Midi](es/internals_midi_device.md)
+ * [Proceso de configuración de un dispositivo Midi](es/internals_midi_device_setup_process.md)
+ * [Utilidad Midi](es/internals_midi_util.md)
+ * [Funciones Send](es/internals_send_functions.md)
+ * [Herramientas Sysex](es/internals_sysex_tools.md)