diff options
author | Cem Aksoylar <[email protected]> | 2024-11-28 23:00:33 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-28 23:00:33 -0800 |
commit | 3f7c9d7cc4f46617faad288421025ea2a6b0bd28 (patch) | |
tree | aafa217a23cf62b14bc3476eb866880b3378e99e /docs/sidebars.js | |
parent | 978c7cb12459549799e398529944ba5f686672a6 (diff) | |
download | zmk-3f7c9d7cc4f46617faad288421025ea2a6b0bd28.tar.gz zmk-3f7c9d7cc4f46617faad288421025ea2a6b0bd28.zip |
docs: Create a Hardware Integration index page (#2634)
Co-authored-by: Nicolas Munnich <[email protected]>
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index e7975fb2d5..c480a90721 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -124,12 +124,15 @@ module.exports = { { type: "category", label: "Hardware Integration", + link: { + type: "doc", + id: "development/hardware-integration/index", + }, collapsed: true, items: [ "development/hardware-integration/new-shield", "development/hardware-integration/physical-layouts", "development/hardware-integration/hardware-metadata-files", - "development/hardware-integration/boards-shields-keymaps", "development/hardware-integration/pinctrl", "development/hardware-integration/shift-registers", "development/hardware-integration/encoders", |