Skip to content

Commit

Permalink
docs: add documentation page for data summary (#1775)
Browse files Browse the repository at this point in the history
Co-authored-by: Yolijn <[email protected]>
  • Loading branch information
jeffreylauwers and Yolijn authored Dec 2, 2024
1 parent 069e3d0 commit d3786aa
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 21 deletions.
8 changes: 4 additions & 4 deletions docs/componenten/_template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hide_title: true
hide_table_of_contents: false
sidebar_label: VUL_NAAM_IN
pagination_label: VUL_NAAM_IN
description: VUL_DOEL_IN
description: VUL_BESCHRIJVING_IN
slug: /VUL_NAAM_ALS_KEBABJE_IN
---

Expand All @@ -19,9 +19,9 @@ import {
} from "@site/src/components/ComponentPage";

{/* Add name and description for the component */}
export const title = "VUL_NAAM_IN";
export const description = "VUL_DOEL_IN";
export const issueNumber = "VUL_GITHUB_ISSUE_NUMMER_IN";
export const title = ""; //Vul naam in
export const description = ""; //Vul component beschrijving in
export const issueNumber = 0; //Vul GitHub Issue nummer in

export const component = componentProgress.find((item) => item.number === issueNumber);

Expand Down
40 changes: 40 additions & 0 deletions docs/componenten/data-summary/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Data Summary
hide_title: true
hide_table_of_contents: false
sidebar_label: Data Summary
pagination_label: Data Summary
description: Lijst met eigenschappen en bijbehorende data over een onderwerp.
slug: /data-summary
---

{/* @license CC0-1.0 */}

import componentProgress from "@nl-design-system/component-progress/dist/index.json";
import {
DefinitionOfDone,
HelpImproveComponent,
Implementations,
Introduction,
} from "@site/src/components/ComponentPage";

{/* Add name and description for the component */}
export const title = "Data Summary";
export const description = "Lijst met eigenschappen en bijbehorende data over een onderwerp.";
export const issueNumber = 357;

export const component = componentProgress.find((item) => item.number === issueNumber);

<Introduction component={component} headingLevel={1} description={description} />

## Definition of Done

<DefinitionOfDone component={component} headingLevel={3} />

## Implementaties

<Implementations component={component} headingLevel={3} />

## Help component verbeteren

<HelpImproveComponent component={component} headingLevel={3} />
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@nl-design-system-unstable/documentation": "workspace:*",
"@nl-design-system-unstable/nlds-design-tokens": "workspace:*",
"@nl-design-system-unstable/voorbeeld-design-tokens": "1.0.0-alpha.151",
"@nl-design-system/component-progress": "1.0.1-alpha.78",
"@nl-design-system/component-progress": "1.0.1-alpha.79",
"@nl-design-system/eslint-config": "0.0.1",
"@persoonlijke-regelingen-assistent/components-react": "1.0.0-alpha.152",
"@playwright/test": "1.47.1",
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3786aa

Please sign in to comment.