2020-05-25 21:33:21 -04:00
|
|
|
module.exports = {
|
2020-11-12 09:41:03 -05:00
|
|
|
docs: {
|
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",
|
2021-01-23 23:50:30 -05:00
|
|
|
"features/combos",
|
2020-11-11 16:24:19 -05:00
|
|
|
"features/displays",
|
|
|
|
|
"features/encoders",
|
|
|
|
|
"features/underglow",
|
2020-08-06 15:04:31 -04:00
|
|
|
],
|
2020-08-08 18:23:11 -04:00
|
|
|
Behaviors: [
|
2020-11-11 16:25:32 -05:00
|
|
|
"behaviors/key-press",
|
|
|
|
|
"behaviors/layers",
|
|
|
|
|
"behaviors/misc",
|
|
|
|
|
"behaviors/hold-tap",
|
|
|
|
|
"behaviors/mod-tap",
|
2020-12-13 08:33:28 -05:00
|
|
|
"behaviors/sticky-key",
|
|
|
|
|
"behaviors/sticky-layer",
|
2020-11-11 16:25:32 -05:00
|
|
|
"behaviors/reset",
|
|
|
|
|
"behaviors/bluetooth",
|
|
|
|
|
"behaviors/outputs",
|
|
|
|
|
"behaviors/lighting",
|
|
|
|
|
"behaviors/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-11-07 19:03:20 -05:00
|
|
|
"codes/keymap-upgrader",
|
2020-11-06 14:42:54 -05:00
|
|
|
],
|
2020-07-06 11:40:03 -04:00
|
|
|
Development: [
|
2020-11-12 07:18:45 -05:00
|
|
|
"development/clean-room",
|
2020-11-27 17:04:15 -05:00
|
|
|
"development/documentation",
|
2020-11-12 07:18:45 -05:00
|
|
|
"development/setup",
|
|
|
|
|
"development/build-flash",
|
|
|
|
|
"development/boards-shields-keymaps",
|
|
|
|
|
"development/posix-board",
|
|
|
|
|
"development/tests",
|
2020-11-12 08:33:25 -05:00
|
|
|
"development/usb-logging",
|
2020-09-19 17:32:24 -04:00
|
|
|
"development/ide-integration",
|
2020-11-12 08:38:35 -05:00
|
|
|
{
|
|
|
|
|
type: "category",
|
|
|
|
|
label: "Guides",
|
|
|
|
|
collapsed: false,
|
|
|
|
|
items: ["development/new-shield"],
|
|
|
|
|
},
|
2020-11-12 07:18:45 -05:00
|
|
|
],
|
2020-05-25 21:33:21 -04:00
|
|
|
},
|
|
|
|
|
};
|