diff options
author | Nicolas Munnich <[email protected]> | 2024-09-30 19:06:00 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-30 10:06:00 -0700 |
commit | a314128ea8e0d499b1a8118e195326318cbbfd79 (patch) | |
tree | f62042f9bf0171af3eba69f208dbf49c7c38d7b1 /docs/sidebars.js | |
parent | e68abe57d8b63219343c206f9116a70b150a9df4 (diff) | |
download | zmk-a314128ea8e0d499b1a8118e195326318cbbfd79.tar.gz zmk-a314128ea8e0d499b1a8118e195326318cbbfd79.zip |
docs: Pull encoders from new shield guide to its own page (#2510)
Co-authored-by: Cem Aksoylar <[email protected]>
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 8825746f45..9f67147149 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -129,6 +129,7 @@ module.exports = { "development/hardware-integration/boards-shields-keymaps", "development/hardware-integration/studio-setup", "development/hardware-integration/shift-registers", + "development/hardware-integration/encoders", ], }, { |