@@ -132,7 +132,7 @@ export default defineConfig({
132132 } ,
133133 {
134134 text : "Envoi de données" ,
135- link : "/Info/CAN/Implementation/Envoir " ,
135+ link : "/Info/CAN/Implementation/Envoi " ,
136136 } ,
137137 ] ,
138138 } ,
@@ -250,14 +250,32 @@ export default defineConfig({
250250 } ,
251251 ] ,
252252 "/Meca/" : [
253+ { text : "Outils" , link : "/Meca/Outils" } ,
254+ { text : "Exports Fusion360" , link : "/Meca/Exports" } ,
255+ {
256+ text : "Fusion360" ,
257+ items : [
258+ { text : "Préparation dans Fusion360" , link : "/Meca/Usinage/SetupFusion360" } ,
259+ ]
260+ } ,
253261 {
254262 text : "Usinage" ,
255263 items : [
256- { text : "Setup ProverXL 4030" , link : "/Meca/Usinage/Setup" } ,
257- { text : "Usinage 2D" , link : "/Meca/Usinage/Usinage2D" } ,
258- { text : "Usinage 3D" , link : "/Meca/Usinage/Usinage3D" } ,
264+ { text : "Préparation dans Fusion360" , link : "/Meca/Usinage/SetupFusion360" } ,
265+ { text : "Setup ProverXL 4030" , link : "/Meca/Usinage/SetupCNC" } ,
266+ { text : "Traitement usinage 2D" , link : "/Meca/Usinage/Usinage2D" } ,
267+ { text : "Traitement usinage 3D" , link : "/Meca/Usinage/Usinage3D" } ,
259268 ]
260- }
269+ } ,
270+ {
271+ text : "Impression 3D" ,
272+ items : [
273+ { text : "Préparation dans Fusion360" , link : "/Meca/Impression3D/SetupFusion360" } ,
274+ { text : "Setup ProverXL 4030" , link : "/Meca/Impression3D/SetupCNC" } ,
275+ { text : "Traitement usinage 2D" , link : "/Meca/Impression3D/Usinage2D" } ,
276+ { text : "Traitement usinage 3D" , link : "/Meca/Impression3D/Usinage3D" } ,
277+ ]
278+ } ,
261279 ] ,
262280 } ,
263281 } ,
0 commit comments