@@ -62,6 +62,10 @@ const guideItems = [
6262 text : 'Les icônes' ,
6363 link : '/guide/icones.md' ,
6464 } ,
65+ {
66+ text : 'Migrations' ,
67+ link : '/guide/migrations.md' ,
68+ } ,
6569 {
6670 text : 'Guide du développeur' ,
6771 link : '/guide/guide-developpeur.md' ,
@@ -95,6 +99,10 @@ const composants = [
9599 text : 'DsfrAccordion' ,
96100 link : '/composants/DsfrAccordion.md' ,
97101 } ,
102+ {
103+ text : 'DsfrAccordionsGroup' ,
104+ link : '/composants/DsfrAccordionsGroup.md' ,
105+ } ,
98106 {
99107 text : 'DsfrAlert' ,
100108 link : '/composants/DsfrAlert.md' ,
@@ -119,6 +127,10 @@ const composants = [
119127 text : 'DsfrButtonGroup' ,
120128 link : '/composants/DsfrButtonGroup.md' ,
121129 } ,
130+ {
131+ text : 'DsfrCallout' ,
132+ link : '/composants/DsfrCallout.md' ,
133+ } ,
122134 {
123135 text : 'DsfrCard' ,
124136 link : '/composants/DsfrCard.md' ,
@@ -135,6 +147,10 @@ const composants = [
135147 text : 'DsfrConsent' ,
136148 link : '/composants/DsfrConsent.md' ,
137149 } ,
150+ {
151+ text : 'DsfrDataTable' ,
152+ link : '/composants/DsfrDataTable.md' ,
153+ } ,
138154 {
139155 text : 'DsfrErrorPage' ,
140156 link : '/composants/DsfrErrorPage.md' ,
@@ -271,6 +287,10 @@ const composants = [
271287 text : 'DsfrTooltip' ,
272288 link : '/composants/DsfrTooltip.md' ,
273289 } ,
290+ {
291+ text : 'VIcon' ,
292+ link : '/composants/VIcon.md' ,
293+ } ,
274294]
275295
276296// https://vitepress.dev/reference/site-config
0 commit comments