Skip to content

Commit 406ef5f

Browse files
authored
docs(storybook): add section overview pages (#22159)
1 parent 6e239c9 commit 406ef5f

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { Meta } from '@storybook/addon-docs/blocks';
2+
3+
<Meta title="Components/Section/Overview" />
4+
5+
# Section
6+
7+
The `Section` component is documented with `Heading` because `Heading` uses the
8+
nearest `Section` to infer the correct heading level.
9+
10+
Review the
11+
[Heading component overview](../?path=/docs/components-heading--overview) for
12+
usage guidance and examples.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { Meta } from '@storybook/addon-docs/blocks';
2+
3+
<Meta title="Components/Section/Overview" />
4+
5+
# Section
6+
7+
The `section` component is documented with `heading` because `heading` uses the
8+
nearest `section` to infer the correct heading level.
9+
10+
Review the
11+
[Heading component overview](../?path=/docs/components-heading--overview) for
12+
usage guidance and examples.

0 commit comments

Comments
 (0)