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",
|
"user-setup",
|
||||||
"customization",
|
"customization",
|
||||||
"troubleshooting",
|
"troubleshooting",
|
||||||
|
"features/conditional-layers",
|
||||||
|
"features/debouncing",
|
||||||
|
"features/backlight",
|
||||||
|
"features/battery",
|
||||||
],
|
],
|
||||||
Features: [
|
Features: [
|
||||||
"features/keymaps",
|
"features/keymaps",
|
||||||
|
@ -15,6 +19,13 @@ module.exports = {
|
||||||
"features/encoders",
|
"features/encoders",
|
||||||
"features/underglow",
|
"features/underglow",
|
||||||
"features/beta-testing",
|
"features/beta-testing",
|
||||||
|
"behaviors/macros",
|
||||||
|
"behaviors/key-toggle",
|
||||||
|
"behaviors/tap-dance",
|
||||||
|
"behaviors/caps-word",
|
||||||
|
"behaviors/key-repeat",
|
||||||
|
"behaviors/underglow",
|
||||||
|
"behaviors/backlight",
|
||||||
],
|
],
|
||||||
Behaviors: [
|
Behaviors: [
|
||||||
"behaviors/key-press",
|
"behaviors/key-press",
|
||||||
|
@ -43,6 +54,20 @@ module.exports = {
|
||||||
"codes/power",
|
"codes/power",
|
||||||
"codes/keymap-upgrader",
|
"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: [
|
||||||
"development/clean-room",
|
"development/clean-room",
|
||||||
"development/documentation",
|
"development/documentation",
|
||||||
|
@ -60,6 +85,7 @@ module.exports = {
|
||||||
items: [
|
items: [
|
||||||
"development/new-shield",
|
"development/new-shield",
|
||||||
"development/hardware-metadata-files",
|
"development/hardware-metadata-files",
|
||||||
|
"development/new-behavior",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue