mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 22:02:46 -07:00
chore: update doc sidebar
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user