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] /system/getting-started/advanced/ does not exist #33865

Closed
1 task done
MonstraG opened this issue Aug 9, 2022 · 2 comments · Fixed by #33867
Closed
1 task done

[docs] /system/getting-started/advanced/ does not exist #33865

MonstraG opened this issue Aug 9, 2022 · 2 comments · Fixed by #33867
Labels
bug 🐛 Something doesn't work docs Improvements or additions to the documentation good first issue Great for first contributions. Enable to learn the contribution process.

Comments

@MonstraG
Copy link
Contributor

MonstraG commented Aug 9, 2022

Duplicates

  • I have searched the existing issues

https://mui.com/system/getting-started/overview/
Links to
https://mui.com/system/getting-started/advanced/
in the last line:
image
which doesn't exist

@MonstraG MonstraG added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Aug 9, 2022
@ZeeshanTamboli ZeeshanTamboli added bug 🐛 Something doesn't work docs Improvements or additions to the documentation and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Aug 9, 2022
@ZeeshanTamboli
Copy link
Member

Thanks for reporting. It's after changes in #33503. The fix should be simple:

--- a/docs/data/system/getting-started/overview/overview.md
+++ b/docs/data/system/getting-started/overview/overview.md
@@ -27,4 +27,4 @@ Learn more on [the `sx` prop page](/system/getting-started/the-sx-prop/).
 [MUI Base](/base/getting-started/overview/) is a library of "unstyled" React components, while MUI System is a set of
utilities for quickly applying styles to those components (as well as other MUI component libraries like Material UI and Joy UI).

 MUI Base is a standalone component library, whereas the System is _supplemental_ in that it's designed to be paired with Base and other MUI components, as well as third-party components.
-See [Advanced](/system/getting-started/advanced/) for details on how to use MUI System with non-MUI components.
+See the [Custom components page](/system/getting-started/custom-components/) for details on how to use MUI System with non-MUI components.

Would you like to create a PR for it?

@ZeeshanTamboli ZeeshanTamboli added the good first issue Great for first contributions. Enable to learn the contribution process. label Aug 9, 2022
@MonstraG
Copy link
Contributor Author

MonstraG commented Aug 9, 2022

done^

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 good first issue Great for first contributions. Enable to learn the contribution process.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants