fix(docs): Better behavior sidebar label/titles.
This commit is contained in:
parent
63a408d2a0
commit
1ff13676f7
5 changed files with 17 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Key Presses
|
||||
title: Key Press Behaviors
|
||||
sidebar_label: Key Press
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Layers
|
||||
title: Layer Behaviors
|
||||
sidebar_label: Layers
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
@ -56,6 +57,7 @@ Example:
|
|||
```
|
||||
|
||||
"Toggle layer" for a :
|
||||
|
||||
```
|
||||
#define DEFAULT 0
|
||||
#define NAVI 1
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Lighting
|
||||
title: Lighting Behavior
|
||||
sidebar_label: Lighting
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
@ -21,7 +22,7 @@ This will allow you to reference the actions defined in this header such as `RGB
|
|||
Here is a table describing the action for each define:
|
||||
|
||||
| Define | Action |
|
||||
|-----------|-----------------------------------------------------------|
|
||||
| --------- | --------------------------------------------------------- |
|
||||
| `RGB_TOG` | Toggles the RGB feature on and off |
|
||||
| `RGB_HUI` | Increases the hue of the RGB feature |
|
||||
| `RGB_HUD` | Decreases the hue of the RGB feature |
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Miscellaneous
|
||||
title: Miscellaneous Behaviors
|
||||
sidebar_label: Miscellaneous
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Mod-Tap
|
||||
title: Mod-Tap Behavior
|
||||
sidebar_label: Mod-Tap
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
|
Loading…
Reference in a new issue