2020-05-25 21:33:21 -04:00
|
|
|
module.exports = {
|
|
|
|
|
someSidebar: {
|
2020-09-03 10:14:16 -04:00
|
|
|
"Getting Started": [
|
|
|
|
|
"intro",
|
|
|
|
|
"hardware",
|
|
|
|
|
"faq",
|
|
|
|
|
"user-setup",
|
|
|
|
|
"customization",
|
2020-10-25 13:23:51 -04:00
|
|
|
"troubleshooting",
|
2020-09-03 10:14:16 -04:00
|
|
|
],
|
2020-08-06 15:04:31 -04:00
|
|
|
Features: [
|
2020-11-11 16:24:19 -05:00
|
|
|
"features/keymaps",
|
|
|
|
|
"features/displays",
|
|
|
|
|
"features/encoders",
|
|
|
|
|
"features/underglow",
|
2020-08-06 15:04:31 -04:00
|
|
|
],
|
2020-08-08 18:23:11 -04:00
|
|
|
Behaviors: [
|
|
|
|
|
"behavior/key-press",
|
|
|
|
|
"behavior/layers",
|
2020-08-18 14:14:28 -04:00
|
|
|
"behavior/misc",
|
2020-09-03 10:14:16 -04:00
|
|
|
"behavior/hold-tap",
|
2020-08-18 15:24:38 -04:00
|
|
|
"behavior/mod-tap",
|
2020-08-21 00:33:48 -04:00
|
|
|
"behavior/reset",
|
2020-08-28 14:15:16 -04:00
|
|
|
"behavior/bluetooth",
|
2020-10-27 14:49:28 -04:00
|
|
|
"behavior/outputs",
|
2020-08-08 18:23:11 -04:00
|
|
|
"behavior/lighting",
|
2020-10-13 12:27:32 -04:00
|
|
|
"behavior/power",
|
2020-08-08 18:23:11 -04:00
|
|
|
],
|
2020-11-06 14:42:54 -05:00
|
|
|
Codes: [
|
|
|
|
|
"codes/index",
|
|
|
|
|
"codes/keyboard-keypad",
|
2020-11-06 15:34:36 -05:00
|
|
|
"codes/modifiers",
|
2020-11-06 14:42:54 -05:00
|
|
|
"codes/editing",
|
|
|
|
|
"codes/media",
|
|
|
|
|
"codes/applications",
|
|
|
|
|
"codes/input-assist",
|
|
|
|
|
"codes/power",
|
|
|
|
|
],
|
2020-07-06 11:40:03 -04:00
|
|
|
Development: [
|
|
|
|
|
"dev-clean-room",
|
|
|
|
|
"dev-setup",
|
2020-08-29 18:51:08 -04:00
|
|
|
"dev-build-flash",
|
2020-07-06 11:40:03 -04:00
|
|
|
"dev-boards-shields-keymaps",
|
|
|
|
|
"dev-posix-board",
|
2020-08-28 16:21:31 -04:00
|
|
|
"dev-tests",
|
2020-07-06 11:40:03 -04:00
|
|
|
],
|
2020-10-25 13:23:51 -04:00
|
|
|
"Dev Guides": ["dev-guide-new-shield", "dev-guide-usb-logging"],
|
2020-05-25 21:33:21 -04:00
|
|
|
},
|
|
|
|
|
};
|