diff options
| author | skullY <skullydazed@gmail.com> | 2020-02-23 22:37:25 -0800 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
| commit | 99850aabcad51dd4a46ee10c0f5349a4266084fe (patch) | |
| tree | d59c25726ec8aa7209f15329a194f87f195de11d /docs/_summary.md | |
| parent | 3c98854044066744ad79d8abc27d93951860af6d (diff) | |
| download | qmk_firmware-99850aabcad51dd4a46ee10c0f5349a4266084fe.tar.gz qmk_firmware-99850aabcad51dd4a46ee10c0f5349a4266084fe.zip | |
Add API documentation
Diffstat (limited to 'docs/_summary.md')
| -rw-r--r-- | docs/_summary.md | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index baa493717..dee8a3198 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
| @@ -6,12 +6,6 @@ | |||
| 6 | * [Testing and Debugging](newbs_testing_debugging.md) | 6 | * [Testing and Debugging](newbs_testing_debugging.md) |
| 7 | * [Getting Help](getting_started_getting_help.md) | 7 | * [Getting Help](getting_started_getting_help.md) |
| 8 | 8 | ||
| 9 | * Breaking Changes | ||
| 10 | * [Overview](breaking_changes.md) | ||
| 11 | * [My Pull Request Was Flagged](breaking_changes_instructions.md) | ||
| 12 | * History | ||
| 13 | * [2019 Aug 30](ChangeLog/20190830.md) | ||
| 14 | |||
| 15 | * FAQs | 9 | * FAQs |
| 16 | * [General FAQ](faq_general.md) | 10 | * [General FAQ](faq_general.md) |
| 17 | * [Build/Compile QMK](faq_build.md) | 11 | * [Build/Compile QMK](faq_build.md) |
| @@ -19,8 +13,14 @@ | |||
| 19 | * [Keymap](faq_keymap.md) | 13 | * [Keymap](faq_keymap.md) |
| 20 | * [Driver Installation with Zadig](driver_installation_zadig.md) | 14 | * [Driver Installation with Zadig](driver_installation_zadig.md) |
| 21 | 15 | ||
| 16 | * Configurator | ||
| 17 | * [Overview](newbs_building_firmware_configurator.md) | ||
| 18 | * [Keyboard Support](reference_configurator_support.md) | ||
| 19 | * QMK API | ||
| 20 | * [Overview](api_overview.md) | ||
| 21 | * [API Documentation](api_docs.md) | ||
| 22 | |||
| 22 | * Using QMK | 23 | * Using QMK |
| 23 | * [Support](getting_started_getting_help.md) | ||
| 24 | * Guides | 24 | * Guides |
| 25 | * [ARM Debugging Guide](arm_debugging.md) | 25 | * [ARM Debugging Guide](arm_debugging.md) |
| 26 | * [Best Git Practices](newbs_git_best_practices.md) | 26 | * [Best Git Practices](newbs_git_best_practices.md) |
| @@ -89,8 +89,13 @@ | |||
| 89 | * [Using Eclipse with QMK](other_eclipse.md) | 89 | * [Using Eclipse with QMK](other_eclipse.md) |
| 90 | * [Using VSCode with QMK](other_vscode.md) | 90 | * [Using VSCode with QMK](other_vscode.md) |
| 91 | 91 | ||
| 92 | |||
| 93 | * Developing QMK | 92 | * Developing QMK |
| 93 | * Breaking Changes | ||
| 94 | * [Overview](breaking_changes.md) | ||
| 95 | * [My Pull Request Was Flagged](breaking_changes_instructions.md) | ||
| 96 | * History | ||
| 97 | * [2019 Aug 30](ChangeLog/20190830.md) | ||
| 98 | |||
| 94 | * QMK Reference | 99 | * QMK Reference |
| 95 | * [Translating the QMK Docs](translating.md) | 100 | * [Translating the QMK Docs](translating.md) |
| 96 | * [Config Options](config_options.md) | 101 | * [Config Options](config_options.md) |
| @@ -101,7 +106,6 @@ | |||
| 101 | * [Community Layouts](feature_layouts.md) | 106 | * [Community Layouts](feature_layouts.md) |
| 102 | * [Unit Testing](unit_testing.md) | 107 | * [Unit Testing](unit_testing.md) |
| 103 | * [Useful Functions](ref_functions.md) | 108 | * [Useful Functions](ref_functions.md) |
| 104 | * [Configurator Support](reference_configurator_support.md) | ||
| 105 | * [info.json Format](reference_info_json.md) | 109 | * [info.json Format](reference_info_json.md) |
| 106 | 110 | ||
| 107 | * C Development | 111 | * C Development |
| @@ -121,6 +125,11 @@ | |||
| 121 | * [QMK CLI Config](cli_configuration.md) | 125 | * [QMK CLI Config](cli_configuration.md) |
| 122 | * [Python CLI Development](cli_development.md) | 126 | * [Python CLI Development](cli_development.md) |
| 123 | 127 | ||
| 128 | * Configurator Development | ||
| 129 | * QMK API | ||
| 130 | * [Development Environment](api_development_environment.md) | ||
| 131 | * [Architecture Overview](api_development_overview.md) | ||
| 132 | |||
| 124 | * For a Deeper Understanding | 133 | * For a Deeper Understanding |
| 125 | * [How Keyboards Work](how_keyboards_work.md) | 134 | * [How Keyboards Work](how_keyboards_work.md) |
| 126 | * [Understanding QMK](understanding_qmk.md) | 135 | * [Understanding QMK](understanding_qmk.md) |
