diff options
| author | QMK Bot | 2025-08-01 15:27:05 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-08-01 15:27:05 +0200 |
| commit | efce9bc9b558f2681eb5a82b66e6ebf4dbf82916 (patch) | |
| tree | 7ebed66735568c60591eb719f3cb4f53a9286289 /docs/_sidebar.json | |
| parent | 7a939ec218056346930096a6e1836fd6bcf64027 (diff) | |
| parent | d575bf7ddcb66849a449aa5f714eb926644862ec (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/_sidebar.json')
| -rw-r--r-- | docs/_sidebar.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/_sidebar.json b/docs/_sidebar.json index 37f2dc580c..ee4709a650 100644 --- a/docs/_sidebar.json +++ b/docs/_sidebar.json @@ -21,8 +21,14 @@ { "text": "Debugging QMK", "link": "/faq_debug" }, { "text": "Keymap FAQ", "link": "/faq_keymap" }, { "text": "Squeezing Space from AVR", "link": "/squeezing_avr" }, - { "text": "Glossary", "link": "/reference_glossary" }, - { "text": "License Violations", "link": "/license_violations" } + { "text": "Glossary", "link": "/reference_glossary" } + ] + }, + { + "text": "Licensing", + "items": [ + { "text": "License Violations", "link": "/license_violations" }, + { "text": "Proprietary Libraries", "link": "/proprietary_libs" } ] }, { |