diff options
| author | Nick Brassel | 2025-08-01 15:26:30 +0200 |
|---|---|---|
| committer | GitHub | 2025-08-01 15:26:30 +0200 |
| commit | d575bf7ddcb66849a449aa5f714eb926644862ec (patch) | |
| tree | f32a6720d76ad5ef4f5cf4dcbc0f2c8c8c52f3b3 /docs/_sidebar.json | |
| parent | 36c3f4deba7e4c670736cc95db144b25156e90f1 (diff) | |
Add proprietary libraries policy page. (#25532)
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" } ] }, { |