docs: add examples to main navigation

This commit is contained in:
Daniel Lautzenheiser 2023-10-29 09:47:56 -04:00
parent be8f56fda5
commit ffcfa7a7ff

View File

@ -138,6 +138,10 @@ const Header = ({ mode, docsGroups, searchablePages, toggleColorMode }: HeaderPr
})), })),
})), })),
}, },
{
title: 'Examples',
url: '/docs/examples',
},
{ {
title: 'Community', title: 'Community',
url: '/community', url: '/community',