Skip to content

Commit

Permalink
refactor: rename publicaties to standaarden
Browse files Browse the repository at this point in the history
  • Loading branch information
onursagir committed Nov 28, 2024
1 parent 6c68b3b commit c42173b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import { Typography } from '@/components/typography';
import * as CardStandard from './card-standard';
import { ContainerMethod } from '@/components/container-method';

export default function PublicatiesPage() {
export default function StandaardenPage() {
return (
<main>
<Container>
<Typography variant="h1">Standaarden</Typography>
<RemotePage page="publicaties" />
<RemotePage page="standaarden" />
</Container>
<ContainerMethod>
<CardStandard.Root title="Wetsanalyse" method="Wetsanalyse_1">
Expand All @@ -25,7 +25,7 @@ export default function PublicatiesPage() {
Specificatie van het <b>juridisch referentiemodel</b> (JRM) dat met scenario&apos;s beschrijft hoe een burger
of bedrijf een bepaald stuk wet- en regelgeving ervaart of doorloopt in de wetsuitvoering.
</CardStandard.Root>
<CardStandard.Root title="DCAT" variant="work-in-progress" url="/publicaties/dcat-ap-ronl">
<CardStandard.Root title="DCAT" variant="work-in-progress" url="/standaarden/dcat-ap-ronl">
DCAT-AP is een Europese specificatie voor het beschrijven van datasets van de publieke sector, gebaseerd op
W3C&apos;s Data Catalogue Vocabulary (DCAT).
</CardStandard.Root>
Expand All @@ -35,15 +35,15 @@ export default function PublicatiesPage() {
</CardStandard.Root>
<CardStandard.Root
title="Algoritmes Publicatiestandaard"
url="/publicaties/algoritmeregister-publicatiestandaard"
url="/standaarden/algoritmeregister-publicatiestandaard"
>
Bevat de publicatiestandaard van het Algoritmeregister. Het is bedoeld om overheidsorganisaties te helpen bij
het invullen.
</CardStandard.Root>
<CardStandard.Root
variant="work-in-progress"
title="Levensgebeurtenissen SIVI AFS"
url="/publicaties/levensgebeurtenissen-sivi-afs"
url="/standaarden/levensgebeurtenissen-sivi-afs"
>
Bevat de standaardisatie van levensgebeurtenissen en signalen in de SIVI All Finance Standaard (SIVI AFS)
</CardStandard.Root>
Expand Down
6 changes: 3 additions & 3 deletions apps/web/src/common/methods-tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const methodsTree = {
'De LegitiMaat': {
color: 'info',
docs: '/docs/methods/LEGITIMAAT',
standard: '/publicaties/legitimaat',
standard: '/standaarden/legitimaat',
},
FLINT: {
color: 'info',
Expand All @@ -21,13 +21,13 @@ export const methodsTree = {
Wetsanalyse_1: {
color: 'info',
docs: '/docs/methods/WETSANALYSE',
standard: '/publicaties/wetsanalyse',
standard: '/standaarden/wetsanalyse',
},
Wetsanalyse_2: {
color: 'info',
demo: '/lab/jas-annotatie-tool/',
docs: '/docs/methods/WETSANALYSE',
standard: '/publicaties/wetsanalyse',
standard: '/standaarden/wetsanalyse',
},
} satisfies Record<string, MethodTree>;

Expand Down

0 comments on commit c42173b

Please sign in to comment.