chore: update doc sidebar

This commit is contained in:
Valerio Ageno
2024-10-17 08:55:23 +02:00
parent 6d8a04dfb2
commit 636c68e532
@@ -4,6 +4,12 @@ import SidebarLink from './sidebar-link'
export default function Sidebar({ close }: { close: () => void }): JSX.Element { export default function Sidebar({ close }: { close: () => void }): JSX.Element {
return ( return (
<AppShell.Navbar p="md"> <AppShell.Navbar p="md">
<SidebarLink href="/documentation" label="Overview" onClick={close} />
<SidebarLink
href="/documentation/installation"
label="Installation"
onClick={close}
/>
<SidebarLink <SidebarLink
href="/documentation/tutorial" href="/documentation/tutorial"
label="Tutorial" label="Tutorial"
@@ -56,12 +62,6 @@ export default function Sidebar({ close }: { close: () => void }): JSX.Element {
onClick={close} onClick={close}
/> />
</SidebarLink> </SidebarLink>
<SidebarLink href="/documentation" label="Overview" onClick={close} />
<SidebarLink
href="/documentation/installation"
label="Installation"
onClick={close}
/>
<SidebarLink <SidebarLink
href="/documentation/getting-started" href="/documentation/getting-started"
label="Getting started" label="Getting started"