Update sidebars.js
This commit is contained in:
parent
ab92800e2a
commit
4424c71308
1 changed files with 26 additions and 0 deletions
|
@ -7,6 +7,10 @@ module.exports = {
|
|||
"user-setup",
|
||||
"customization",
|
||||
"troubleshooting",
|
||||
"features/conditional-layers",
|
||||
"features/debouncing",
|
||||
"features/backlight",
|
||||
"features/battery",
|
||||
],
|
||||
Features: [
|
||||
"features/keymaps",
|
||||
|
@ -15,6 +19,13 @@ module.exports = {
|
|||
"features/encoders",
|
||||
"features/underglow",
|
||||
"features/beta-testing",
|
||||
"behaviors/macros",
|
||||
"behaviors/key-toggle",
|
||||
"behaviors/tap-dance",
|
||||
"behaviors/caps-word",
|
||||
"behaviors/key-repeat",
|
||||
"behaviors/underglow",
|
||||
"behaviors/backlight",
|
||||
],
|
||||
Behaviors: [
|
||||
"behaviors/key-press",
|
||||
|
@ -43,6 +54,20 @@ module.exports = {
|
|||
"codes/power",
|
||||
"codes/keymap-upgrader",
|
||||
],
|
||||
Configuration: [
|
||||
"config/index",
|
||||
"config/backlight",
|
||||
"config/battery",
|
||||
"config/behaviors",
|
||||
"config/combos",
|
||||
"config/displays",
|
||||
"config/encoders",
|
||||
"config/keymap",
|
||||
"config/kscan",
|
||||
"config/power",
|
||||
"config/underglow",
|
||||
"config/system",
|
||||
],
|
||||
Development: [
|
||||
"development/clean-room",
|
||||
"development/documentation",
|
||||
|
@ -60,6 +85,7 @@ module.exports = {
|
|||
items: [
|
||||
"development/new-shield",
|
||||
"development/hardware-metadata-files",
|
||||
"development/new-behavior",
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue