diff options
author | Joel Spadin <[email protected]> | 2020-10-27 13:49:28 -0500 |
---|---|---|
committer | Joel Spadin <[email protected]> | 2020-10-28 18:15:05 -0500 |
commit | 2fe1fbb526d9190e478999f36adbcfcf4a8847b2 (patch) | |
tree | 1d6dbc3ed34a14f427e39d580e27c5064ca1bfb2 /docs/sidebars.js | |
parent | 600bba25f049b1fa161b2372b2a47762164c7fcd (diff) | |
download | zmk-2fe1fbb526d9190e478999f36adbcfcf4a8847b2.tar.gz zmk-2fe1fbb526d9190e478999f36adbcfcf4a8847b2.zip |
feat(endpoints): rename behavior to outputs
"Outputs" is probably easier for most people to understand than "endpoints".
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 334a35dfd5..c8dc79fc4e 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -22,7 +22,7 @@ module.exports = { "behavior/mod-tap", "behavior/reset", "behavior/bluetooth", - "behavior/endpoints", + "behavior/outputs", "behavior/lighting", "behavior/power", ], |