biome lint fix

This commit is contained in:
DaKheera47 2026-02-16 01:09:22 +00:00
parent d2eaeb3e34
commit 2d73ffb22a
2 changed files with 4 additions and 14 deletions

View File

@ -4,9 +4,7 @@
{ {
"type": "category", "type": "category",
"label": "Getting Started", "label": "Getting Started",
"items": [ "items": ["getting-started/self-hosting"]
"getting-started/self-hosting"
]
}, },
{ {
"type": "category", "type": "category",
@ -57,17 +55,12 @@
{ {
"type": "category", "type": "category",
"label": "Troubleshooting", "label": "Troubleshooting",
"items": [ "items": ["troubleshooting/common-problems"]
"troubleshooting/common-problems"
]
}, },
{ {
"type": "category", "type": "category",
"label": "Reference / FAQ", "label": "Reference / FAQ",
"items": [ "items": ["reference/faq", "reference/documentation-style-guide"]
"reference/faq",
"reference/documentation-style-guide"
]
} }
] ]
} }

View File

@ -1,4 +1 @@
[ ["0.1.21", "0.1.20"]
"0.1.21",
"0.1.20"
]