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