Skip to content

Commit

Permalink
[DPC-141] Change in version and name for "CGN" (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
certevol authored Feb 22, 2024
1 parent 999b7dd commit 3e00190
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-pillows-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nextjs-website": minor
---

[DPC-141] Add new version for "Carta Giovani Nazionale - Documentazione Tecnica"
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.
Binary file not shown.
Binary file not shown.
17 changes: 8 additions & 9 deletions apps/nextjs-website/src/_contents/appIo/guideLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const appIoGuideLists: GuideListsData = {
],
},
link: {
href: `${appIOGuideListsPath.path}/io-guida-tecnica/v5.0`,
href: `${appIOGuideListsPath.path}/io-guida-tecnica`,
label: 'Vai alla guida',
},
imagePath: '/images/guida-tecnica.png',
Expand All @@ -50,7 +50,7 @@ export const appIoGuideLists: GuideListsData = {
],
},
link: {
href: `${appIOGuideListsPath.path}/manuale-servizi/v2.0`,
href: `${appIOGuideListsPath.path}/manuale-servizi`,
label: 'Vai al manuale',
},
imagePath: '/images/manuale-dei-servizi.png',
Expand All @@ -68,7 +68,7 @@ export const appIoGuideLists: GuideListsData = {
],
},
link: {
href: `${appIOGuideListsPath.path}/supporto-agli-enti/v1.0`,
href: `${appIOGuideListsPath.path}/supporto-agli-enti`,
label: 'Vai al manuale',
},
imagePath: '/images/app-io-supporto-enti.png',
Expand All @@ -86,7 +86,7 @@ export const appIoGuideLists: GuideListsData = {
],
},
link: {
href: `${appIOGuideListsPath.path}/kit-comunicazione/v1.0`,
href: `${appIOGuideListsPath.path}/kit-comunicazione`,
label: 'Vai al kit',
},
imagePath: '/images/kit-di-comunicazione.png',
Expand All @@ -98,7 +98,7 @@ export const appIoGuideLists: GuideListsData = {
title: 'Programmi e iniziative',
guides: [
{
title: 'Manuale di Carta Giovani Nazionale',
title: 'Carta Giovani Nazionale - Documentazione Tecnica',
description: {
title: 'Argomenti trattati',
listItems: [
Expand All @@ -109,12 +109,11 @@ export const appIoGuideLists: GuideListsData = {
],
},
link: {
href: `${appIOGuideListsPath.path}/carta-giovani-nazionale/v1.0`,
href: `${appIOGuideListsPath.path}/carta-giovani-nazionale`,
label: 'Vai al manuale',
},
imagePath: '/images/manuale-di-carta-giovani-nazionale.png',
mobileImagePath:
'/images/manuale-di-carta-giovani-nazionale-mobile.png',
imagePath: '/images/documentazione-tecnica-CGN.png',
mobileImagePath: '/images/documentazione-tecnica-CGN-mobile.png',
},
],
},
Expand Down
6 changes: 5 additions & 1 deletion apps/nextjs-website/src/_contents/appIo/guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,16 @@ const kitDiComunicazione: GuideDefinition = {
const cartaGiovani: GuideDefinition = {
product: appIo,
guide: {
name: 'Carta Giovani - Documentazione Tecnica Portale Operatori',
name: 'Carta Giovani - Documentazione Tecnica',
slug: 'carta-giovani-nazionale',
},
versions: [
{
main: true,
version: 'v1.2.0',
dirName: 'gduBdb7MgKReibHapP4x',
},
{
version: 'v1.0',
dirName: 'Vgh5yq561A3SOPVQrWes',
},
Expand Down

0 comments on commit 3e00190

Please sign in to comment.