Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
docs: add examples to main navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Oct 29, 2023
1 parent be8f56f commit ffcfa7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docs/src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ const Header = ({ mode, docsGroups, searchablePages, toggleColorMode }: HeaderPr
})),
})),
},
{
title: 'Examples',
url: '/docs/examples',
},
{
title: 'Community',
url: '/community',
Expand Down

0 comments on commit ffcfa7a

Please sign in to comment.