Skip to content

Commit

Permalink
fix: "Foundations" pages were listed under "All Components" on docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Jan 14, 2025
1 parent 8979107 commit c747946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/components/ComponentsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const componentsQuery = graphql`
internal: { owner: { nin: "gatsby-transformer-react-docgen" } }
}
frontmatter: { type: {} }
fields: { source: { eq: "components" } }
}
sort: { frontmatter: {title: ASC} }
) {
Expand Down

0 comments on commit c747946

Please sign in to comment.