refactor(docs): Change behavior to behaviors

Makes a better URL.
This commit is contained in:
innovaker
2020-11-11 21:25:32 +00:00
committed by Pete Johanson
parent a685d88744
commit 2871dca9bf
16 changed files with 45 additions and 45 deletions

View File

@@ -15,16 +15,16 @@ module.exports = {
"features/underglow",
],
Behaviors: [
"behavior/key-press",
"behavior/layers",
"behavior/misc",
"behavior/hold-tap",
"behavior/mod-tap",
"behavior/reset",
"behavior/bluetooth",
"behavior/outputs",
"behavior/lighting",
"behavior/power",
"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",