diff --git a/biome.jsonc b/biome.jsonc index ebab497..f252a5d 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -6,7 +6,7 @@ "useIgnoreFile": false }, "files": { - "includes": ["**", "!dist"], + "includes": ["**", "!dist", "!.astro"], "ignoreUnknown": false }, "formatter": { @@ -26,7 +26,8 @@ }, "correctness": { "noUnusedImports": "off" - } + }, + "a11y": "off" // TODO: Enable a11y rules for astro } }, "html": { diff --git a/src/components/DocsPageSidebar.astro b/src/components/DocsPageSidebar.astro index c46cc08..4f3c21d 100644 --- a/src/components/DocsPageSidebar.astro +++ b/src/components/DocsPageSidebar.astro @@ -3,13 +3,11 @@ import TableOfContents from '@astrojs/starlight/components/TableOfContents.astro --- {Astro.locals.starlightRoute.toc && ( - <> - )}