Skip to content

Commit e921876

Browse files
committed
(docs) add example links
1 parent 15288f9 commit e921876

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/.vuepress/config.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,19 @@ export default defineUserConfig({
1616
navbar: [
1717
{ text: 'Github', link: 'https://github.com/febe95/vue-js-modal' },
1818
{ text: 'Vue 2', link: 'https://euvl.github.io/vue-js-modal/' },
19-
{ text: 'Examples', link: '/examples/' }
19+
{
20+
text: 'Examples',
21+
children: [
22+
{
23+
text: 'Demo',
24+
link: 'https://febe95.github.io/vue-js-modal/demo'
25+
},
26+
{
27+
text: 'SSR (Nuxt)',
28+
link: 'https://febe95.github.io/vue-js-modal/examples/nuxt/'
29+
}
30+
]
31+
}
2032
]
2133
})
2234
})

0 commit comments

Comments
 (0)