aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_summary.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2020-02-23 22:37:25 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-05 16:00:10 -0800
commit99850aabcad51dd4a46ee10c0f5349a4266084fe (patch)
treed59c25726ec8aa7209f15329a194f87f195de11d /docs/_summary.md
parent3c98854044066744ad79d8abc27d93951860af6d (diff)
downloadfirmware-99850aabcad51dd4a46ee10c0f5349a4266084fe.tar.gz
firmware-99850aabcad51dd4a46ee10c0f5349a4266084fe.tar.bz2
firmware-99850aabcad51dd4a46ee10c0f5349a4266084fe.zip
Add API documentation
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md27
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 @@
* [Testing and Debugging](newbs_testing_debugging.md)
* [Getting Help](getting_started_getting_help.md)
-* Breaking Changes
- * [Overview](breaking_changes.md)
- * [My Pull Request Was Flagged](breaking_changes_instructions.md)
- * History
- * [2019 Aug 30](ChangeLog/20190830.md)
-
* FAQs
* [General FAQ](faq_general.md)
* [Build/Compile QMK](faq_build.md)
@@ -19,8 +13,14 @@
* [Keymap](faq_keymap.md)
* [Driver Installation with Zadig](driver_installation_zadig.md)
+* Configurator
+ * [Overview](newbs_building_firmware_configurator.md)
+ * [Keyboard Support](reference_configurator_support.md)
+ * QMK API
+ * [Overview](api_overview.md)
+ * [API Documentation](api_docs.md)
+
* Using QMK
- * [Support](getting_started_getting_help.md)
* Guides
* [ARM Debugging Guide](arm_debugging.md)
* [Best Git Practices](newbs_git_best_practices.md)
@@ -89,8 +89,13 @@
* [Using Eclipse with QMK](other_eclipse.md)
* [Using VSCode with QMK](other_vscode.md)
-
* Developing QMK
+ * Breaking Changes
+ * [Overview](breaking_changes.md)
+ * [My Pull Request Was Flagged](breaking_changes_instructions.md)
+ * History
+ * [2019 Aug 30](ChangeLog/20190830.md)
+
* QMK Reference
* [Translating the QMK Docs](translating.md)
* [Config Options](config_options.md)
@@ -101,7 +106,6 @@
* [Community Layouts](feature_layouts.md)
* [Unit Testing](unit_testing.md)
* [Useful Functions](ref_functions.md)
- * [Configurator Support](reference_configurator_support.md)
* [info.json Format](reference_info_json.md)
* C Development
@@ -121,6 +125,11 @@
* [QMK CLI Config](cli_configuration.md)
* [Python CLI Development](cli_development.md)
+ * Configurator Development
+ * QMK API
+ * [Development Environment](api_development_environment.md)
+ * [Architecture Overview](api_development_overview.md)
+
* For a Deeper Understanding
* [How Keyboards Work](how_keyboards_work.md)
* [Understanding QMK](understanding_qmk.md)