You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/frontend/lib/mocking/mockedData.ts
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@ class MockDataStore {
100
100
'Il Principe di Machiavelli: Politica di Potere Ieri e Oggi',
101
101
'Don Chisciotte: Cervantes e la Nascita del Romanzo Moderno',
102
102
'Beowulf: L\'Epica Inglese più Antica',
103
-
'Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions'
103
+
'Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions',
104
+
'React per Principianti: Guida Completa allo Sviluppo di Interfacce Utente',
104
105
];
105
106
106
107
constdocumentDescriptions=[
@@ -116,7 +117,8 @@ class MockDataStore {
116
117
'Esaminando il controverso trattato politico di Niccolò Machiavelli sul potere e il governo.',
117
118
'Uno studio approfondito del romanzo rivoluzionario di Miguel de Cervantes e il suo posto nella tradizione letteraria europea.',
118
119
'Un\'analisi approfondita del poema epico eroico inglese antico Beowulf e il suo significato culturale.',
119
-
'This is a book about enterprise integration using messaging. It does not document any particular technology or product. Rather, it is designed for developers and integrators using a variety of messaging products and technologies, such as ActiveMQ, IBM MQ, JMS, and others.'
120
+
'This is a book about enterprise integration using messaging. It does not document any particular technology or product. Rather, it is designed for developers and integrators using a variety of messaging products and technologies, such as ActiveMQ, IBM MQ, JMS, and others.',
121
+
'Una guida completa per principianti su React, coprendo i concetti fondamentali, le migliori pratiche e lo sviluppo di interfacce utente moderne.'
0 commit comments