We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4560bc1 commit 4acd127Copy full SHA for 4acd127
.vitepress/config.ts
@@ -14,7 +14,11 @@ const nav = [
14
{ text: 'Tutorial', link: '/tutorial/' },
15
{ text: 'Examples', link: '/examples/' },
16
{ text: 'Quick Start', link: '/guide/quick-start' },
17
- { text: 'Style Guide', link: '/style-guide/' },
+ // { text: 'Style Guide', link: '/style-guide/' },
18
+ {
19
+ text: 'Vue 2 Docs',
20
+ link: 'https://v2.vuejs.org'
21
+ },
22
{
23
text: 'Migration from Vue 2',
24
link: 'https://v3-migration.vuejs.org/'
@@ -110,7 +114,7 @@ const nav = [
110
114
111
115
text: 'Partners',
112
116
link: '/partners/',
113
- activeMatch: `^/partners/`,
117
+ activeMatch: `^/partners/`
118
}
119
]
120
0 commit comments