Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix double MUI in the title #3332

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Dec 4, 2021

I recall fixing this in the main repo mui/material-ui#28634. However, we forked the component so the fix didn't propagate here:

Screenshot 2021-12-04 at 15 17 27

How did I find this? Looking at the ahrefs crawl audit.

@oliviertassinari oliviertassinari added the docs Improvements or additions to the documentation label Dec 4, 2021
@@ -270,7 +274,7 @@ import { ${componentName} } from '@mui/x-data-grid-pro';`;
disableAd={false}
disableToc={false}
location={apiSourceLocation}
title={`${componentName} API – MUI`}
title={`${componentName} API`}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reproduces the content of docs/src/modules/components/ApiPage in MUI Core.

@oliviertassinari oliviertassinari added the bug 🐛 Something doesn't work label Dec 4, 2021
@oliviertassinari oliviertassinari merged commit 69c4f48 into mui:master Dec 6, 2021
@oliviertassinari oliviertassinari deleted the fix-api-title branch December 6, 2021 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants