aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/sidebars.js
diff options
context:
space:
mode:
authorPete Johanson <[email protected]>2020-09-03 10:14:16 -0400
committerPete Johanson <[email protected]>2020-09-03 10:14:16 -0400
commite559cb2d713b4248697518f6bf3ece2e05b87ab3 (patch)
tree8416a3aa8841d967843f7e5798b50c8ac7918603 /docs/sidebars.js
parentc8f95dbaa8ec6cc28bc8fabb5726aa75c80c6f89 (diff)
downloadzmk-e559cb2d713b4248697518f6bf3ece2e05b87ab3.tar.gz
zmk-e559cb2d713b4248697518f6bf3ece2e05b87ab3.zip
Add hold-tap to sidebar.
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 53c5cf3d28..3df183b372 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -1,6 +1,13 @@
module.exports = {
someSidebar: {
- "Getting Started": ["intro", "hardware", "faq", "user-setup","customization", "bond-reset"],
+ "Getting Started": [
+ "intro",
+ "hardware",
+ "faq",
+ "user-setup",
+ "customization",
+ "bond-reset",
+ ],
Features: [
"feature/keymaps",
"feature/displays",
@@ -11,6 +18,7 @@ module.exports = {
"behavior/key-press",
"behavior/layers",
"behavior/misc",
+ "behavior/hold-tap",
"behavior/mod-tap",
"behavior/reset",
"behavior/lighting",