50 lines
1 KiB
JavaScript
50 lines
1 KiB
JavaScript
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/outputs",
|
|
"behavior/lighting",
|
|
"behavior/power",
|
|
],
|
|
Codes: [
|
|
"codes/index",
|
|
"codes/keyboard-keypad",
|
|
"codes/modifiers",
|
|
"codes/editing",
|
|
"codes/media",
|
|
"codes/applications",
|
|
"codes/input-assist",
|
|
"codes/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"],
|
|
},
|
|
};
|