Skip to content

Commit b22870c

Browse files
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 behavior
1 parent 033347f commit b22870c

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Architecture"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Keyboard"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Reference"
3+
}

0 commit comments

Comments
 (0)