feat: Update routing paths and enhance navigation links for Biblioteca and CameraNoir
This commit is contained in:
@@ -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' },
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user