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

Commit ffcfa7a

Browse files
committed
docs: add examples to main navigation
1 parent be8f56f commit ffcfa7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/docs/src/components/layout/Header.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ const Header = ({ mode, docsGroups, searchablePages, toggleColorMode }: HeaderPr
138138
})),
139139
})),
140140
},
141+
{
142+
title: 'Examples',
143+
url: '/docs/examples',
144+
},
141145
{
142146
title: 'Community',
143147
url: '/community',

0 commit comments

Comments
 (0)