@@ -40,8 +40,7 @@ export default defineConfig({
4040 items : [
4141 { text : "Principios" , link : "/diseno/" } ,
4242 { text : "Arquitectura" , link : "/diseno/arquitectura/" } ,
43- { text : "Mapa del sitio" , link : "/diseno/sitio/" } ,
44- { text : "Lenguaje de diseño" , link : "/diseno/lenguaje/" } ,
43+ { text : "Identidad visual" , link : "/diseno/lenguaje/" } ,
4544 { text : "Interfaz del usuario" , link : "/diseno/interfaz/" } ,
4645 { text : "Experiencia del usuario" , link : "/diseno/experiencia/" } ,
4746 { text : "Inteligencia artificial" , link : "/diseno/ia/" } ,
@@ -62,44 +61,33 @@ export default defineConfig({
6261 text : "Componentes" ,
6362 collapsed : true ,
6463 items : [
65- { text : "Descripción" , link : "/desarrollo/componentes/" } ,
66- { text : "ShapeMap" , link : "/desarrollo/componentes/" } ,
67- { text : "RealTimeMap" , link : "/desarrollo/componentes/" } ,
68- { text : "RouteCard" , link : "/desarrollo/componentes/" } ,
64+ { text : "Introducción" , link : "/desarrollo/componentes/" } ,
65+ { text : "LoginForm" , link : "/desarrollo/componentes/LoginForm" } ,
6966 {
70- text : "AgencyCard" ,
71- link : "/desarrollo/componentes/AgencyCard" ,
67+ text : "AgencyVehicleSelector" ,
68+ link : "/desarrollo/componentes/AgencyVehicleSelector" ,
69+ } ,
70+ { text : "RunSetup" , link : "/desarrollo/componentes/RunSetup" } ,
71+ { text : "RunInfo" , link : "/desarrollo/componentes/RunInfo" } ,
72+ {
73+ text : "AlertSetup" ,
74+ link : "/desarrollo/componentes/AlertSetup" ,
7275 } ,
73- { text : "Chat" , link : "/desarrollo/componentes/" } ,
74- { text : "NextTrips" , link : "/desarrollo/componentes/" } ,
75- { text : "RouteStops" , link : "/desarrollo/componentes/" } ,
76- { text : "Alert" , link : "/desarrollo/componentes/" } ,
77- { text : "ScheduleTable" , link : "/desarrollo/componentes/" } ,
78- { text : "TripPlanner" , link : "/desarrollo/componentes/" } ,
79- { text : "FareCard" , link : "/desarrollo/componentes/" } ,
80- { text : "FeedbackForm" , link : "/desarrollo/componentes/" } ,
8176 ] ,
8277 } ,
8378 {
8479 text : "Vistas" ,
8580 collapsed : true ,
8681 items : [
87- { text : "Splash" , link : "/desarrollo/vistas/Splash" } ,
88- { text : "Home" , link : "/desarrollo/vistas/Home" } ,
89- { text : "Login" , link : "/desarrollo/vistas/Login" } ,
90- { text : "Profile" , link : "/desarrollo/vistas/Profile" } ,
91- { text : "Run" , link : "/desarrollo/vistas/Run" } ,
92- { text : "Alerts" , link : "/desarrollo/vistas/Alerts" } ,
93- ] ,
94- } ,
95- {
96- text : "Módulos" ,
97- collapsed : true ,
98- items : [
99- { text : "Descripción" , link : "/desarrollo/modulos/" } ,
82+ { text : "Apertura" , link : "/desarrollo/vistas/Splash" } ,
83+ { text : "Ingreso" , link : "/desarrollo/vistas/Login" } ,
84+ { text : "Perfil" , link : "/desarrollo/vistas/Profile" } ,
85+ { text : "Inicio" , link : "/desarrollo/vistas/Home" } ,
86+ { text : "Carreras" , link : "/desarrollo/vistas/Run" } ,
87+ { text : "Alertas" , link : "/desarrollo/vistas/Alerts" } ,
10088 {
101- text : "Nuxt Infobús " ,
102- link : "/desarrollo/modulos/nuxt-infobus/ " ,
89+ text : "Notificaciones " ,
90+ link : "/desarrollo/vistas/Notifications " ,
10391 } ,
10492 ] ,
10593 } ,
0 commit comments