diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 495605c288..6bd3e30a51 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -34,6 +34,13 @@ const nav = [ text: 'Ecosystem', activeMatch: `^/ecosystem/`, items: [ + { + text: 'Core Libraries', + items: [ + { text: 'Vue Router', link: 'https://router.vuejs.org/' }, + { text: 'Pinia', link: 'https://pinia.vuejs.org/' } + ] + }, { text: 'Resources', items: [