Skip to content

Commit

Permalink
[DPC-168] Adds cover images for new BO manual for pagoPA (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
certevol authored Mar 13, 2024
1 parent 70b0658 commit 67c66bf
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-grapes-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nextjs-website": minor
---
New guide for the use of pagoPA's BO by Technical Partners.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions apps/nextjs-website/src/_contents/pagoPa/guideLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,24 @@ export const pagoPaGuideLists: GuideListsData = {
imagePath: '/images/pago-pa-manuale-bo-psp.png',
mobileImagePath: '/images/pago-pa-manuale-bo-psp-mobile.png',
},
{
title: 'Manuale Back Office - PT',
description: {
title: 'Argomenti trattati',
listItems: [
'Come attivare e gestire il prodotto pagoPA',
"Come selezionare l'ambiente",
'Cosa trovi nella tua dashboard',
'Come utilizzare le funzionalità messe a disposizione',
],
},
link: {
href: `${pagoPaGuideListsPath.path}/manuale-bo-pt`,
label: 'Vai al documento',
},
imagePath: '/images/pago-pa-manuale-bo-pt.png',
mobileImagePath: '/images/pago-pa-manuale-bo-pt-mobile.png',
},
{
title: 'Guida tecnica sugli avvisi di pagamento pagoPA',
description: {
Expand Down
17 changes: 17 additions & 0 deletions apps/nextjs-website/src/_contents/pagoPa/guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,22 @@ const boPsp: GuideDefinition = {
bannerLinks: pagoPaBannerLinks,
};

const boPT: GuideDefinition = {
product: pagoPa,
guide: {
name: 'Manuale Back Office - PT',
slug: 'manuale-bo-pt',
},
versions: [
{
main: true,
version: 'v1.0',
dirName: 'BnqUVJHM26TaVUpNXC9J',
},
],
bannerLinks: pagoPaBannerLinks,
};

const errori: GuideDefinition = {
product: pagoPa,
guide: {
Expand Down Expand Up @@ -251,6 +267,7 @@ export const pagoPaGuides = [
pda,
boEc,
boPsp,
boPT,
errori,
metadata,
redirect,
Expand Down

0 comments on commit 67c66bf

Please sign in to comment.