summaryrefslogtreecommitdiff
path: root/docs/_sidebar.json
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-12-13 20:42:47 +1100
committerGitHub <noreply@github.com>2024-12-13 20:42:47 +1100
commit597bbcb56782d298a569cbf0bcfd69753ff1922e (patch)
treefcf29b89b18512b836cebc53fe6d01e90789c5a2 /docs/_sidebar.json
parentd589dbb05b31a318086cbf01588230831140d95f (diff)
Add licensing violations page. (#24697)
Diffstat (limited to 'docs/_sidebar.json')
-rw-r--r--docs/_sidebar.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_sidebar.json b/docs/_sidebar.json
index a68516b5de..95601be7de 100644
--- a/docs/_sidebar.json
+++ b/docs/_sidebar.json
@@ -21,7 +21,8 @@
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 ]
26 }, 27 },
27 { 28 {