diff --git a/public/markdown/decouvrir_la_BAN.md b/public/markdown/decouvrir-la-BAN.md similarity index 100% rename from public/markdown/decouvrir_la_BAN.md rename to public/markdown/decouvrir-la-BAN.md diff --git a/src/app/decouvrir_la_BAN/page.styled.tsx b/src/app/decouvrir-la-BAN/page.styled.tsx similarity index 100% rename from src/app/decouvrir_la_BAN/page.styled.tsx rename to src/app/decouvrir-la-BAN/page.styled.tsx diff --git a/src/app/decouvrir_la_BAN/page.tsx b/src/app/decouvrir-la-BAN/page.tsx similarity index 97% rename from src/app/decouvrir_la_BAN/page.tsx rename to src/app/decouvrir-la-BAN/page.tsx index ccaec41d4..6dd99348b 100644 --- a/src/app/decouvrir_la_BAN/page.tsx +++ b/src/app/decouvrir-la-BAN/page.tsx @@ -11,7 +11,7 @@ import { TextWrapper } from './page.styled' import type { DataType } from '@/lib/markdown' export default async function Home() { - const { contentHtml, data }: { contentHtml?: string, data?: DataType } = await getMarkdown('decouvrir_la_BAN') || {} + const { contentHtml, data }: { contentHtml?: string, data?: DataType } = await getMarkdown('decouvrir-la-BAN') || {} return ( <> diff --git a/src/app/page.tsx b/src/app/page.tsx index 2864ca856..354ea9e79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default async function Home() { footerLinks={[ { label: 'Découvrir la Base Adresse Nationale', - href: '/decouvrir_la_BAN', + href: '/decouvrir-la-BAN', }, ]} > diff --git a/src/data/sample-ban-info.json b/src/data/sample-ban-info.json index 518c6fb05..9b6773be9 100644 --- a/src/data/sample-ban-info.json +++ b/src/data/sample-ban-info.json @@ -4,7 +4,7 @@ "description": "Vous souhaitez utiliser la base adresse nationale, explorez les différentes possibilités.", "picto": "./img/picto/map-location.svg", "link": { - "href": "/decouvrir_la_BAN", + "href": "/decouvrir-la-BAN", "target": "_self" } }, @@ -13,7 +13,7 @@ "description": "Vous avez besoins de données toujours à jour ? Découvrez les APIs.", "picto": "./img/picto/api-and-cloud.svg", "link": { - "href": "#", + "href": "/outils", "target": "_self" } }, @@ -22,7 +22,7 @@ "description": "Ils est possible de télécharger les données afin de les héberger et de les utiliser chez vous.", "picto": "./img/picto/bdd.svg", "link": { - "href": "#", + "href": "/donnees-nationales", "target": "_self" } } diff --git a/src/layouts/Header.tsx b/src/layouts/Header.tsx index a760d2931..ce4c44374 100644 --- a/src/layouts/Header.tsx +++ b/src/layouts/Header.tsx @@ -40,17 +40,13 @@ export const navEntries: MainNavigationProps.Item[] = [ menuLinks: [ { text: 'Découvrir la Base Adresse Nationale', - linkProps: { href: '/decouvrir_la_BAN' }, + linkProps: { href: '/decouvrir-la-BAN' }, }, - { text: 'Utiliser la BAN', linkProps: { href: '#' } }, - { text: 'Documentation', linkProps: { href: '#' } }, - { - text: 'Documentation technique', - linkProps: { href: '#' }, - }, - { text: 'Vidéos', linkProps: { href: '#' } }, - { text: 'État du déploiement', linkProps: { href: '#' } }, - { text: 'Statistiques', linkProps: { href: '#' } }, + { text: 'Utiliser la BAN', linkProps: { href: '/utiliser-la-ban' } }, + { text: 'Documentation', linkProps: { href: '/ressources' } }, + // {text: 'Documentation technique',linkProps: { href: '#' }, }, + { text: 'État du déploiement', linkProps: { href: '/deploiement-bal' } }, + { text: 'Statistiques', linkProps: { href: '/stats' } }, ], }, { @@ -66,7 +62,10 @@ export const navEntries: MainNavigationProps.Item[] = [ }, { text: 'Application Mes adresses', - linkProps: { href: '#' }, + linkProps: { + href: 'https://mes-adresses.data.gouv.fr/', + target: '_blank', + }, }, { text: 'Formation en ligne', linkProps: { href: '/formation-en-ligne' } }, ], @@ -76,20 +75,20 @@ export const navEntries: MainNavigationProps.Item[] = [ menuLinks: [ { text: 'Tous les outils et APIs', - linkProps: { href: '#' }, + linkProps: { href: '/outils' }, }, { text: 'Carte de la Base adresse nationale', - linkProps: { href: '#' }, + linkProps: { href: '/base-adresse-nationale' }, }, - { text: 'Certificat d’adresse', linkProps: { href: '#' } }, - { text: 'Signalement', linkProps: { href: '#' } }, + // { text: 'Certificat d’adresse', linkProps: { href: '#' } }, + // { text: 'Signalement', linkProps: { href: '#' } }, { text: 'Télécharger les données', - linkProps: { href: '#' }, + linkProps: { href: '/donnees-nationales' }, }, - { text: 'Validateur BAL', linkProps: { href: '#' } }, - { text: 'Géocodeur', linkProps: { href: '#' } }, + { text: 'Validateur BAL', linkProps: { href: '/validateur' } }, + // { text: 'Géocodeur', linkProps: { href: '#' } }, { text: 'Publication des adresses', linkProps: { href: '#' } }, { text: 'Supervision BAN/BAL', @@ -98,7 +97,7 @@ export const navEntries: MainNavigationProps.Item[] = [ target: '_blank', }, }, - { text: 'Fantoir', linkProps: { href: '#' } }, + // { text: 'Fantoir', linkProps: { href: '#' } }, ], }, { @@ -125,7 +124,7 @@ export const navEntries: MainNavigationProps.Item[] = [ text: 'Sociétés partenaires', linkProps: { href: '/communaute/societes-partenaires' }, }, - { text: 'Nos usagers', linkProps: { href: '#' } }, + { text: 'Nos usagers', linkProps: { href: '/usages' } }, ], }, ]