diff options
author | Cody McGinnis <[email protected]> | 2021-03-01 21:59:02 -0500 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-03-10 13:45:50 -0500 |
commit | ac50e741be88b043c47e65c13770ba24384c45ae (patch) | |
tree | 701d223956ceac1a825639e5d95194d529b4ae6b /docs/sidebars.js | |
parent | daf10d9741f7f78e2169b8f337b75764ccd402c7 (diff) | |
download | zmk-ac50e741be88b043c47e65c13770ba24384c45ae.tar.gz zmk-ac50e741be88b043c47e65c13770ba24384c45ae.zip |
move the information to its own page
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index e98b3f8167..4153b308f1 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -14,6 +14,7 @@ module.exports = { "features/displays", "features/encoders", "features/underglow", + "features/under-development", ], Behaviors: [ "behaviors/key-press", |