Update getting started (#82)

* feat: update getting started doc

* feat: update README
This commit is contained in:
Valerio Ageno
2024-11-10 10:44:36 +01:00
committed by GitHub
parent 3224e4138f
commit fc9bb52c41
3 changed files with 57 additions and 39 deletions
@@ -4,7 +4,11 @@ import SidebarLink from './sidebar-link'
export default function Sidebar({ close }: { close: () => void }): JSX.Element {
return (
<AppShell.Navbar p="md">
<SidebarLink href="/documentation" label="Overview" onClick={close} />
<SidebarLink
href="/documentation"
label="Getting started"
onClick={close}
/>
<SidebarLink
href="/documentation/installation"
label="Installation"