diff options
Diffstat (limited to 'docs/zh/_sidebar.md')
| -rw-r--r-- | docs/zh/_sidebar.md | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/docs/zh/_sidebar.md b/docs/zh/_sidebar.md new file mode 100644 index 000000000..c16761292 --- /dev/null +++ b/docs/zh/_sidebar.md | |||
| @@ -0,0 +1,99 @@ | |||
| 1 | * [完全指南菜鳥](zh/newbs.md) | ||
| 2 | * [入門](zh/newbs_getting_started.md) | ||
| 3 | * [構建第一個固件](zh/newbs_building_firmware.md) | ||
| 4 | * [刷新固件](zh/newbs_flashing.md) | ||
| 5 | * [測試和調試](zh/newbs_testing_debugging.md) | ||
| 6 | * [最佳實踐](zh/newbs_best_practices.md) | ||
| 7 | * [學習資源](zh/newbs_learn_more_resources.md) | ||
| 8 | |||
| 9 | * [QMK基礎](zh/README.md) | ||
| 10 | * [QMK簡介](zh/getting_started_introduction.md) | ||
| 11 | * [特約QMK](zh/contributing.md) | ||
| 12 | * [如何使用Github上](zh/getting_started_github.md) | ||
| 13 | * [獲得幫助](zh/getting_started_getting_help.md) | ||
| 14 | |||
| 15 | * [常問問題](zh/faq.md) | ||
| 16 | * [常問問題](zh/faq_general.md) | ||
| 17 | * [構建/編譯QMK](zh/faq_build.md) | ||
| 18 | * [調試/故障排除QMK](zh/faq_debug.md) | ||
| 19 | * [鍵盤佈局](zh/faq_keymap.md) | ||
| 20 | |||
| 21 | * 詳細指南 | ||
| 22 | * [安裝編譯工具](zh/getting_started_build_tools.md) | ||
| 23 | * [流浪漢指南](zh/getting_started_vagrant.md) | ||
| 24 | * [構建/編譯器指令](zh/getting_started_make_guide.md) | ||
| 25 | * [刷新固件](zh/flashing.md) | ||
| 26 | * [定制功能](zh/custom_quantum_functions.md) | ||
| 27 | * [鍵盤映射概述](zh/keymap.md) | ||
| 28 | |||
| 29 | * [硬件](zh/hardware.md) | ||
| 30 | * [AVR處理器](zh/hardware_avr.md) | ||
| 31 | * [司機](zh/hardware_drivers.md) | ||
| 32 | |||
| 33 | * 參考 | ||
| 34 | * [Keyboard Guidelines](zh/hardware_keyboard_guidelines.md) | ||
| 35 | * [Config Options](zh/config_options.md) | ||
| 36 | * [Keycodes](zh/keycodes.md) | ||
| 37 | * [Documentation Best Practices](zh/documentation_best_practices.md) | ||
| 38 | * [Documentation Templates](zh/documentation_templates.md) | ||
| 39 | * [Glossary](zh/reference_glossary.md) | ||
| 40 | * [Unit Testing](zh/unit_testing.md) | ||
| 41 | * [Useful Functions](zh/ref_functions.md) | ||
| 42 | * [Configurator Support](zh/reference_configurator_support.md) | ||
| 43 | |||
| 44 | * [特點](zh/features.md) | ||
| 45 | * [Basic Keycodes](zh/keycodes_basic.md) | ||
| 46 | * [Quantum Keycodes](zh/quantum_keycodes.md) | ||
| 47 | * [Advanced Keycodes](zh/feature_advanced_keycodes.md) | ||
| 48 | * [Audio](zh/feature_audio.md) | ||
| 49 | * [Auto Shift](zh/feature_auto_shift.md) | ||
| 50 | * [Backlight](zh/feature_backlight.md) | ||
| 51 | * [Bluetooth](zh/feature_bluetooth.md) | ||
| 52 | * [Bootmagic](zh/feature_bootmagic.md) | ||
| 53 | * [Combos](zh/feature_combo) | ||
| 54 | * [Command](zh/feature_command.md) | ||
| 55 | * [Dynamic Macros](zh/feature_dynamic_macros.md) | ||
| 56 | * [Encoders](zh/feature_encoders.md) | ||
| 57 | * [Grave Escape](zh/feature_grave_esc.md) | ||
| 58 | * [Key Lock](zh/feature_key_lock.md) | ||
| 59 | * [Layouts](zh/feature_layouts.md) | ||
| 60 | * [Leader Key](zh/feature_leader_key.md) | ||
| 61 | * [Macros](zh/feature_macros.md) | ||
| 62 | * [Mouse Keys](zh/feature_mouse_keys.md) | ||
| 63 | * [One Shot Keys](zh/feature_advanced_keycodes.md#one-shot-keys) | ||
| 64 | * [Pointing Device](zh/feature_pointing_device.md) | ||
| 65 | * [PS/2 Mouse](zh/feature_ps2_mouse.md) | ||
| 66 | * [RGB Lighting](zh/feature_rgblight.md) | ||
| 67 | * [RGB Matrix](zh/feature_rgb_matrix.md) | ||
| 68 | * [Space Cadet Shift](zh/feature_space_cadet_shift.md) | ||
| 69 | * [Space Cadet Shift Enter](zh/feature_space_cadet_shift_enter.md) | ||
| 70 | * [Stenography](zh/feature_stenography.md) | ||
| 71 | * [Swap Hands](zh/feature_swap_hands.md) | ||
| 72 | * [Tap Dance](zh/feature_tap_dance.md) | ||
| 73 | * [Terminal](zh/feature_terminal.md) | ||
| 74 | * [Thermal Printer](zh/feature_thermal_printer.md) | ||
| 75 | * [Unicode](zh/feature_unicode.md) | ||
| 76 | * [Userspace](zh/feature_userspace.md) | ||
| 77 | * [US ANSI Shifted Keys](zh/keycodes_us_ansi_shifted.md) | ||
| 78 | |||
| 79 | * 對於製造商和遊戲模組 | ||
| 80 | * [Hand Wiring Guide](zh/hand_wire.md) | ||
| 81 | * [ISP Flashing Guide](zh/isp_flashing_guide.md) | ||
| 82 | * [ARM Debugging Guide](zh/arm_debugging.md) | ||
| 83 | * [I2C Driver](zh/i2c_driver.md) | ||
| 84 | |||
| 85 | * 為了更深入的了解 | ||
| 86 | * [How Keyboards Work](zh/how_keyboards_work.md) | ||
| 87 | * [Understanding QMK](zh/understanding_qmk.md) | ||
| 88 | |||
| 89 | * 其它主題 | ||
| 90 | * [Using Eclipse with QMK](zh/eclipse.md) | ||
| 91 | |||
| 92 | * QMK內部(進行中) | ||
| 93 | * [Defines](zh/internals_defines.md) | ||
| 94 | * [Input Callback Reg](zh/internals_input_callback_reg.md) | ||
| 95 | * [Midi Device](zh/internals_midi_device.md) | ||
| 96 | * [Midi Device Setup Process](zh/internals_midi_device_setup_process.md) | ||
| 97 | * [Midi Util](zh/internals_midi_util.md) | ||
| 98 | * [Send Functions](zh/internals_send_functions.md) | ||
| 99 | * [Sysex Tools](zh/internals_sysex_tools.md) | ||
