Skip to content

Commit

Permalink
docs(app/docs/layout): add sidebar link to <MegaMenu> docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tulup-conner committed Sep 11, 2023
1 parent 2e19089 commit ad5c742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/docs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ const DocsSidebar: FC<DocsLayoutState> = ({ isCollapsed, setCollapsed }) => {
<SidebarLink href="/docs/components/footer">Footer</SidebarLink>
<SidebarLink href="/docs/components/forms">Forms</SidebarLink>
<SidebarLink href="/docs/components/list-group">List group</SidebarLink>
<SidebarLink href="/docs/components/mega-menu">Mega menu</SidebarLink>
<SidebarLink href="/docs/components/modal">Modal</SidebarLink>
<SidebarLink href="/docs/components/navbar">Navbar</SidebarLink>
<SidebarLink href="/docs/components/pagination">Pagination</SidebarLink>
Expand Down

0 comments on commit ad5c742

Please sign in to comment.