feat(site): restore docs sidebar state on navigation (#160)

This commit is contained in:
Darius Cepulis
2025-11-04 10:40:30 -06:00
committed by GitHub
parent f28557359c
commit e644928df1
4 changed files with 107 additions and 3 deletions
@@ -4,7 +4,6 @@ import type { SupportedFramework, SupportedStyle } from '@/types/docs';
import { PreferenceUpdater } from '@/components/docs/PreferenceUpdater';
import SidebarItem from '@/components/docs/SidebarItem.astro';
import { filterSidebar } from '@/utils/docs/sidebar';
import FilmGrain from '../FilmGrain';
import clsx from 'clsx';
type Props<F extends SupportedFramework = SupportedFramework> = {