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-infra] Allow more value uses of MUI #41706

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/mui-vale.zip
Binary file not shown.
8 changes: 5 additions & 3 deletions docs/mui-vale/styles/MUI/NoCompanyName.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ exceptions:
- 'MUI System'
- 'MUI Store'
- 'MUI Core'
- 'MUI Toolpad'
- 'MUI Connect'
- 'MUI organization' # valid use of a regular space
- 'MUI ecosystem' # valid use of a regular space
# valid use of a regular space
- 'MUI organization'
- 'MUI ecosystem'
- 'MUI products'
- 'MUI team'
2 changes: 1 addition & 1 deletion docs/pages/careers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const nextRolesData = [
{
title: 'Full-stack Engineer — Toolpad',
description:
'You will join the MUI Toolpad team, to explore the role of MUI in the low code space and help bring the early prototype to a usable product.',
'You will join the Toolpad team, to explore the role of MUI in the low code space and help bring the early prototype to a usable product.',
url: '/careers/fullstack-engineer/',
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ https://v4.material-ui.com/* https://v4.mui.com/:splat 301!
/r/x-* https://material-ui-x.netlify.app/r/x-:splat 200
/:lang/x/* https://material-ui-x.netlify.app/:lang/x/:splat 200

## MUI Toolpad
## Toolpad
/static/toolpad/* https://mui-toolpad-docs.netlify.app/static/toolpad/:splat 200
/toolpad/_next/* https://mui-toolpad-docs.netlify.app/_next/:splat 200
/toolpad/* https://mui-toolpad-docs.netlify.app/toolpad/:splat 200
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppLayoutDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function AppLayoutDocs(props) {
} else if (canonicalAs.startsWith('/system/')) {
productName = 'MUI System';
} else if (canonicalAs.startsWith('/toolpad/')) {
productName = 'MUI Toolpad';
productName = 'Toolpad';
} else if (canonicalAs.startsWith('/joy-ui/')) {
productName = 'Joy UI';
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function NewStartScreen() {
},
{
category: {
name: 'MUI Toolpad',
name: 'Toolpad',
},
items: [
{
Expand Down
Loading