Skip to content

Commit 02b38bd

Browse files
feat: added links to core libraries (#1674)
1 parent aac00ea commit 02b38bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vitepress/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ const nav = [
3434
text: 'Ecosystem',
3535
activeMatch: `^/ecosystem/`,
3636
items: [
37+
{
38+
text: 'Core Libraries',
39+
items: [
40+
{ text: 'Vue Router', link: 'https://router.vuejs.org/' },
41+
{ text: 'Pinia', link: 'https://pinia.vuejs.org/' }
42+
]
43+
},
3744
{
3845
text: 'Resources',
3946
items: [

0 commit comments

Comments
 (0)