Skip to content

Commit

Permalink
[docs] Skip components and hooks due to duplicate index (#37539)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Jun 12, 2023
1 parent 73cc52c commit 5068695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/modules/components/ComponentPageTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default function ComponentPageTabs(props) {
/>
{headers.components?.length > 0 && (
<StyledTab
className="skip-algolia-crawler" // For more details, see https://github.com/mui/material-ui/pull/37539.
component={Link}
shallow
scroll
Expand All @@ -102,6 +103,7 @@ export default function ComponentPageTabs(props) {
)}
{headers.hooks && headers.hooks.length > 0 && (
<StyledTab
className="skip-algolia-crawler" // For more details, see https://github.com/mui/material-ui/pull/37539.
component={Link}
shallow
scroll
Expand Down

0 comments on commit 5068695

Please sign in to comment.