summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/sidebars.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 53c5cf3..3df183b 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",