feat: update sidebar

This commit is contained in:
Oleg Proskurin 2026-01-03 03:40:50 +07:00
parent 513b983187
commit 582220166a
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,13 @@ const navigationItems: NavItem[] = [
{ 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) => {