Skip to content

Commit

Permalink
[DPC-128] Add new tutorials for pagoPA (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
certevol authored Apr 5, 2024
1 parent d7de017 commit 7d4b800
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/little-peas-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"nextjs-website": minor
---

Add 2 new tutorials to the pagoPA tutorial page:
- "Come diventare Partner Tecnologico di PagoPA"
- "Come migrare alla Nuova Connettività"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/nextjs-website/public/images/pagopa-pt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 21 additions & 1 deletion apps/nextjs-website/src/_contents/pagoPa/tutorialLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ import { Tutorial } from '@/lib/types/tutorialData';
import { pagoPaBannerLinks } from '@/_contents/pagoPa/bannerLinks';

export const pagoPaTutorials: readonly Tutorial[] = [
{
title: 'Come migrare alla Nuova Connettività',
path: `${pagoPaTutorialListsPath.path}/come-migrare-alla-nuova-connettivita`,
name: 'Come migrare alla Nuova Connettività',
image: {
url: '/images/pagopa-nuova-connetivita.png',
alternativeText: 'Immagine: Come migrare alla Nuova Connettività',
},
showInOverview: true,
},
{
title: 'Come richiedere pagamenti che contengono marca da bollo digitale',
path: `${pagoPaTutorialListsPath.path}/come-richiedere-pagamenti-che-contengono-marca-da-bollo-digitale`,
Expand All @@ -25,7 +35,7 @@ export const pagoPaTutorials: readonly Tutorial[] = [
alternativeText:
'Immagine: Come avviare un esercizio come Ente Creditore su pagoPA',
},
showInOverview: true,
showInOverview: false,
},
{
title: 'Come stampare un avviso di pagamento in formato PDF',
Expand All @@ -38,6 +48,16 @@ export const pagoPaTutorials: readonly Tutorial[] = [
},
showInOverview: true,
},
{
title: 'Come diventare Partner Tecnologico di PagoPA',
path: `${pagoPaTutorialListsPath.path}/come-diventare-partner-tecnologico-di-pagopa`,
name: 'Come diventare Partner Tecnologico di PagoPA',
image: {
url: '/images/pagopa-pt.png',
alternativeText: 'Immagine: Come diventare Partner Tecnologico di PagoPA',
},
showInOverview: false,
},
];

export const pagoPaTutorialLists: TutorialListsData = {
Expand Down

0 comments on commit 7d4b800

Please sign in to comment.