diff --git a/docs/content/docs/2.components/page-hero.md b/docs/content/docs/2.components/page-hero.md index 9f14bb922d..cb0bbd1516 100644 --- a/docs/content/docs/2.components/page-hero.md +++ b/docs/content/docs/2.components/page-hero.md @@ -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 @@ -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 @@ -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