@@ -22,46 +22,46 @@ export default defineConfig({
2222 logo : "/db.png" ,
2323 nav : [
2424 { text : "Inicio" , link : "/" } ,
25- { text : "Proyecto" , link : "/proyecto/ " } ,
26- { text : "Diseño" , link : "/diseno/ " } ,
27- { text : "Desarrollo" , link : "/desarrollo/ " } ,
25+ { text : "Proyecto" , link : "/proyecto" } ,
26+ { text : "Diseño" , link : "/diseno" } ,
27+ { text : "Desarrollo" , link : "/desarrollo" } ,
2828 ] ,
2929
3030 sidebar : [
3131 {
3232 text : "Proyecto" ,
3333 items : [
34- { text : "Acerca" , link : "/proyecto/ " } ,
35- { text : "Glosario" , link : "/proyecto/glosario/ " } ,
34+ { text : "Acerca" , link : "/proyecto" } ,
35+ { text : "Glosario" , link : "/proyecto/glosario" } ,
3636 ] ,
3737 } ,
3838 {
3939 text : "Diseño" ,
4040 items : [
41- { text : "Principios" , link : "/diseno/ " } ,
42- { text : "Arquitectura" , link : "/diseno/arquitectura/ " } ,
43- { text : "Identidad visual" , link : "/diseno/lenguaje/ " } ,
44- { text : "Interfaz del usuario" , link : "/diseno/interfaz/ " } ,
45- { text : "Experiencia del usuario" , link : "/diseno/experiencia/ " } ,
46- { text : "Inteligencia artificial" , link : "/diseno/ia/ " } ,
47- { text : "Panel de administración" , link : "/diseno/admin/ " } ,
41+ { text : "Principios" , link : "/diseno" } ,
42+ { text : "Arquitectura" , link : "/diseno/arquitectura" } ,
43+ { text : "Identidad visual" , link : "/diseno/lenguaje" } ,
44+ { text : "Interfaz del usuario" , link : "/diseno/interfaz" } ,
45+ { text : "Experiencia del usuario" , link : "/diseno/experiencia" } ,
46+ { text : "Inteligencia artificial" , link : "/diseno/ia" } ,
47+ { text : "Panel de administración" , link : "/diseno/admin" } ,
4848 ] ,
4949 } ,
5050 {
5151 text : "Desarrollo" ,
5252 items : [
53- { text : "Lineamientos" , link : "/desarrollo/ " } ,
53+ { text : "Lineamientos" , link : "/desarrollo" } ,
5454 { text : "Tecnologías" , link : "/desarrollo/tecnologias" } ,
55- { text : "Databús API" , link : "/desarrollo/databus-api/ " } ,
56- { text : "Databús Admin" , link : "/desarrollo/databus-admin/ " } ,
57- { text : "Databús MCP" , link : "/desarrollo/databus-mcp/ " } ,
58- { text : "Configuración" , link : "/desarrollo/configuracion/ " } ,
59- { text : "Implementación" , link : "/desarrollo/implementacion/ " } ,
55+ { text : "Databús API" , link : "/desarrollo/databus-api" } ,
56+ { text : "Databús Admin" , link : "/desarrollo/databus-admin" } ,
57+ { text : "Databús MCP" , link : "/desarrollo/databus-mcp" } ,
58+ { text : "Configuración" , link : "/desarrollo/configuracion" } ,
59+ { text : "Implementación" , link : "/desarrollo/implementacion" } ,
6060 {
6161 text : "Componentes" ,
6262 collapsed : true ,
6363 items : [
64- { text : "Descripción general" , link : "/desarrollo/componentes/ " } ,
64+ { text : "Descripción general" , link : "/desarrollo/componentes" } ,
6565 { text : "LoginForm" , link : "/desarrollo/componentes/LoginForm" } ,
6666 {
6767 text : "AgencyVehicleSelector" ,
@@ -79,7 +79,7 @@ export default defineConfig({
7979 text : "Vistas" ,
8080 collapsed : true ,
8181 items : [
82- { text : "Descripción general" , link : "/desarrollo/vistas/ " } ,
82+ { text : "Descripción general" , link : "/desarrollo/vistas" } ,
8383 { text : "Apertura" , link : "/desarrollo/vistas/Splash" } ,
8484 { text : "Ingreso" , link : "/desarrollo/vistas/Login" } ,
8585 { text : "Perfil" , link : "/desarrollo/vistas/Profile" } ,
@@ -92,8 +92,8 @@ export default defineConfig({
9292 } ,
9393 ] ,
9494 } ,
95- { text : "Pruebas" , link : "/desarrollo/pruebas/ " } ,
96- { text : "Guía de estilo" , link : "/desarrollo/estilo/ " } ,
95+ { text : "Pruebas" , link : "/desarrollo/pruebas" } ,
96+ { text : "Guía de estilo" , link : "/desarrollo/estilo" } ,
9797 ] ,
9898 } ,
9999 ] ,
0 commit comments