Skip to content

Commit

Permalink
[DPC-139] update sync with docs/from-gitbook (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
certevol authored Feb 8, 2024
1 parent b0c18a7 commit 5561922
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 3 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.7.2",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh 63a1d8c",
"download-docs": "./scripts/fetch-docs.sh 9d48bac",
"compile": "tsc --noEmit",
"dev": "next dev",
"build": "next build",
Expand Down
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.
19 changes: 18 additions & 1 deletion apps/nextjs-website/src/_contents/ioSign/guideLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ export const ioSignGuideLists: GuideListsData = {
{
title: "Per l'integrazione",
guides: [
{
title: 'Guida alla scelta di Firma con IO',
description: {
title: 'Argomenti trattati',
listItems: [
'Tipologie di firma elettronica',
'I vantaggi di Firma con IO, una Firma Elettronica Qualificata',
'Riferimenti normativi',
],
},
link: {
href: `${ioSignGuideListsPath.path}/guida-scelta-firma/`,
label: 'Vai al manuale',
},
imagePath: '/images/guida-scelta-firma.png',
mobileImagePath: '/images/guida-scelta-firma-mobile.png',
},
{
title: 'Manuale operativo di Firma con IO',
description: {
Expand All @@ -27,7 +44,7 @@ export const ioSignGuideLists: GuideListsData = {
],
},
link: {
href: `${ioSignGuideListsPath.path}/manuale-operativo/v1.0`,
href: `${ioSignGuideListsPath.path}/manuale-operativo/`,
label: 'Vai al manuale',
},
imagePath: '/images/manuale-operativo.png',
Expand Down
18 changes: 17 additions & 1 deletion apps/nextjs-website/src/_contents/ioSign/guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,20 @@ const manualeOperativo: GuideDefinition = {
bannerLinks: ioSignBannerLinks,
};

export const ioSignGuides = [manualeOperativo];
const guidaUso: GuideDefinition = {
product: ioSign,
guide: {
name: 'Guida alla scelta di Firma con IO',
slug: 'guida-scelta-firma',
},
versions: [
{
main: true,
version: 'v1.0',
dirName: 'pAbKWM3c3Yc9pzNrJPNX',
},
],
bannerLinks: ioSignBannerLinks,
};

export const ioSignGuides = [manualeOperativo, guidaUso];
7 changes: 7 additions & 0 deletions apps/nextjs-website/src/_contents/ioSign/overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { ioSignOverviewPath } from '@/_contents/ioSign/overviewPath';
import { ioSignTutorials } from '@/_contents/ioSign/tutorialLists';
import { ioSignBannerLinks } from '@/_contents/ioSign/bannerLinks';
import { ioSignQuickStartGuidePath } from './quickStartGuidePath';
import { ioSignGuideListsPath } from './guideListsPath';

export const ioSignOverview: OverviewData = {
...ioSignOverviewPath,
Expand Down Expand Up @@ -61,5 +62,11 @@ export const ioSignOverview: OverviewData = {
'Cosa serve per preparare il documento da firmare? Come si crea una richiesta di firma? Risolvi ogni dubbio con questi brevi tutorial.',
list: ioSignTutorials,
},
relatedLinks: [
{
path: `${ioSignGuideListsPath.path}/guida-scelta-firma/`,
name: 'Perchè scegliere Firma con IO',
},
],
bannerLinks: ioSignBannerLinks,
};

0 comments on commit 5561922

Please sign in to comment.