summaryrefslogtreecommitdiff
path: root/docs/_sidebar.json
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2025-08-01 23:26:30 +1000
committerGitHub <noreply@github.com>2025-08-01 23:26:30 +1000
commitd575bf7ddcb66849a449aa5f714eb926644862ec (patch)
treef32a6720d76ad5ef4f5cf4dcbc0f2c8c8c52f3b3 /docs/_sidebar.json
parent36c3f4deba7e4c670736cc95db144b25156e90f1 (diff)
Add proprietary libraries policy page. (#25532)
Diffstat (limited to 'docs/_sidebar.json')
-rw-r--r--docs/_sidebar.json10
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 @@
21 { "text": "Debugging QMK", "link": "/faq_debug" }, 21 { "text": "Debugging QMK", "link": "/faq_debug" },
22 { "text": "Keymap FAQ", "link": "/faq_keymap" }, 22 { "text": "Keymap FAQ", "link": "/faq_keymap" },
23 { "text": "Squeezing Space from AVR", "link": "/squeezing_avr" }, 23 { "text": "Squeezing Space from AVR", "link": "/squeezing_avr" },
24 { "text": "Glossary", "link": "/reference_glossary" }, 24 { "text": "Glossary", "link": "/reference_glossary" }
25 { "text": "License Violations", "link": "/license_violations" } 25 ]
26 },
27 {
28 "text": "Licensing",
29 "items": [
30 { "text": "License Violations", "link": "/license_violations" },
31 { "text": "Proprietary Libraries", "link": "/proprietary_libs" }
26 ] 32 ]
27 }, 33 },
28 { 34 {