diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-12-01 00:01:41 +1100 |
|---|---|---|
| committer | Joel Challis <git@zvecr.com> | 2019-11-30 13:01:41 +0000 |
| commit | f0991420040b8c43529bd1d863c1987fcb8850e4 (patch) | |
| tree | e0605cfa6d13dd926020f8a29759bb7936a2a027 | |
| parent | d98ed28e7c9920140fea9d84ed10b5c70521c287 (diff) | |
| download | qmk_firmware-f0991420040b8c43529bd1d863c1987fcb8850e4.tar.gz qmk_firmware-f0991420040b8c43529bd1d863c1987fcb8850e4.zip | |
Add _summary.md for Russian docs with proper language prefix (#7514)
| -rw-r--r-- | docs/ru-ru/_summary.md | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/docs/ru-ru/_summary.md b/docs/ru-ru/_summary.md new file mode 100644 index 000000000..3269ac86d --- /dev/null +++ b/docs/ru-ru/_summary.md | |||
| @@ -0,0 +1,123 @@ | |||
| 1 | * [Complete Newbs Guide](ru-ru/newbs.md) | ||
| 2 | * [Getting Started](ru-ru/newbs_getting_started.md) | ||
| 3 | * [Building Your First Firmware](ru-ru/newbs_building_firmware.md) | ||
| 4 | * [Flashing Firmware](ru-ru/newbs_flashing.md) | ||
| 5 | * [Testing and Debugging](ru-ru/newbs_testing_debugging.md) | ||
| 6 | * [Git Best Practices](ru-ru/newbs_best_practices.md) | ||
| 7 | * [Learning Resources](ru-ru/newbs_learn_more_resources.md) | ||
| 8 | |||
| 9 | * [QMK Basics](ru-ru/README.md) | ||
| 10 | * [QMK Introduction](ru-ru/getting_started_introduction.md) | ||
| 11 | * [QMK CLI](ru-ru/cli.md) | ||
| 12 | * [QMK CLI Config](ru-ru/cli_configuration.md) | ||
| 13 | * [Contributing to QMK](ru-ru/contributing.md) | ||
| 14 | * [How to Use Github](ru-ru/getting_started_github.md) | ||
| 15 | * [Getting Help](ru-ru/getting_started_getting_help.md) | ||
| 16 | |||
| 17 | * [Breaking Changes](ru-ru/breaking_changes.md) | ||
| 18 | * [2019 Aug 30](ru-ru/ChangeLog/20190830.md) | ||
| 19 | |||
| 20 | * [FAQ](ru-ru/faq.md) | ||
| 21 | * [General FAQ](ru-ru/faq_general.md) | ||
| 22 | * [Build/Compile QMK](ru-ru/faq_build.md) | ||
| 23 | * [Debugging/Troubleshooting QMK](ru-ru/faq_debug.md) | ||
| 24 | * [Keymap](ru-ru/faq_keymap.md) | ||
| 25 | * [Driver Installation with Zadig](ru-ru/driver_installation_zadig.md) | ||
| 26 | |||
| 27 | * Detailed Guides | ||
| 28 | * [Install Build Tools](ru-ru/getting_started_build_tools.md) | ||
| 29 | * [Vagrant Guide](ru-ru/getting_started_vagrant.md) | ||
| 30 | * [Build/Compile Instructions](ru-ru/getting_started_make_guide.md) | ||
| 31 | * [Flashing Firmware](ru-ru/flashing.md) | ||
| 32 | * [Customizing Functionality](ru-ru/custom_quantum_functions.md) | ||
| 33 | * [Keymap Overview](ru-ru/keymap.md) | ||
| 34 | |||
| 35 | * [Hardware](ru-ru/hardware.md) | ||
| 36 | * [Compatible Microcontrollers](ru-ru/compatible_microcontrollers.md) | ||
| 37 | * [AVR Processors](ru-ru/hardware_avr.md) | ||
| 38 | * [Drivers](ru-ru/hardware_drivers.md) | ||
| 39 | |||
| 40 | * Reference | ||
| 41 | * [Keyboard Guidelines](ru-ru/hardware_keyboard_guidelines.md) | ||
| 42 | * [Config Options](ru-ru/config_options.md) | ||
| 43 | * [Keycodes](ru-ru/keycodes.md) | ||
| 44 | * [Coding Conventions - C](ru-ru/coding_conventions_c.md) | ||
| 45 | * [Coding Conventions - Python](ru-ru/coding_conventions_python.md) | ||
| 46 | * [Documentation Best Practices](ru-ru/documentation_best_practices.md) | ||
| 47 | * [Documentation Templates](ru-ru/documentation_templates.md) | ||
| 48 | * [Glossary](ru-ru/reference_glossary.md) | ||
| 49 | * [Unit Testing](ru-ru/unit_testing.md) | ||
| 50 | * [Useful Functions](ru-ru/ref_functions.md) | ||
| 51 | * [Configurator Support](ru-ru/reference_configurator_support.md) | ||
| 52 | * [info.json Format](ru-ru/reference_info_json.md) | ||
| 53 | * [Python CLI Development](ru-ru/cli_development.md) | ||
| 54 | |||
| 55 | * [Features](ru-ru/features.md) | ||
| 56 | * [Basic Keycodes](ru-ru/keycodes_basic.md) | ||
| 57 | * [US ANSI Shifted Keys](ru-ru/keycodes_us_ansi_shifted.md) | ||
| 58 | * [Quantum Keycodes](ru-ru/quantum_keycodes.md) | ||
| 59 | * [Advanced Keycodes](ru-ru/feature_advanced_keycodes.md) | ||
| 60 | * [Audio](ru-ru/feature_audio.md) | ||
| 61 | * [Auto Shift](ru-ru/feature_auto_shift.md) | ||
| 62 | * [Backlight](ru-ru/feature_backlight.md) | ||
| 63 | * [Bluetooth](ru-ru/feature_bluetooth.md) | ||
| 64 | * [Bootmagic](ru-ru/feature_bootmagic.md) | ||
| 65 | * [Combos](ru-ru/feature_combo.md) | ||
| 66 | * [Command](ru-ru/feature_command.md) | ||
| 67 | * [Debounce API](ru-ru/feature_debounce_type.md) | ||
| 68 | * [DIP Switch](ru-ru/feature_dip_switch.md) | ||
| 69 | * [Dynamic Macros](ru-ru/feature_dynamic_macros.md) | ||
| 70 | * [Encoders](ru-ru/feature_encoders.md) | ||
| 71 | * [Grave Escape](ru-ru/feature_grave_esc.md) | ||
| 72 | * [Haptic Feedback](ru-ru/feature_haptic_feedback.md) | ||
| 73 | * [HD44780 LCD Controller](ru-ru/feature_hd44780.md) | ||
| 74 | * [Key Lock](ru-ru/feature_key_lock.md) | ||
| 75 | * [Layouts](ru-ru/feature_layouts.md) | ||
| 76 | * [Leader Key](ru-ru/feature_leader_key.md) | ||
| 77 | * [LED Matrix](ru-ru/feature_led_matrix.md) | ||
| 78 | * [Macros](ru-ru/feature_macros.md) | ||
| 79 | * [Mouse Keys](ru-ru/feature_mouse_keys.md) | ||
| 80 | * [OLED Driver](ru-ru/feature_oled_driver.md) | ||
| 81 | * [One Shot Keys](ru-ru/feature_advanced_keycodes.md#one-shot-keys) | ||
| 82 | * [Pointing Device](ru-ru/feature_pointing_device.md) | ||
| 83 | * [PS/2 Mouse](ru-ru/feature_ps2_mouse.md) | ||
| 84 | * [RGB Lighting](ru-ru/feature_rgblight.md) | ||
| 85 | * [RGB Matrix](ru-ru/feature_rgb_matrix.md) | ||
| 86 | * [Space Cadet](ru-ru/feature_space_cadet.md) | ||
| 87 | * [Split Keyboard](ru-ru/feature_split_keyboard.md) | ||
| 88 | * [Stenography](ru-ru/feature_stenography.md) | ||
| 89 | * [Swap Hands](ru-ru/feature_swap_hands.md) | ||
| 90 | * [Tap Dance](ru-ru/feature_tap_dance.md) | ||
| 91 | * [Terminal](ru-ru/feature_terminal.md) | ||
| 92 | * [Thermal Printer](ru-ru/feature_thermal_printer.md) | ||
| 93 | * [Unicode](ru-ru/feature_unicode.md) | ||
| 94 | * [Userspace](ru-ru/feature_userspace.md) | ||
| 95 | * [Velocikey](ru-ru/feature_velocikey.md) | ||
| 96 | |||
| 97 | * For Makers and Modders | ||
| 98 | * [Hand Wiring Guide](ru-ru/hand_wire.md) | ||
| 99 | * [ISP Flashing Guide](ru-ru/isp_flashing_guide.md) | ||
| 100 | * [ARM Debugging Guide](ru-ru/arm_debugging.md) | ||
| 101 | * [I2C Driver](ru-ru/i2c_driver.md) | ||
| 102 | * [WS2812 Driver](ru-ru/ws2812_driver.md) | ||
| 103 | * [GPIO Controls](ru-ru/internals_gpio_control.md) | ||
| 104 | * [Proton C Conversion](ru-ru/proton_c_conversion.md) | ||
| 105 | |||
| 106 | * For a Deeper Understanding | ||
| 107 | * [How Keyboards Work](ru-ru/how_keyboards_work.md) | ||
| 108 | * [Understanding QMK](ru-ru/understanding_qmk.md) | ||
| 109 | |||
| 110 | * Other Topics | ||
| 111 | * [Using Eclipse with QMK](ru-ru/other_eclipse.md) | ||
| 112 | * [Using VSCode with QMK](ru-ru/other_vscode.md) | ||
| 113 | * [Support](ru-ru/support.md) | ||
| 114 | * [Translating the QMK Docs](ru-ru/translating.md) | ||
| 115 | |||
| 116 | * QMK Internals (In Progress) | ||
| 117 | * [Defines](ru-ru/internals_defines.md) | ||
| 118 | * [Input Callback Reg](ru-ru/internals_input_callback_reg.md) | ||
| 119 | * [Midi Device](ru-ru/internals_midi_device.md) | ||
| 120 | * [Midi Device Setup Process](ru-ru/internals_midi_device_setup_process.md) | ||
| 121 | * [Midi Util](ru-ru/internals_midi_util.md) | ||
| 122 | * [Send Functions](ru-ru/internals_send_functions.md) | ||
| 123 | * [Sysex Tools](ru-ru/internals_sysex_tools.md) | ||
