Skip to content

Commit 14eedf3

Browse files
committed
docs: enable Style Guide nav item
1 parent f7a57b8 commit 14eedf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const nav: ThemeConfig['nav'] = [
1515
{ text: 'Tutorial', link: '/tutorial/' },
1616
{ text: 'Examples', link: '/examples/' },
1717
{ text: 'Quick Start', link: '/guide/quick-start' },
18-
// { text: 'Style Guide', link: '/style-guide/' },
18+
{ text: 'Style Guide', link: '/style-guide/' },
1919
{ text: 'Glossary', link: '/glossary/' },
2020
{ text: 'Error Reference', link: '/error-reference/' },
2121
{

0 commit comments

Comments
 (0)