docs: scroll to widget on load, fix widget navigation history (#3441)
This commit is contained in:
@ -48,7 +48,7 @@ export const DocsTemplate = ({
|
||||
{filename && <EditLink collection={`docs_${group}`} filename={filename} />}
|
||||
<h1>{title}</h1>
|
||||
<Markdown body={body} html={html} />
|
||||
{showWidgets && <Widgets widgets={widgets} />}
|
||||
{showWidgets && <Widgets widgets={widgets} location={location} />}
|
||||
</article>
|
||||
</SidebarLayout>
|
||||
</Container>
|
||||
|
Reference in New Issue
Block a user