diff --git a/.changeset/stale-zebras-marry.md b/.changeset/stale-zebras-marry.md new file mode 100644 index 0000000..77163a1 --- /dev/null +++ b/.changeset/stale-zebras-marry.md @@ -0,0 +1,5 @@ +--- +"astro-vtbot": patch +--- + +Improves sidebar handling: Automatically opens categories when navigated to and scrolls them into view. diff --git a/components/starlight/StarlightConnector.astro b/components/starlight/StarlightConnector.astro index 7c4491b..8a65f71 100644 --- a/components/starlight/StarlightConnector.astro +++ b/components/starlight/StarlightConnector.astro @@ -3,13 +3,12 @@ export interface Props {} ---