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

View File

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