Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/content/docs/2.components/page-hero.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Use the `links` prop to display a list of [Button](/docs/components/button) unde
prettier: true
external:
- links
externalTypes:
- ButtonProps[]
ignore:
- title
- description
Expand Down Expand Up @@ -111,6 +113,8 @@ Use the `orientation` prop to change the orientation with the default slot. Defa
prettier: true
external:
- links
externalTypes:
- ButtonProps[]
ignore:
- title
- description
Expand Down Expand Up @@ -148,6 +152,8 @@ Use the `reverse` prop to reverse the orientation of the default slot.
prettier: true
external:
- links
externalTypes:
- ButtonProps[]
ignore:
- title
- description
Expand Down
Loading