diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-11 21:25:32 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-16 15:33:44 -0500 |
commit | 2871dca9bfce2588e23da0905d7142ef5ff1c1a1 (patch) | |
tree | ba2946ae5958e227efa90b5b823c1fb25fd48986 /docs/sidebars.js | |
parent | a685d88744dcf2c9f901fff2d136a129c83d83ab (diff) |
refactor(docs): Change `behavior` to `behaviors`
Makes a better URL.
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index d64d96c..9add949 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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", |