diff options
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 8a40ccd7f..611c283ac 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
@@ -8,6 +8,7 @@ | |||
8 | 8 | ||
9 | * [QMK Basics](README.md) | 9 | * [QMK Basics](README.md) |
10 | * [QMK Introduction](getting_started_introduction.md) | 10 | * [QMK Introduction](getting_started_introduction.md) |
11 | * [QMK CLI](cli.md) | ||
11 | * [Contributing to QMK](contributing.md) | 12 | * [Contributing to QMK](contributing.md) |
12 | * [How to Use Github](getting_started_github.md) | 13 | * [How to Use Github](getting_started_github.md) |
13 | * [Getting Help](getting_started_getting_help.md) | 14 | * [Getting Help](getting_started_getting_help.md) |
@@ -34,6 +35,8 @@ | |||
34 | * [Keyboard Guidelines](hardware_keyboard_guidelines.md) | 35 | * [Keyboard Guidelines](hardware_keyboard_guidelines.md) |
35 | * [Config Options](config_options.md) | 36 | * [Config Options](config_options.md) |
36 | * [Keycodes](keycodes.md) | 37 | * [Keycodes](keycodes.md) |
38 | * [Coding Conventions - C](coding_conventions_c.md) | ||
39 | * [Coding Conventions - Python](coding_conventions_python.md) | ||
37 | * [Documentation Best Practices](documentation_best_practices.md) | 40 | * [Documentation Best Practices](documentation_best_practices.md) |
38 | * [Documentation Templates](documentation_templates.md) | 41 | * [Documentation Templates](documentation_templates.md) |
39 | * [Glossary](reference_glossary.md) | 42 | * [Glossary](reference_glossary.md) |
@@ -41,6 +44,7 @@ | |||
41 | * [Useful Functions](ref_functions.md) | 44 | * [Useful Functions](ref_functions.md) |
42 | * [Configurator Support](reference_configurator_support.md) | 45 | * [Configurator Support](reference_configurator_support.md) |
43 | * [info.json Format](reference_info_json.md) | 46 | * [info.json Format](reference_info_json.md) |
47 | * [Python Development](python_development.md) | ||
44 | 48 | ||
45 | * [Features](features.md) | 49 | * [Features](features.md) |
46 | * [Basic Keycodes](keycodes_basic.md) | 50 | * [Basic Keycodes](keycodes_basic.md) |