-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add documentation page for data summary (#1775)
Co-authored-by: Yolijn <[email protected]>
- Loading branch information
1 parent
069e3d0
commit d3786aa
Showing
5 changed files
with
75 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.