You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
816 B
38 lines
816 B
module.exports = { |
|
someSidebar: { |
|
"Getting Started": [ |
|
"intro", |
|
"hardware", |
|
"faq", |
|
"user-setup", |
|
"customization", |
|
"troubleshooting", |
|
], |
|
Features: [ |
|
"feature/keymaps", |
|
"feature/displays", |
|
"feature/encoders", |
|
"feature/underglow", |
|
], |
|
Behaviors: [ |
|
"behavior/key-press", |
|
"behavior/layers", |
|
"behavior/misc", |
|
"behavior/hold-tap", |
|
"behavior/mod-tap", |
|
"behavior/reset", |
|
"behavior/bluetooth", |
|
"behavior/lighting", |
|
"behavior/power", |
|
], |
|
Development: [ |
|
"dev-clean-room", |
|
"dev-setup", |
|
"dev-build-flash", |
|
"dev-boards-shields-keymaps", |
|
"dev-posix-board", |
|
"dev-tests", |
|
], |
|
"Dev Guides": ["dev-guide-new-shield", "dev-guide-usb-logging"], |
|
}, |
|
};
|
|
|