summaryrefslogtreecommitdiff
path: root/docs/sidebars.js
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-08-10 13:46:46 -0400
committerGitHub <noreply@github.com>2020-08-10 13:46:46 -0400
commitbc6b11eb02352900a62434ab60415f972222a1a2 (patch)
tree8f39865685bdad0593e8f706590c326b4f0e6080 /docs/sidebars.js
parent579ca63120c7ba3df430d0c5c059140966f77bca (diff)
parentfd77fdb63d5fe8a031f0adfa1a4f5964e6f339ef (diff)
Merge pull request #78 from Nicell/docs/rgb
Add RGB documentation
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 7b04864..1bd0358 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -7,7 +7,11 @@ module.exports = {
"feature/encoders",
"feature/underglow",
],
- Behaviors: ["behavior/key-press", "behavior/layers"],
+ Behaviors: [
+ "behavior/key-press",
+ "behavior/layers",
+ "behavior/lighting",
+ ],
Development: [
"dev-clean-room",
"dev-setup",