Skip to content

[docs] Fix MUI X redirects#47917

Merged
cherniavskii merged 2 commits intomui:v7.xfrom
cherniavskii:fix-redirects
Mar 5, 2026
Merged

[docs] Fix MUI X redirects#47917
cherniavskii merged 2 commits intomui:v7.xfrom
cherniavskii:fix-redirects

Conversation

@cherniavskii
Copy link
Copy Markdown
Member

@cherniavskii cherniavskii commented Mar 5, 2026

The v7.x branch of this repo is currently deployed under mui.com (latest branch of material-ui-docs).
When switching to MUI X docs, it should point to the current stable of MUI X (v8). Hence the change in redirects

@cherniavskii cherniavskii added the scope: docs-infra Involves the docs-infra product (https://www.notion.so/mui-org/b9f676062eb94747b6768209f7751305). label Mar 5, 2026
Comment thread docs/package.json
"build-sw": "node ./scripts/buildServiceWorker.js",
"dev": "next dev",
"deploy": "git fetch upstream master && git push -f material-ui-docs FETCH_HEAD:latest",
"deploy": "git fetch upstream $(git branch --show-current) && git push -f material-ui-docs FETCH_HEAD:latest",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Noticed that master is wrong here. We can use $(git branch --show-current) on master too

@mui-bot
Copy link
Copy Markdown

mui-bot commented Mar 5, 2026

Netlify deploy preview

https://deploy-preview-47917--material-ui.netlify.app/

Bundle size report

Bundle Parsed size Gzip size
@mui/material 0B(0.00%) 0B(0.00%)
@mui/lab 0B(0.00%) 0B(0.00%)
@mui/system 0B(0.00%) 0B(0.00%)
@mui/utils 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against 5604d50

@cherniavskii cherniavskii requested a review from Janpot March 5, 2026 13:55
@cherniavskii cherniavskii marked this pull request as ready for review March 5, 2026 14:05
@cherniavskii cherniavskii merged commit c12440d into mui:v7.x Mar 5, 2026
19 checks passed
@cherniavskii cherniavskii deleted the fix-redirects branch March 5, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: docs-infra Involves the docs-infra product (https://www.notion.so/mui-org/b9f676062eb94747b6768209f7751305).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants