diff options
author | Pete Johanson <[email protected]> | 2021-01-23 23:50:30 -0500 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-01-24 16:42:44 -0500 |
commit | e8aa576781532e883308bf2aec3a77f68ae3f545 (patch) | |
tree | 1ff2fd1d8d67c3f691173bb6d2504304b1ce9512 /docs/sidebars.js | |
parent | a4aaa73f06939417a911c5213480efe78aa70fab (diff) | |
download | zmk-e8aa576781532e883308bf2aec3a77f68ae3f545.tar.gz zmk-e8aa576781532e883308bf2aec3a77f68ae3f545.zip |
refactor(docs): Move combos under Features.
* Since combos aren't a behavior, but a new high level keymap
feature, move under Features section.
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index d095a47e77..56de3eb8c2 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -10,6 +10,7 @@ module.exports = { ], Features: [ "features/keymaps", + "features/combos", "features/displays", "features/encoders", "features/underglow", @@ -20,7 +21,6 @@ module.exports = { "behaviors/misc", "behaviors/hold-tap", "behaviors/mod-tap", - "behaviors/combos", "behaviors/reset", "behaviors/bluetooth", "behaviors/outputs", |