Skip to content

Commit a1255e7

Browse files
Adrylenlaruiss
authored andcommitted
docs(vitepress): Add first navigation elements and links in configuration
1 parent 81f1c56 commit a1255e7

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.vitepress/config.ts

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,23 @@ export default defineConfig({
2828
logo: '/nouveau-logo-marianne-gouvernement.png',
2929
nav: [
3030
{ text: 'Home', link: '/' },
31+
{
32+
text: 'Références',
33+
items: [
34+
{ text: 'Composants', link: '/composants' },
35+
{ text: 'Nuxt 3', link: '/nuxt/' }
36+
]
37+
},
38+
{
39+
text: 'Liens',
40+
items: [
41+
{
42+
text: 'Système de Design Français',
43+
link: 'https://www.systeme-de-design.gouv.fr/',
44+
target: '_blank'
45+
}
46+
]
47+
}
3148
],
3249
outline:{
3350
level: [2, 3],
@@ -153,7 +170,8 @@ export default defineConfig({
153170
],
154171

155172
socialLinks: [
156-
{ icon: 'github', link: 'https://github.com/dnum-mi/vue-dsfr' }
173+
{ icon: 'github', link: 'https://github.com/dnum-mi/vue-dsfr' },
174+
{ icon: 'discord', link: 'https://discord.gg/jbBJ9769ZZ' }
157175
]
158176
},
159177

0 commit comments

Comments
 (0)