feat: update sidebar
This commit is contained in:
parent
513b983187
commit
582220166a
|
|
@ -69,6 +69,13 @@ const navigationItems: NavItem[] = [
|
||||||
{ label: 'Live Scopes', href: '/docs/api/live-scopes/' },
|
{ label: 'Live Scopes', href: '/docs/api/live-scopes/' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Guides',
|
||||||
|
href: '/docs/guides/',
|
||||||
|
children: [
|
||||||
|
{ label: 'Image Placeholders', href: '/docs/guides/placeholder-images/' },
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const DocsSidebar = ({ currentPath }: DocsSidebarProps) => {
|
export const DocsSidebar = ({ currentPath }: DocsSidebarProps) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue