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 belongrefactor_process_record_kb_user
parent
5a6737a778
commit
170261328e
@ -1,121 +1,121 @@ |
|||||||
* [Guía completa para novatos](newbs.md) |
* [Guía completa para novatos](es/newbs.md) |
||||||
* [Empezando](newbs_getting_started.md) |
* [Empezando](es/newbs_getting_started.md) |
||||||
* [Construyendo tu primer firmare](newbs_building_firmware.md) |
* [Construyendo tu primer firmare](es/newbs_building_firmware.md) |
||||||
* [Flasheando el firmware](newbs_flashing.md) |
* [Flasheando el firmware](es/newbs_flashing.md) |
||||||
* [Testeando y depurando ](newbs_testing_debugging.md) |
* [Testeando y depurando ](es/newbs_testing_debugging.md) |
||||||
* [Mejores práticas](newbs_best_practices.md) |
* [Mejores práticas](es/newbs_best_practices.md) |
||||||
* [Recursos de aprendizaje](newbs_learn_more_resources.md) |
* [Recursos de aprendizaje](es/newbs_learn_more_resources.md) |
||||||
|
|
||||||
* [QMK Basics](README.md) |
* [QMK Basics](es/README.md) |
||||||
* [Introducción a QMK](getting_started_introduction.md) |
* [Introducción a QMK](es/getting_started_introduction.md) |
||||||
* [QMK CLI](cli.md) |
* [QMK CLI](es/cli.md) |
||||||
* [Configuración de QMK CLI](cli_configuration.md) |
* [Configuración de QMK CLI](es/cli_configuration.md) |
||||||
* [Contribuyendo a QMK](contributing.md) |
* [Contribuyendo a QMK](es/contributing.md) |
||||||
* [Cómo usar Github](getting_started_github.md) |
* [Cómo usar Github](es/getting_started_github.md) |
||||||
* [Obtener ayuda](getting_started_getting_help.md) |
* [Obtener ayuda](es/getting_started_getting_help.md) |
||||||
|
|
||||||
* [Cambios incompatibles](breaking_changes.md) |
* [Cambios incompatibles](es/breaking_changes.md) |
||||||
* [30 Ago 2019](ChangeLog/20190830.md) |
* [30 Ago 2019](es/ChangeLog/20190830.md) |
||||||
|
|
||||||
* [Preguntas frecuentes](faq.md) |
* [Preguntas frecuentes](es/faq.md) |
||||||
* [General](faq_general.md) |
* [General](es/faq_general.md) |
||||||
* [Construir/Compilar QMK](faq_build.md) |
* [Construir/Compilar QMK](es/faq_build.md) |
||||||
* [Depurando/Encontrando problemas en QMK](faq_debug.md) |
* [Depurando/Encontrando problemas en QMK](es/faq_debug.md) |
||||||
* [Keymap](faq_keymap.md) |
* [Keymap](es/faq_keymap.md) |
||||||
* [Instalación de drivers con Zadig](driver_installation_zadig.md) |
* [Instalación de drivers con Zadig](es/driver_installation_zadig.md) |
||||||
|
|
||||||
* Guías detalladas |
* Guías detalladas |
||||||
* [Instalar herramientas construcción](getting_started_build_tools.md) |
* [Instalar herramientas construcción](es/getting_started_build_tools.md) |
||||||
* [Guía Vagrant](getting_started_vagrant.md) |
* [Guía Vagrant](es/getting_started_vagrant.md) |
||||||
* [Instrucciones de Construcción/Compilado](getting_started_make_guide.md) |
* [Instrucciones de Construcción/Compilado](es/getting_started_make_guide.md) |
||||||
* [Flasheando Firmware](flashing.md) |
* [Flasheando Firmware](es/flashing.md) |
||||||
* [Personalizando funcionalidad](custom_quantum_functions.md) |
* [Personalizando funcionalidad](es/custom_quantum_functions.md) |
||||||
* [Visión general del Keymap](keymap.md) |
* [Visión general del Keymap](es/keymap.md) |
||||||
|
|
||||||
* [Hardware](hardware.md) |
* [Hardware](es/hardware.md) |
||||||
* [Procesadores AVR](hardware_avr.md) |
* [Procesadores AVR](es/hardware_avr.md) |
||||||
* [Drivers](hardware_drivers.md) |
* [Drivers](es/hardware_drivers.md) |
||||||
|
|
||||||
* Referencia |
* Referencia |
||||||
* [Pautas de teclados](hardware_keyboard_guidelines.md) |
* [Pautas de teclados](es/hardware_keyboard_guidelines.md) |
||||||
* [Opciones de configuración](config_options.md) |
* [Opciones de configuración](es/config_options.md) |
||||||
* [Keycodes](keycodes.md) |
* [Keycodes](es/keycodes.md) |
||||||
* [Convenciones de código - C](coding_conventions_c.md) |
* [Convenciones de código - C](es/coding_conventions_c.md) |
||||||
* [Convenciones de código - Python](coding_conventions_python.md) |
* [Convenciones de código - Python](es/coding_conventions_python.md) |
||||||
* [Mejores prácticas de documentación](documentation_best_practices.md) |
* [Mejores prácticas de documentación](es/documentation_best_practices.md) |
||||||
* [Plantillas de documentación](documentation_templates.md) |
* [Plantillas de documentación](es/documentation_templates.md) |
||||||
* [Glosario](reference_glossary.md) |
* [Glosario](es/reference_glossary.md) |
||||||
* [Tests unitarios](unit_testing.md) |
* [Tests unitarios](es/unit_testing.md) |
||||||
* [Funciones útiles](ref_functions.md) |
* [Funciones útiles](es/ref_functions.md) |
||||||
* [Sporte configurador](reference_configurator_support.md) |
* [Sporte configurador](es/reference_configurator_support.md) |
||||||
* [Formato info.json](reference_info_json.md) |
* [Formato info.json](es/reference_info_json.md) |
||||||
* [Desarrollo Python CLI](cli_development.md) |
* [Desarrollo Python CLI](es/cli_development.md) |
||||||
|
|
||||||
* [Características](features.md) |
* [Características](es/features.md) |
||||||
* [Keycodes Básicos](keycodes_basic.md) |
* [Keycodes Básicos](es/keycodes_basic.md) |
||||||
* [Teclas US ANSI Shifted](keycodes_us_ansi_shifted.md) |
* [Teclas US ANSI Shifted](es/keycodes_us_ansi_shifted.md) |
||||||
* [Keycodes Quantum](quantum_keycodes.md) |
* [Keycodes Quantum](es/quantum_keycodes.md) |
||||||
* [Keycodes Avanzados](feature_advanced_keycodes.md) |
* [Keycodes Avanzados](es/feature_advanced_keycodes.md) |
||||||
* [Audio](feature_audio.md) |
* [Audio](es/feature_audio.md) |
||||||
* [Auto Shift](feature_auto_shift.md) |
* [Auto Shift](es/feature_auto_shift.md) |
||||||
* [Retroiluminación](feature_backlight.md) |
* [Retroiluminación](es/feature_backlight.md) |
||||||
* [Bluetooth](feature_bluetooth.md) |
* [Bluetooth](es/feature_bluetooth.md) |
||||||
* [Bootmagic](feature_bootmagic.md) |
* [Bootmagic](es/feature_bootmagic.md) |
||||||
* [Combos](feature_combo.md) |
* [Combos](es/feature_combo.md) |
||||||
* [Comando](feature_command.md) |
* [Comando](es/feature_command.md) |
||||||
* [API Debounce](feature_debounce_type.md) |
* [API Debounce](es/feature_debounce_type.md) |
||||||
* [Switch DIP](feature_dip_switch.md) |
* [Switch DIP](es/feature_dip_switch.md) |
||||||
* [Macros Dinámicas](feature_dynamic_macros.md) |
* [Macros Dinámicas](es/feature_dynamic_macros.md) |
||||||
* [Encoders](feature_encoders.md) |
* [Encoders](es/feature_encoders.md) |
||||||
* [Grave Escape](feature_grave_esc.md) |
* [Grave Escape](es/feature_grave_esc.md) |
||||||
* [Feedback Háptico](feature_haptic_feedback.md) |
* [Feedback Háptico](es/feature_haptic_feedback.md) |
||||||
* [Controlador LCD HD44780](feature_hd44780.md) |
* [Controlador LCD HD44780](es/feature_hd44780.md) |
||||||
* [Key Lock](feature_key_lock.md) |
* [Key Lock](es/feature_key_lock.md) |
||||||
* [Layouts](feature_layouts.md) |
* [Layouts](es/feature_layouts.md) |
||||||
* [Tecla Leader](feature_leader_key.md) |
* [Tecla Leader](es/feature_leader_key.md) |
||||||
* [Matriz LED](feature_led_matrix.md) |
* [Matriz LED](es/feature_led_matrix.md) |
||||||
* [Macros](feature_macros.md) |
* [Macros](es/feature_macros.md) |
||||||
* [Teclas del ratón](feature_mouse_keys.md) |
* [Teclas del ratón](es/feature_mouse_keys.md) |
||||||
* [Driver OLED](feature_oled_driver.md) |
* [Driver OLED](es/feature_oled_driver.md) |
||||||
* [Teclas One Shot](feature_advanced_keycodes.md#one-shot-keys) |
* [Teclas One Shot](es/feature_advanced_keycodes.md#one-shot-keys) |
||||||
* [Dispositivo de apuntado](feature_pointing_device.md) |
* [Dispositivo de apuntado](es/feature_pointing_device.md) |
||||||
* [Ratón PS/2](feature_ps2_mouse.md) |
* [Ratón PS/2](es/feature_ps2_mouse.md) |
||||||
* [Iluminación RGB](feature_rgblight.md) |
* [Iluminación RGB](es/feature_rgblight.md) |
||||||
* [Matriz RGB](feature_rgb_matrix.md) |
* [Matriz RGB](es/feature_rgb_matrix.md) |
||||||
* [Cadete espacial](feature_space_cadet.md) |
* [Cadete espacial](es/feature_space_cadet.md) |
||||||
* [Teclado dividido](feature_split_keyboard.md) |
* [Teclado dividido](es/feature_split_keyboard.md) |
||||||
* [Stenografía](feature_stenography.md) |
* [Stenografía](es/feature_stenography.md) |
||||||
* [Swap Hands](feature_swap_hands.md) |
* [Swap Hands](es/feature_swap_hands.md) |
||||||
* [Tap Dance](feature_tap_dance.md) |
* [Tap Dance](es/feature_tap_dance.md) |
||||||
* [Terminal](feature_terminal.md) |
* [Terminal](es/feature_terminal.md) |
||||||
* [Impresora Térmica](feature_thermal_printer.md) |
* [Impresora Térmica](es/feature_thermal_printer.md) |
||||||
* [Unicode](feature_unicode.md) |
* [Unicode](es/feature_unicode.md) |
||||||
* [Userspace](feature_userspace.md) |
* [Userspace](es/feature_userspace.md) |
||||||
* [Velocikey](feature_velocikey.md) |
* [Velocikey](es/feature_velocikey.md) |
||||||
|
|
||||||
* Para Makers y Modders |
* Para Makers y Modders |
||||||
* [Guía de cableado a mano](hand_wire.md) |
* [Guía de cableado a mano](es/hand_wire.md) |
||||||
* [Guía de flasheado de ISP](isp_flashing_guide.md) |
* [Guía de flasheado de ISP](es/isp_flashing_guide.md) |
||||||
* [Guía de depuración de ARM](arm_debugging.md) |
* [Guía de depuración de ARM](es/arm_debugging.md) |
||||||
* [Driver I2C](i2c_driver.md) |
* [Driver I2C](es/i2c_driver.md) |
||||||
* [Controles GPIO](internals_gpio_control.md) |
* [Controles GPIO](es/internals_gpio_control.md) |
||||||
* [Conversión Proton C](proton_c_conversion.md) |
* [Conversión Proton C](es/proton_c_conversion.md) |
||||||
|
|
||||||
* Para entender en profundidad |
* Para entender en profundidad |
||||||
* [Cómo funcionan los teclados](how_keyboards_work.md) |
* [Cómo funcionan los teclados](es/how_keyboards_work.md) |
||||||
* [Entendiendo QMK](understanding_qmk.md) |
* [Entendiendo QMK](es/understanding_qmk.md) |
||||||
|
|
||||||
* Otros temas |
* Otros temas |
||||||
* [Usando Eclipse con QMK](other_eclipse.md) |
* [Usando Eclipse con QMK](es/other_eclipse.md) |
||||||
* [Usando VSCode con QMK](other_vscode.md) |
* [Usando VSCode con QMK](es/other_vscode.md) |
||||||
* [Soporte](support.md) |
* [Soporte](es/support.md) |
||||||
* [Cómo añadir traducciones](translating.md) |
* [Cómo añadir traducciones](es/translating.md) |
||||||
|
|
||||||
* QMK Internals (En progreso) |
* QMK Internals (En progreso) |
||||||
* [Defines](internals_defines.md) |
* [Defines](es/internals_defines.md) |
||||||
* [Input Callback Reg](internals_input_callback_reg.md) |
* [Input Callback Reg](es/internals_input_callback_reg.md) |
||||||
* [Dispositivo Midi](internals_midi_device.md) |
* [Dispositivo Midi](es/internals_midi_device.md) |
||||||
* [Proceso de configuración de un dispositivo Midi](internals_midi_device_setup_process.md) |
* [Proceso de configuración de un dispositivo Midi](es/internals_midi_device_setup_process.md) |
||||||
* [Utilidad Midi](internals_midi_util.md) |
* [Utilidad Midi](es/internals_midi_util.md) |
||||||
* [Funciones Send](internals_send_functions.md) |
* [Funciones Send](es/internals_send_functions.md) |
||||||
* [Herramientas Sysex](internals_sysex_tools.md) |
* [Herramientas Sysex](es/internals_sysex_tools.md) |
||||||
|
Loading…
Reference in new issue