You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module.exports = {
|
|
|
|
someSidebar: {
|
|
|
|
"Getting Started": [
|
|
|
|
"intro",
|
|
|
|
"hardware",
|
|
|
|
"faq",
|
|
|
|
"user-setup",
|
|
|
|
"customization",
|
|
|
|
"troubleshooting",
|
|
|
|
],
|
|
|
|
Features: [
|
|
|
|
"features/keymaps",
|
|
|
|
"features/displays",
|
|
|
|
"features/encoders",
|
|
|
|
"features/underglow",
|
|
|
|
],
|
|
|
|
Behaviors: [
|
|
|
|
"behaviors/key-press",
|
|
|
|
"behaviors/layers",
|
|
|
|
"behaviors/misc",
|
|
|
|
"behaviors/hold-tap",
|
|
|
|
"behaviors/mod-tap",
|
|
|
|
"behaviors/reset",
|
|
|
|
"behaviors/bluetooth",
|
|
|
|
"behaviors/outputs",
|
|
|
|
"behaviors/lighting",
|
|
|
|
"behaviors/power",
|
|
|
|
],
|
|
|
|
Codes: [
|
|
|
|
"codes/index",
|
|
|
|
"codes/keyboard-keypad",
|
|
|
|
"codes/modifiers",
|
|
|
|
"codes/editing",
|
|
|
|
"codes/media",
|
|
|
|
"codes/applications",
|
|
|
|
"codes/input-assist",
|
|
|
|
"codes/power",
|
|
|
|
],
|
|
|
|
Development: [
|
|
|
|
"dev-clean-room",
|
|
|
|
"dev-setup",
|
|
|
|
"dev-build-flash",
|
|
|
|
"dev-boards-shields-keymaps",
|
|
|
|
"dev-posix-board",
|
|
|
|
"dev-tests",
|
|
|
|
],
|
|
|
|
"Dev Guides": ["dev-guide-new-shield", "dev-guide-usb-logging"],
|
|
|
|
},
|
|
|
|
};
|