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

Merged
merged 1 commit into from Aug 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/data/system/getting-started/overview/overview.md
Expand Up @@ -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.