feat: Update routing paths and enhance navigation links for Biblioteca and CameraNoir

This commit is contained in:
2025-06-11 23:19:23 +02:00
parent 3cd267ee6e
commit ac83907e7c
5 changed files with 25 additions and 10 deletions
+15 -4
View File
@@ -1,5 +1,7 @@
// src/data/submenuLinks.ts
import { Biblioteca } from "@/domains/TextEditor/Biblioteca";
export const submenuLinks = {
// Home Principal
@@ -9,6 +11,16 @@ export const submenuLinks = {
],
// Biblioteca
Biblioteca: [
{ label: 'Biblioteca', to: '/bibliot/Biblioteca' },
{ label: 'test', to: '/bibliot/editortest' },
],
// Experimentos
Experimentos: [
{ label: 'Consulta Api', to: '/experiments/Consulta_API' },
@@ -17,8 +29,8 @@ export const submenuLinks = {
],
// Camara
Camera: [
{ label: 'Camara principal', to: '/camara/principal' },
CameraNoir: [
{ label: 'Camara_principal', to: '/camara/principal' },
],
// LLms
@@ -27,8 +39,7 @@ export const submenuLinks = {
{ label: 'LLMs', to: '/llms' },
{ label: 'Chat', to: '/llms/chat' },
{ label: 'Documentos', to: '/llms/documentos' },
{ label: 'Biblioteca', to: '/llms/Biblioteca' },
{ label: 'test', to: '/llms/editortest' },
],