File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments