Commit b22870c
authored
Fixed capitalization in sidebar elements (#3278)
BEFORE:
<img width="291" height="597" alt="image"
src="https://github.com/user-attachments/assets/2a21d929-d73d-4151-9efb-9cfa2aa202c6"
/>
AFTER:
<img width="294" height="589" alt="image"
src="https://github.com/user-attachments/assets/f3455467-0018-45d0-8a00-9271cf060c07"
/>
Same for other elements changed
Needed to do it in `_category_.json` and not in `README.MD` because else
docusaurus would create a page for those sidebar entries which would
change the behavior1 parent 033347f commit b22870c
3 files changed
Lines changed: 9 additions & 0 deletions
File tree
- packages/app-web-docs/src/docs
- contributing/architecture
- user
- experimental/keyboard
- reference
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments