Skip to content

Commit

Permalink
[DPC-119] Update version SACI & SANP (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
certevol authored Jan 9, 2024
1 parent 3b73bed commit 671f3ef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.4.0",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh 312b35a39fe5b4ac189395fa19d656058942e793",
"download-docs": "./scripts/fetch-docs.sh 94dd3bb",
"compile": "tsc --noEmit",
"dev": "next dev",
"build": "next build",
Expand Down
8 changes: 4 additions & 4 deletions apps/nextjs-website/src/_contents/pagoPa/guideLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const pagoPaGuideLists: GuideListsData = {
title: "Per l'integrazione",
guides: [
{
title: 'SACI 3.1.0',
title: 'SACI 3.2.0',
description: {
title: 'Argomenti trattati',
listItems: [
Expand All @@ -27,14 +27,14 @@ export const pagoPaGuideLists: GuideListsData = {
],
},
link: {
href: `${pagoPaGuideListsPath.path}/saci/3.1.0`,
href: `${pagoPaGuideListsPath.path}/saci/3.2.0`,
label: 'Vai al documento',
},
imagePath: '/images/saci.png',
mobileImagePath: '/images/saci-mobile.png',
},
{
title: 'SANP 3.5.0',
title: 'SANP 3.6.0',
description: {
title: 'Argomenti trattati',
listItems: [
Expand All @@ -45,7 +45,7 @@ export const pagoPaGuideLists: GuideListsData = {
],
},
link: {
href: `${pagoPaGuideListsPath.path}/sanp/3.5.0`,
href: `${pagoPaGuideListsPath.path}/sanp/3.6.0`,
label: 'Vai al documento',
},
imagePath: '/images/sanp.png',
Expand Down
8 changes: 8 additions & 0 deletions apps/nextjs-website/src/_contents/pagoPa/guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ const saci: GuideDefinition = {
slug: 'saci',
},
versions: [
{
version: '3.2.0',
dirName: 'PXEYBQEZ9LagztJLF89O',
},
{
version: '3.1.0',
dirName: 'w0Q7L4P8ucTWqcitlbkJ',
Expand Down Expand Up @@ -36,6 +40,10 @@ const sanp: GuideDefinition = {
slug: 'sanp',
},
versions: [
{
version: '3.6.0',
dirName: 'MiKJPaFrEwpU051b68kr',
},
{
version: '3.5.0',
dirName: 'PJuzswk8l2kp9Wm5PwAW',
Expand Down
4 changes: 2 additions & 2 deletions apps/nextjs-website/src/_contents/pagoPa/quickStartGuide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const pagoPaQuickStartGuide: QuickStartGuideData = {
},
{
component: 'innerHTMLLazyLoaded',
html: `<p>Per altre info sul certificato, <a href="/pago-pa/guides/sanp/3.5.0/appendici/connettivita" target="_blank">visita questa pagina</a>.</p>`,
html: `<p>Per altre info sul certificato, <a href="/pago-pa/guides/sanp/3.6.0/appendici/connettivita" target="_blank">visita questa pagina</a>.</p>`,
},
],
},
Expand Down Expand Up @@ -109,7 +109,7 @@ export const pagoPaQuickStartGuide: QuickStartGuideData = {
parts: [
{
component: 'innerHTMLLazyLoaded',
html: `<p>Procedi con i processi di pagamento secondo la documentazione che <a href="/pago-pa/guides/sanp/3.4.1/casi-duso/pagamento-di-un-avviso-presso-psp" target="_blank">trovi qui</a>.</p>`,
html: `<p>Procedi con i processi di pagamento secondo la documentazione che <a href="/pago-pa/guides/sanp/3.6.0/casi-duso/pagamento-di-un-avviso-presso-psp" target="_blank">trovi qui</a>.</p>`,
},
],
},
Expand Down

0 comments on commit 671f3ef

Please sign in to comment.