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",
|
|
|
|
"features/displays",
|
|
|
|
"features/encoders",
|
|
|
|
"features/underglow",
|
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",
|
|
|
|
"behaviors/reset",
|
|
|
|
"behaviors/bluetooth",
|
|
|
|
"behaviors/outputs",
|
|
|
|
"behaviors/lighting",
|
|
|
|
"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-07-07 01:40:03 +10:00
|
|
|
Development: [
|
2020-11-12 23:18:45 +11:00
|
|
|
"development/clean-room",
|
|
|
|
"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-11-13 00:38:35 +11:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Guides",
|
|
|
|
collapsed: false,
|
|
|
|
items: ["development/new-shield"],
|
|
|
|
},
|
2020-11-12 23:18:45 +11:00
|
|
|
],
|
2020-05-26 11:33:21 +10:00
|
|
|
},
|
|
|
|
};
|