mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
module.exports = {
|
|
someSidebar: {
|
|
'Getting Started': ["intro", "hardware", "faq"],
|
|
Development: ["dev-setup", "dev-clean-room", "dev-posix-board"],
|
|
},
|
|
};
|