aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/sidebars.js
diff options
context:
space:
mode:
authorPete Johanson <[email protected]>2021-01-23 23:50:30 -0500
committerPete Johanson <[email protected]>2021-01-24 16:42:44 -0500
commite8aa576781532e883308bf2aec3a77f68ae3f545 (patch)
tree1ff2fd1d8d67c3f691173bb6d2504304b1ce9512 /docs/sidebars.js
parenta4aaa73f06939417a911c5213480efe78aa70fab (diff)
downloadzmk-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.js2
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",