2020-05-26 11:33:21 +10:00
|
|
|
module.exports = {
|
|
|
|
someSidebar: {
|
2020-09-04 00:14:16 +10:00
|
|
|
"Getting Started": [
|
|
|
|
"intro",
|
|
|
|
"hardware",
|
|
|
|
"faq",
|
|
|
|
"user-setup",
|
|
|
|
"customization",
|
2020-09-07 12:55:56 +10:00
|
|
|
"troubleshooting"
|
2020-09-04 00:14:16 +10:00
|
|
|
],
|
2020-08-07 05:04:31 +10:00
|
|
|
Features: [
|
|
|
|
"feature/keymaps",
|
|
|
|
"feature/displays",
|
|
|
|
"feature/encoders",
|
|
|
|
"feature/underglow",
|
|
|
|
],
|
2020-08-09 08:23:11 +10:00
|
|
|
Behaviors: [
|
|
|
|
"behavior/key-press",
|
|
|
|
"behavior/layers",
|
2020-08-19 04:14:28 +10:00
|
|
|
"behavior/misc",
|
2020-09-04 00:14:16 +10:00
|
|
|
"behavior/hold-tap",
|
2020-08-19 05:24:38 +10:00
|
|
|
"behavior/mod-tap",
|
2020-08-21 14:33:48 +10:00
|
|
|
"behavior/reset",
|
2020-08-29 04:15:16 +10:00
|
|
|
"behavior/bluetooth",
|
2020-08-09 08:23:11 +10:00
|
|
|
"behavior/lighting",
|
2020-10-14 03:27:32 +11:00
|
|
|
"behavior/power",
|
2020-08-09 08:23:11 +10:00
|
|
|
],
|
2020-07-07 01:40:03 +10:00
|
|
|
Development: [
|
|
|
|
"dev-clean-room",
|
|
|
|
"dev-setup",
|
2020-08-30 08:51:08 +10:00
|
|
|
"dev-build-flash",
|
2020-07-07 01:40:03 +10:00
|
|
|
"dev-boards-shields-keymaps",
|
|
|
|
"dev-posix-board",
|
2020-08-29 06:21:31 +10:00
|
|
|
"dev-tests",
|
2020-07-07 01:40:03 +10:00
|
|
|
],
|
2020-09-02 14:12:09 +10:00
|
|
|
"Dev Guides": [
|
|
|
|
"dev-guide-new-shield",
|
|
|
|
"dev-guide-usb-logging"],
|
2020-05-26 11:33:21 +10:00
|
|
|
},
|
|
|
|
};
|