Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a glossary #2199

Merged
merged 10 commits into from Jun 12, 2023
1 change: 1 addition & 0 deletions .vitepress/config.ts
Expand Up @@ -15,6 +15,7 @@ const nav: ThemeConfig['nav'] = [
{ text: 'Examples', link: '/examples/' },
{ text: 'Quick Start', link: '/guide/quick-start' },
// { text: 'Style Guide', link: '/style-guide/' },
{ text: 'Glossary', link: '/glossary/' },
{
text: 'Vue 2 Docs',
link: 'https://v2.vuejs.org'
Expand Down