aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fr-fr
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/fr-fr
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/fr-fr')
-rw-r--r--docs/fr-fr/README.md4
-rw-r--r--docs/fr-fr/_summary.md162
2 files changed, 83 insertions, 83 deletions
diff --git a/docs/fr-fr/README.md b/docs/fr-fr/README.md
index d3591554b..4527ec4b4 100644
--- a/docs/fr-fr/README.md
+++ b/docs/fr-fr/README.md
@@ -19,7 +19,7 @@ Sinon, vous pouvez aussi le télécharger directement en ([zip](https://github.c
## Comment le compiler
-Avant d'être prêt à compiler vous allez devoir [installer un environnement](getting_started_build_tools.md) pour les développements AVR et/ou ARM. Une fois ceci fait, vous pourrez utiliser la commande `make` pour compiler le clavier et la disposition avec une commande de ce type :
+Avant d'être prêt à compiler vous allez devoir [installer un environnement](fr-fr/getting_started_build_tools.md) pour les développements AVR et/ou ARM. Une fois ceci fait, vous pourrez utiliser la commande `make` pour compiler le clavier et la disposition avec une commande de ce type :
make planck/rev4:default
@@ -29,4 +29,4 @@ Cette commande compilera la révision `rev4` du clavier `planck` avec la disposi
## Comment le personnaliser
-QMK a beaucoup de [fonctionnalités](features.md) à explorer, et [une documentation](http://docs.qmk.fm) très abondante que vous pourrez parcourir. La plupart des fonctionnalités vous permettrons de modifier vos [dispositions](keymap.md) (keymaps) et de changer [les codes de caractères](keycodes.md) (keycodes).
+QMK a beaucoup de [fonctionnalités](fr-fr/features.md) à explorer, et [une documentation](http://docs.qmk.fm) très abondante que vous pourrez parcourir. La plupart des fonctionnalités vous permettrons de modifier vos [dispositions](fr-fr/keymap.md) (keymaps) et de changer [les codes de caractères](fr-fr/keycodes.md) (keycodes).
diff --git a/docs/fr-fr/_summary.md b/docs/fr-fr/_summary.md
index eef486176..38e3abe7c 100644
--- a/docs/fr-fr/_summary.md
+++ b/docs/fr-fr/_summary.md
@@ -29,97 +29,97 @@
**En Anglais**
* Guides détaillés
- * [Installation des outils de compilation](getting_started_build_tools.md)
- * [Guide Vagrant](getting_started_vagrant.md)
- * [Commandes de compilations](getting_started_make_guide.md)
+ * [Installation des outils de compilation](fr-fr/getting_started_build_tools.md)
+ * [Guide Vagrant](fr-fr/getting_started_vagrant.md)
+ * [Commandes de compilations](fr-fr/getting_started_make_guide.md)
* [Flasher les firmwares](fr-fr/flashing.md)
- * [Personnaliser les fonctionnalités](custom_quantum_functions.md)
- * [Aperçu des fonctionnalités des dispositions](keymap.md)
+ * [Personnaliser les fonctionnalités](fr-fr/custom_quantum_functions.md)
+ * [Aperçu des fonctionnalités des dispositions](fr-fr/keymap.md)
-* [Hardware](hardware.md)
- * [Processeurs AVR](hardware_avr.md)
- * [Pilotes / Drivers](hardware_drivers.md)
+* [Hardware](fr-fr/hardware.md)
+ * [Processeurs AVR](fr-fr/hardware_avr.md)
+ * [Pilotes / Drivers](fr-fr/hardware_drivers.md)
* Réferences
- * [Lignes de conduite des claviers](hardware_keyboard_guidelines.md)
- * [Options de configurations](config_options.md)
- * [Keycodes / Codes des caractères](keycodes.md)
- * [Conventions de codage - C](coding_conventions_c.md)
- * [Conventions de codage - Python](coding_conventions_python.md)
- * [Meilleurs pratiques sur la documentation](documentation_best_practices.md)
- * [Modèles de documentation](documentation_templates.md)
- * [Glossaire](reference_glossary.md)
- * [Tests unitaires](unit_testing.md)
- * [Fonctions utiles](ref_functions.md)
- * [Support de configuration](reference_configurator_support.md)
- * [Format du fichier info.json](reference_info_json.md)
- * [Développer la CLI en Python](cli_development.md)
+ * [Lignes de conduite des claviers](fr-fr/hardware_keyboard_guidelines.md)
+ * [Options de configurations](fr-fr/config_options.md)
+ * [Keycodes / Codes des caractères](fr-fr/keycodes.md)
+ * [Conventions de codage - C](fr-fr/coding_conventions_c.md)
+ * [Conventions de codage - Python](fr-fr/coding_conventions_python.md)
+ * [Meilleurs pratiques sur la documentation](fr-fr/documentation_best_practices.md)
+ * [Modèles de documentation](fr-fr/documentation_templates.md)
+ * [Glossaire](fr-fr/reference_glossary.md)
+ * [Tests unitaires](fr-fr/unit_testing.md)
+ * [Fonctions utiles](fr-fr/ref_functions.md)
+ * [Support de configuration](fr-fr/reference_configurator_support.md)
+ * [Format du fichier info.json](fr-fr/reference_info_json.md)
+ * [Développer la CLI en Python](fr-fr/cli_development.md)
-* [Fonctionnalités](features.md)
- * [Keycodes basiques](keycodes_basic.md)
- * [Touches utilisées avec Shift (US ANSI)](keycodes_us_ansi_shifted.md)
- * [Keycodes quantiques](quantum_keycodes.md)
- * [Keycodes avancés](feature_advanced_keycodes.md)
- * [Fonctionnalités audio](feature_audio.md)
- * [Majuscule automatique](feature_auto_shift.md)
- * [Rétroéclairage](feature_backlight.md)
- * [Bluetooth](feature_bluetooth.md)
- * [Bootmagic](feature_bootmagic.md)
- * [Combos](feature_combo.md)
- * [Commande](feature_command.md)
- * [API anti-rebond](feature_debounce_type.md)
- * [DIP Switch](feature_dip_switch.md)
- * [Macros dynamiques](feature_dynamic_macros.md)
- * [Interrupteurs rotatifs](feature_encoders.md)
- * [Grave Escape](feature_grave_esc.md)
- * [Retour haptique](feature_haptic_feedback.md)
- * [Contrôleur LCD HD44780](feature_hd44780.md)
- * [Touche à verrou / Lock-key](feature_key_lock.md)
- * [Dispositions / layouts](feature_layouts.md)
- * [Touche leader](feature_leader_key.md)
- * [Matrice LED](feature_led_matrix.md)
- * [Macros](feature_macros.md)
- * [Boutons de souris](feature_mouse_keys.md)
- * [Pilotes / Drivers OLED](feature_oled_driver.md)
- * [Touche one-shot](feature_advanced_keycodes.md#one-shot-keys)
- * [Périphériques de pointage](feature_pointing_device.md)
- * [Souris PS/2](feature_ps2_mouse.md)
- * [Éclairage RGB](feature_rgblight.md)
- * [Matrice RGB](feature_rgb_matrix.md)
- * [Space Cadet](feature_space_cadet.md)
- * [Claviers scindés / splittés](feature_split_keyboard.md)
- * [Stenographie](feature_stenography.md)
- * [Inversion des mains](feature_swap_hands.md)
- * [Tap Dance](feature_tap_dance.md)
- * [Terminale](feature_terminal.md)
- * [Imprimante thermique](feature_thermal_printer.md)
- * [Caractères unicodes](feature_unicode.md)
- * [Dossier utilisateur](feature_userspace.md)
- * [Velocikey](feature_velocikey.md)
+* [Fonctionnalités](fr-fr/features.md)
+ * [Keycodes basiques](fr-fr/keycodes_basic.md)
+ * [Touches utilisées avec Shift (US ANSI)](fr-fr/keycodes_us_ansi_shifted.md)
+ * [Keycodes quantiques](fr-fr/quantum_keycodes.md)
+ * [Keycodes avancés](fr-fr/feature_advanced_keycodes.md)
+ * [Fonctionnalités audio](fr-fr/feature_audio.md)
+ * [Majuscule automatique](fr-fr/feature_auto_shift.md)
+ * [Rétroéclairage](fr-fr/feature_backlight.md)
+ * [Bluetooth](fr-fr/feature_bluetooth.md)
+ * [Bootmagic](fr-fr/feature_bootmagic.md)
+ * [Combos](fr-fr/feature_combo.md)
+ * [Commande](fr-fr/feature_command.md)
+ * [API anti-rebond](fr-fr/feature_debounce_type.md)
+ * [DIP Switch](fr-fr/feature_dip_switch.md)
+ * [Macros dynamiques](fr-fr/feature_dynamic_macros.md)
+ * [Interrupteurs rotatifs](fr-fr/feature_encoders.md)
+ * [Grave Escape](fr-fr/feature_grave_esc.md)
+ * [Retour haptique](fr-fr/feature_haptic_feedback.md)
+ * [Contrôleur LCD HD44780](fr-fr/feature_hd44780.md)
+ * [Touche à verrou / Lock-key](fr-fr/feature_key_lock.md)
+ * [Dispositions / layouts](fr-fr/feature_layouts.md)
+ * [Touche leader](fr-fr/feature_leader_key.md)
+ * [Matrice LED](fr-fr/feature_led_matrix.md)
+ * [Macros](fr-fr/feature_macros.md)
+ * [Boutons de souris](fr-fr/feature_mouse_keys.md)
+ * [Pilotes / Drivers OLED](fr-fr/feature_oled_driver.md)
+ * [Touche one-shot](fr-fr/feature_advanced_keycodes.md#one-shot-keys)
+ * [Périphériques de pointage](fr-fr/feature_pointing_device.md)
+ * [Souris PS/2](fr-fr/feature_ps2_mouse.md)
+ * [Éclairage RGB](fr-fr/feature_rgblight.md)
+ * [Matrice RGB](fr-fr/feature_rgb_matrix.md)
+ * [Space Cadet](fr-fr/feature_space_cadet.md)
+ * [Claviers scindés / splittés](fr-fr/feature_split_keyboard.md)
+ * [Stenographie](fr-fr/feature_stenography.md)
+ * [Inversion des mains](fr-fr/feature_swap_hands.md)
+ * [Tap Dance](fr-fr/feature_tap_dance.md)
+ * [Terminale](fr-fr/feature_terminal.md)
+ * [Imprimante thermique](fr-fr/feature_thermal_printer.md)
+ * [Caractères unicodes](fr-fr/feature_unicode.md)
+ * [Dossier utilisateur](fr-fr/feature_userspace.md)
+ * [Velocikey](fr-fr/feature_velocikey.md)
* Pour les makers et les bricoleurs
- * [Guide des claviers soudés à la main](hand_wire.md)
- * [Guide de flash de l’ISP](isp_flashing_guide.md)
- * [Guide du débogage ARM](arm_debugging.md)
- * [Drivers i2c](i2c_driver.md)
- * [Contrôles des GPIO](internals_gpio_control.md)
- * [Conversion en Proton C](proton_c_conversion.md)
+ * [Guide des claviers soudés à la main](fr-fr/hand_wire.md)
+ * [Guide de flash de l’ISP](fr-fr/isp_flashing_guide.md)
+ * [Guide du débogage ARM](fr-fr/arm_debugging.md)
+ * [Drivers i2c](fr-fr/i2c_driver.md)
+ * [Contrôles des GPIO](fr-fr/internals_gpio_control.md)
+ * [Conversion en Proton C](fr-fr/proton_c_conversion.md)
* Pour aller plus loin
- * [Comment fonctionnent les claviers](how_keyboards_work.md)
- * [Comprendre QMK](understanding_qmk.md)
+ * [Comment fonctionnent les claviers](fr-fr/how_keyboards_work.md)
+ * [Comprendre QMK](fr-fr/understanding_qmk.md)
* Autres sujets
- * [Utiliser Eclipse avec QMK](other_eclipse.md)
- * [Utiliser VSCode avec QMK](other_vscode.md)
- * [Support](support.md)
- * [Comment ajouter des traductions](translating.md)
+ * [Utiliser Eclipse avec QMK](fr-fr/other_eclipse.md)
+ * [Utiliser VSCode avec QMK](fr-fr/other_vscode.md)
+ * [Support](fr-fr/support.md)
+ * [Comment ajouter des traductions](fr-fr/translating.md)
* À l’intérieur de QMK (En cours de documentation)
- * [Définitions](internals_defines.md)
- * [Input Callback Reg](internals_input_callback_reg.md)
- * [Appareils Midi](internals_midi_device.md)
- * [Installation d’un appareil Midi](internals_midi_device_setup_process.md)
- * [Utilitaires Midi](internals_midi_util.md)
- * [Fonctions Midi](internals_send_functions.md)
- * [Outils Sysex](internals_sysex_tools.md)
+ * [Définitions](fr-fr/internals_defines.md)
+ * [Input Callback Reg](fr-fr/internals_input_callback_reg.md)
+ * [Appareils Midi](fr-fr/internals_midi_device.md)
+ * [Installation d’un appareil Midi](fr-fr/internals_midi_device_setup_process.md)
+ * [Utilitaires Midi](fr-fr/internals_midi_util.md)
+ * [Fonctions Midi](fr-fr/internals_send_functions.md)
+ * [Outils Sysex](fr-fr/internals_sysex_tools.md)