Skip to content

Commit ad5c742

Browse files
committed
docs(app/docs/layout): add sidebar link to <MegaMenu> docs
1 parent 2e19089 commit ad5c742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/docs/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ const DocsSidebar: FC<DocsLayoutState> = ({ isCollapsed, setCollapsed }) => {
265265
<SidebarLink href="/docs/components/footer">Footer</SidebarLink>
266266
<SidebarLink href="/docs/components/forms">Forms</SidebarLink>
267267
<SidebarLink href="/docs/components/list-group">List group</SidebarLink>
268+
<SidebarLink href="/docs/components/mega-menu">Mega menu</SidebarLink>
268269
<SidebarLink href="/docs/components/modal">Modal</SidebarLink>
269270
<SidebarLink href="/docs/components/navbar">Navbar</SidebarLink>
270271
<SidebarLink href="/docs/components/pagination">Pagination</SidebarLink>

0 commit comments

Comments
 (0)