diff options
Diffstat (limited to 'docs/he-il/_summary.md')
-rw-r--r-- | docs/he-il/_summary.md | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/docs/he-il/_summary.md b/docs/he-il/_summary.md new file mode 100644 index 000000000..acc0546d0 --- /dev/null +++ b/docs/he-il/_summary.md | |||
@@ -0,0 +1,138 @@ | |||
1 | <div dir="rtl" markdown="1"> | ||
2 | **בשפה העברית** | ||
3 | * [המדריך המלא למתחילים](newbs.md) | ||
4 | * [מקורות ללמידה](he-il/newbs_learn_more_resources.md) | ||
5 | * [בסיס QMK](he-il/README.md) | ||
6 | * [מבוא לQMK](he-il/getting_started_introduction.md) | ||
7 | * [איך להשתמש בGithub](he-il/getting_started_github.md) | ||
8 | * [קבלת עזרה](he-il/getting_started_getting_help.md) | ||
9 | * [שאלות נפוצות](he-il/faq.md) | ||
10 | * [שאלות נפוצות כלליות](he-il/faq_general.md) | ||
11 | * [חומרה](he-il/hardware.md) | ||
12 | * התייחסויות | ||
13 | * [איך לתעד נכון](he-il/documentation_best_practices.md) | ||
14 | |||
15 | **בשפה האנגלית** | ||
16 | * [המדריך המלא למתחילים](newbs.md) | ||
17 | * [התחלה](newbs_getting_started.md) | ||
18 | * [בנייה של הקושחה הראשונה שלך](newbs_building_firmware.md) | ||
19 | * [צריבה של הקושחה](newbs_flashing.md) | ||
20 | * [בדיקות ודיבאגינג](newbs_testing_debugging.md) | ||
21 | * [עבודה נכונה ב GIT](newbs_best_practices.md) | ||
22 | * [מקורות ללמידה](newbs_learn_more_resources.md) | ||
23 | |||
24 | * [בסיס QMK](README.md) | ||
25 | * [מבוא לQMK](getting_started_introduction.md) | ||
26 | * [QMK CLI](cli.md) | ||
27 | * [QMK CLI Config](cli_configuration.md) | ||
28 | * [תרומה ל QMK](contributing.md) | ||
29 | * [איך להשתמש בGithub](getting_started_github.md) | ||
30 | * [קבלת עזרה](getting_started_getting_help.md) | ||
31 | |||
32 | * [שינויים משמעותיים](breaking_changes.md) | ||
33 | * [2019 Aug 30](ChangeLog/20190830.md) | ||
34 | |||
35 | * [שאלות נפוצות](faq.md) | ||
36 | * [שאלות נפוצות כלליות](faq_general.md) | ||
37 | * [בנייה/קומפילציה של QMK](faq_build.md) | ||
38 | * [דיבאגינג ופתרון תקלות של QMK](faq_debug.md) | ||
39 | * [מיפוי מקשים](faq_keymap.md) | ||
40 | * [התקנת דרייברים עם Zadig](driver_installation_zadig.md) | ||
41 | |||
42 | * מדריכים מפורטים | ||
43 | * [התקנת כלי Build](getting_started_build_tools.md) | ||
44 | * [מדריך Vagrant](getting_started_vagrant.md) | ||
45 | * [הוראות בנייה/קומפילציה](getting_started_make_guide.md) | ||
46 | * [צריבת קושחה](flashing.md) | ||
47 | * [התאמה אישית של הפונקציונאליות](custom_quantum_functions.md) | ||
48 | * [מיפוי מקשים](keymap.md) | ||
49 | |||
50 | * [חומרה](hardware.md) | ||
51 | * [מעבדי AVR](hardware_avr.md) | ||
52 | * [דרייברים](hardware_drivers.md) | ||
53 | |||
54 | * התייחסויות | ||
55 | * [מדריך למקלדות](hardware_keyboard_guidelines.md) | ||
56 | * [אפשרויות הגדרות](config_options.md) | ||
57 | * [קודי מקשים](keycodes.md) | ||
58 | * [קונבנציות קוד - C](coding_conventions_c.md) | ||
59 | * [קונבנציות קוד - Python](coding_conventions_python.md) | ||
60 | * [איך לתעד נכון](documentation_best_practices.md) | ||
61 | * [טמפלטים לדוקומנטציה](documentation_templates.md) | ||
62 | * [מילון](reference_glossary.md) | ||
63 | * [בדיקות יחידה](unit_testing.md) | ||
64 | * [פונקציות שימושיות](ref_functions.md) | ||
65 | * [תמיכה בConfigurator](reference_configurator_support.md) | ||
66 | * [פורמט info.json](reference_info_json.md) | ||
67 | * [פיתוח בPython CLI](cli_development.md) | ||
68 | |||
69 | * [תכונות](features.md) | ||
70 | * [Basic Keycodes](keycodes_basic.md) | ||
71 | * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md) | ||
72 | * [Quantum Keycodes](quantum_keycodes.md) | ||
73 | * [Advanced Keycodes](feature_advanced_keycodes.md) | ||
74 | * [Audio](feature_audio.md) | ||
75 | * [Auto Shift](feature_auto_shift.md) | ||
76 | * [Backlight](feature_backlight.md) | ||
77 | * [Bluetooth](feature_bluetooth.md) | ||
78 | * [Bootmagic](feature_bootmagic.md) | ||
79 | * [Combos](feature_combo.md) | ||
80 | * [Command](feature_command.md) | ||
81 | * [Debounce API](feature_debounce_type.md) | ||
82 | * [DIP Switch](feature_dip_switch.md) | ||
83 | * [Dynamic Macros](feature_dynamic_macros.md) | ||
84 | * [Encoders](feature_encoders.md) | ||
85 | * [Grave Escape](feature_grave_esc.md) | ||
86 | * [Haptic Feedback](feature_haptic_feedback.md) | ||
87 | * [HD44780 LCD Controller](feature_hd44780.md) | ||
88 | * [Key Lock](feature_key_lock.md) | ||
89 | * [Layouts](feature_layouts.md) | ||
90 | * [Leader Key](feature_leader_key.md) | ||
91 | * [LED Matrix](feature_led_matrix.md) | ||
92 | * [Macros](feature_macros.md) | ||
93 | * [Mouse Keys](feature_mouse_keys.md) | ||
94 | * [OLED Driver](feature_oled_driver.md) | ||
95 | * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) | ||
96 | * [Pointing Device](feature_pointing_device.md) | ||
97 | * [PS/2 Mouse](feature_ps2_mouse.md) | ||
98 | * [RGB Lighting](feature_rgblight.md) | ||
99 | * [RGB Matrix](feature_rgb_matrix.md) | ||
100 | * [Space Cadet](feature_space_cadet.md) | ||
101 | * [Split Keyboard](feature_split_keyboard.md) | ||
102 | * [Stenography](feature_stenography.md) | ||
103 | * [Swap Hands](feature_swap_hands.md) | ||
104 | * [Tap Dance](feature_tap_dance.md) | ||
105 | * [Terminal](feature_terminal.md) | ||
106 | * [Thermal Printer](feature_thermal_printer.md) | ||
107 | * [Unicode](feature_unicode.md) | ||
108 | * [Userspace](feature_userspace.md) | ||
109 | * [Velocikey](feature_velocikey.md) | ||
110 | |||
111 | * למייקרים ומודרים | ||
112 | * [מדריך לכתיבה ידנית](hand_wire.md) | ||
113 | * [מדריך לצריבת ISP](isp_flashing_guide.md) | ||
114 | * [מדריך לדיבאגינג ARM](arm_debugging.md) | ||
115 | * [מנהל התקן I2C](i2c_driver.md) | ||
116 | * [בקרת GPIO](internals_gpio_control.md) | ||
117 | * [המרת Proton C](proton_c_conversion.md) | ||
118 | |||
119 | * להבנה עמוקה יותר | ||
120 | * [איך עובדות מקלדות](how_keyboards_work.md) | ||
121 | * [להבין את QMK](understanding_qmk.md) | ||
122 | |||
123 | * נושאים נוספים | ||
124 | * [שימוש ב - Eclipse עם QMK](other_eclipse.md) | ||
125 | * [שימוש ב - VSCode עם QMK](other_vscode.md) | ||
126 | * [תמיכה](support.md) | ||
127 | * [כיצד להוסיף תרגום](translating.md) | ||
128 | |||
129 | * QMK מבפנים (בתהליך) | ||
130 | * [Defines](internals_defines.md) | ||
131 | * [Input Callback Reg](internals_input_callback_reg.md) | ||
132 | * [Midi Device](internals_midi_device.md) | ||
133 | * [Midi Device Setup Process](internals_midi_device_setup_process.md) | ||
134 | * [Midi Util](internals_midi_util.md) | ||
135 | * [Send Functions](internals_send_functions.md) | ||
136 | * [Sysex Tools](internals_sysex_tools.md) | ||
137 | |||
138 | </div> | ||