40 lines
828 B
JavaScript
40 lines
828 B
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/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"],
|
|
},
|
|
};
|