2020-05-26 11:33:21 +10:00
|
|
|
module.exports = {
|
2020-11-13 01:41:03 +11:00
|
|
|
docs: {
|
2020-09-04 00:14:16 +10:00
|
|
|
"Getting Started": [
|
|
|
|
"intro",
|
|
|
|
"hardware",
|
|
|
|
"faq",
|
|
|
|
"user-setup",
|
|
|
|
"customization",
|
2020-10-26 04:23:51 +11:00
|
|
|
"troubleshooting",
|
2020-09-04 00:14:16 +10:00
|
|
|
],
|
2020-08-07 05:04:31 +10:00
|
|
|
Features: [
|
2020-11-12 08:24:19 +11:00
|
|
|
"features/keymaps",
|
2021-01-24 15:50:30 +11:00
|
|
|
"features/combos",
|
2021-10-02 12:05:37 +10:00
|
|
|
"features/conditional-layers",
|
2021-07-31 16:23:33 +10:00
|
|
|
"features/debouncing",
|
2020-11-12 08:24:19 +11:00
|
|
|
"features/displays",
|
|
|
|
"features/encoders",
|
|
|
|
"features/underglow",
|
2021-10-10 03:25:00 +11:00
|
|
|
"features/backlight",
|
2022-04-16 14:17:38 +10:00
|
|
|
"features/battery",
|
2021-03-08 02:47:44 +11:00
|
|
|
"features/beta-testing",
|
2020-08-07 05:04:31 +10:00
|
|
|
],
|
2020-08-09 08:23:11 +10:00
|
|
|
Behaviors: [
|
2020-11-12 08:25:32 +11:00
|
|
|
"behaviors/key-press",
|
|
|
|
"behaviors/layers",
|
|
|
|
"behaviors/misc",
|
|
|
|
"behaviors/hold-tap",
|
|
|
|
"behaviors/mod-tap",
|
2021-04-06 09:04:38 +10:00
|
|
|
"behaviors/mod-morph",
|
2022-03-16 15:09:10 +11:00
|
|
|
"behaviors/macros",
|
2020-12-14 00:33:28 +11:00
|
|
|
"behaviors/sticky-key",
|
|
|
|
"behaviors/sticky-layer",
|
2022-03-16 16:08:42 +11:00
|
|
|
"behaviors/tap-dance",
|
2021-06-09 16:10:20 +10:00
|
|
|
"behaviors/caps-word",
|
2022-02-12 19:46:08 +11:00
|
|
|
"behaviors/key-repeat",
|
2020-11-12 08:25:32 +11:00
|
|
|
"behaviors/reset",
|
|
|
|
"behaviors/bluetooth",
|
|
|
|
"behaviors/outputs",
|
2021-10-10 03:25:00 +11:00
|
|
|
"behaviors/underglow",
|
|
|
|
"behaviors/backlight",
|
2020-11-12 08:25:32 +11:00
|
|
|
"behaviors/power",
|
2020-08-09 08:23:11 +10:00
|
|
|
],
|
2020-11-07 06:42:54 +11:00
|
|
|
Codes: [
|
|
|
|
"codes/index",
|
|
|
|
"codes/keyboard-keypad",
|
2020-11-07 07:34:36 +11:00
|
|
|
"codes/modifiers",
|
2020-11-07 06:42:54 +11:00
|
|
|
"codes/editing",
|
|
|
|
"codes/media",
|
|
|
|
"codes/applications",
|
|
|
|
"codes/input-assist",
|
|
|
|
"codes/power",
|
2020-11-08 11:03:20 +11:00
|
|
|
"codes/keymap-upgrader",
|
2020-11-07 06:42:54 +11:00
|
|
|
],
|
2020-07-07 01:40:03 +10:00
|
|
|
Development: [
|
2020-11-12 23:18:45 +11:00
|
|
|
"development/clean-room",
|
2020-11-28 09:04:15 +11:00
|
|
|
"development/documentation",
|
2020-11-12 23:18:45 +11:00
|
|
|
"development/setup",
|
|
|
|
"development/build-flash",
|
|
|
|
"development/boards-shields-keymaps",
|
|
|
|
"development/posix-board",
|
|
|
|
"development/tests",
|
2020-11-13 00:33:25 +11:00
|
|
|
"development/usb-logging",
|
2020-09-20 07:32:24 +10:00
|
|
|
"development/ide-integration",
|
2020-11-13 00:38:35 +11:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Guides",
|
|
|
|
collapsed: false,
|
2021-07-28 14:55:36 +10:00
|
|
|
items: [
|
|
|
|
"development/new-shield",
|
|
|
|
"development/hardware-metadata-files",
|
|
|
|
],
|
2020-11-13 00:38:35 +11:00
|
|
|
},
|
2020-11-12 23:18:45 +11:00
|
|
|
],
|
2020-05-26 11:33:21 +10:00
|
|
|
},
|
|
|
|
};
|