From 63939f82194b0698c2d566d22c2bf1534b16a48e Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sat, 8 Oct 2022 14:04:00 +0200 Subject: [PATCH] feat: automatic hash for anchors on scroll --- .../guide/src/components/SidebarLayout.astro | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages/guide/src/components/SidebarLayout.astro b/packages/guide/src/components/SidebarLayout.astro index 20580343c..dd6adc0ba 100644 --- a/packages/guide/src/components/SidebarLayout.astro +++ b/packages/guide/src/components/SidebarLayout.astro @@ -10,6 +10,32 @@ type Props = MarkdownLayoutProps<{}>; const { headings } = Astro.props; --- + +