diff options
| author | Nick Brassel | 2024-12-13 10:42:47 +0100 |
|---|---|---|
| committer | GitHub | 2024-12-13 10:42:47 +0100 |
| commit | 597bbcb56782d298a569cbf0bcfd69753ff1922e (patch) | |
| tree | fcf29b89b18512b836cebc53fe6d01e90789c5a2 /docs/_sidebar.json | |
| parent | d589dbb05b31a318086cbf01588230831140d95f (diff) | |
Add licensing violations page. (#24697)
Diffstat (limited to 'docs/_sidebar.json')
| -rw-r--r-- | docs/_sidebar.json | 3 |
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 @@ { "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": "Glossary", "link": "/reference_glossary" }, + { "text": "License Violations", "link": "/license_violations" } ] }, { |