Skip to content

Commit

Permalink
[DPC-125]Update version Guida tecnica (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
certevol authored Jan 10, 2024
1 parent c533c61 commit 4356032
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-apricots-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nextjs-website": minor
---

Add version 5.0 for "Guida Tecnica - IO, l’app dei servizi pubblici"
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.1",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh f7cdfc1",
"download-docs": "./scripts/fetch-docs.sh 279811f68c936b68ea803b10d4572a526a30f27e",
"compile": "tsc --noEmit",
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion 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/v4.0`,
href: `${appIOGuideListsPath.path}/io-guida-tecnica/v5.0`,
label: 'Vai alla guida',
},
imagePath: '/images/guida-tecnica.png',
Expand Down
4 changes: 4 additions & 0 deletions apps/nextjs-website/src/_contents/appIo/guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ const guidaTecnica: GuideDefinition = {
slug: `io-guida-tecnica`,
},
versions: [
{
version: 'v5.0',
dirName: 'UAvruCMPsowDKZMH1jNr',
},
{
version: 'v4.0',
dirName: 'mzXDeCSRezM6r2ocy8gb',
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-website/src/_contents/appIo/overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const appIoOverview: OverviewData = {
cta: {
text: 'Scopri tutti i dettagli dell’integrazione',
label: 'Leggi la guida tecnica',
href: `${appIOGuideListsPath.path}/io-guida-tecnica/v4.0`,
href: `${appIOGuideListsPath.path}/io-guida-tecnica/v5.0`,
},
cards: [
{
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-website/src/_contents/webinars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const webinars: readonly Webinar[] = [
{
title: 'Guida tecnica',
text: 'Cosa può fare il tuo ente con l’app IO? Seleziona il settore di appartenenza e approfondisci i principali casi d’uso dedicati.',
href: `${appIOGuideListsPath.path}/io-guida-tecnica/v4.0`,
href: `${appIOGuideListsPath.path}/io-guida-tecnica/v5.0`,
iconName: 'MenuBook',
},
],
Expand Down

0 comments on commit 4356032

Please sign in to comment.