Skip to content

Commit

Permalink
docs: update introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong committed Sep 30, 2024
1 parent 0cfc8ca commit e30a365
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/storybook/config/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const preview: Preview = {
options: {
panelPosition: 'right',
storySort: {
order: ['VNG', 'Templates'],
order: ['Overheidsbrede Portalen', 'Templates'],
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/src/documentation/introduction.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- @license CC0-1.0 -->

# VNG Services Templates
# Overheidsbrede Portalen Templates

Binnen de NL Design System community zijn er white label componenten en richtlijnen voor het ontwikkelen van toegankelijke applicaties en websites.
Met behulp van de templates, designs en documentatie in de VNG services storybook kunnen organisaties en leveranciers sneller aan de slag met NL Design System.
Met behulp van de templates, designs en documentatie in de overheidsbrede portalen storybook kunnen organisaties en leveranciers sneller aan de slag met NL Design System.

## NL Design System

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/src/documentation/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Markdown, Meta } from '@storybook/addon-docs';
import markdown from './introduction.md?raw';

<Meta title="VNG/Intro" />
<Meta title="Overheidsbrede Portalen/Intro" />

<Markdown>{markdown}</Markdown>

0 comments on commit e30a365

Please sign in to comment.