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] Remove pickers page from the Lab section #32961

Merged
merged 2 commits into from
Jun 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions docs/data/material/components/pickers/lab-date-and-time-pickers.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/data/material/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const pages = [
'/material-ui/material-icons',
'/material-ui/about-the-lab',
'/material-ui/transitions',
'/material-ui/lab-date-and-time-pickers',
],
title: 'Components',
icon: 'ToggleOnIcon',
Expand Down Expand Up @@ -142,7 +141,6 @@ const pages = [
subheader: 'lab',
children: [
{ pathname: '/material-ui/about-the-lab', title: 'About the lab 🧪' },
{ pathname: '/material-ui/lab-date-and-time-pickers', title: 'Date & Time pickers' },
{ pathname: '/material-ui/react-masonry' },
{ pathname: '/material-ui/react-timeline' },
{ pathname: '/material-ui/react-tree-view' },
Expand Down
11 changes: 0 additions & 11 deletions docs/pages/material-ui/lab-date-and-time-pickers.js

This file was deleted.

3 changes: 0 additions & 3 deletions docs/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ https://v4.material-ui.com/* https://v4.mui.com/:splat 301!
/components/transitions/ /material-ui/transitions/ 301
/pt/components/transitions/ /pt/material-ui/transitions/ 301
/zh/components/transitions/ /zh/material-ui/transitions/ 301
/components/pickers/ /material-ui/lab-date-and-time-pickers/ 301
/pt/components/pickers/ /pt/material-ui/lab-date-and-time-pickers/ 301
/zh/components/pickers/ /zh/material-ui/lab-date-and-time-pickers/ 301
/components/about-the-lab/ /material-ui/about-the-lab/ 301
/pt/components/about-the-lab/ /pt/material-ui/about-the-lab/ 301
/zh/components/about-the-lab/ /zh/material-ui/about-the-lab/ 301
Expand Down
3 changes: 0 additions & 3 deletions docs/scripts/postMigration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@ function run() {
/components/transitions/ /material-ui/transitions/ 301
/:lang/components/transitions/ /:lang/material-ui/transitions/ 301

/components/pickers/ /material-ui/lab-date-and-time-pickers/ 301
/:lang/components/pickers/ /:lang/material-ui/lab-date-and-time-pickers/ 301

/components/about-the-lab/ /material-ui/about-the-lab/ 301
/:lang/components/about-the-lab/ /:lang/material-ui/about-the-lab/ 301

Expand Down
1 change: 0 additions & 1 deletion docs/src/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const pages: readonly MuiPage[] = [
subheader: '/components/lab',
children: [
{ pathname: '/components/about-the-lab', title: 'About the lab 🧪' },
{ pathname: '/components/lab-date-and-time-pickers', title: 'Date & Time Pickers' },
{ pathname: '/components/masonry' },
{ pathname: '/components/timeline' },
{ pathname: '/components/tree-view' },
Expand Down
1 change: 0 additions & 1 deletion docs/translations/translations-pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@
"MUI X": "MUI X",
"lab": "Lab",
"/material-ui/about-the-lab": "About the lab 🧪",
"/material-ui/lab-date-and-time-pickers": "Date & Time Pickers",
"/material-ui/react-masonry": "Masonry",
"/material-ui/react-timeline": "Timeline",
"/material-ui/react-tree-view": "Tree View",
Expand Down
1 change: 0 additions & 1 deletion docs/translations/translations-zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@
"MUI X": "MUI X",
"lab": "Lab",
"/material-ui/about-the-lab": "About the lab 🧪",
"/material-ui/lab-date-and-time-pickers": "Date & Time Pickers",
"/material-ui/react-masonry": "Masonry",
"/material-ui/react-timeline": "Timeline",
"/material-ui/react-tree-view": "Tree View",
Expand Down
1 change: 0 additions & 1 deletion docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@
"MUI X": "MUI X",
"lab": "Lab",
"/material-ui/about-the-lab": "About the lab 🧪",
"/material-ui/lab-date-and-time-pickers": "Date & Time pickers",
"/material-ui/react-masonry": "Masonry",
"/material-ui/react-timeline": "Timeline",
"/material-ui/react-tree-view": "Tree view",
Expand Down