Skip to content

Commit

Permalink
[docs] Remove the newFeature flag on v6 features (mui#11168)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Nov 24, 2023
1 parent acbb97e commit 9f3935f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/data/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ const pages: MuiPage[] = [
{
pathname: '/x/react-date-pickers/date-field',
title: 'Date Field',
newFeature: true,
},
{ pathname: '/x/react-date-pickers/date-calendar', title: 'Date Calendar' },
],
Expand All @@ -259,13 +258,11 @@ const pages: MuiPage[] = [
{
pathname: '/x/react-date-pickers/time-field',
title: 'Time Field',
newFeature: true,
},
{ pathname: '/x/react-date-pickers/time-clock', title: 'Time Clock' },
{
pathname: '/x/react-date-pickers/digital-clock',
title: 'Digital Clock',
newFeature: true,
},
],
},
Expand All @@ -277,7 +274,6 @@ const pages: MuiPage[] = [
{
pathname: '/x/react-date-pickers/date-time-field',
title: 'Date Time Field',
newFeature: true,
},
],
},
Expand All @@ -290,12 +286,10 @@ const pages: MuiPage[] = [
{
pathname: '/x/react-date-pickers/date-range-field',
title: 'Date Range Field',
newFeature: true,
},
{
pathname: '/x/react-date-pickers/date-range-calendar',
title: 'Date Range Calendar',
newFeature: true,
},
],
},
Expand All @@ -311,7 +305,6 @@ const pages: MuiPage[] = [
{
pathname: '/x/react-date-pickers/time-range-field',
title: 'Time Range Field',
newFeature: true,
},
],
},
Expand All @@ -327,11 +320,10 @@ const pages: MuiPage[] = [
{
pathname: '/x/react-date-pickers/date-time-range-field',
title: 'Date Time Range Field',
newFeature: true,
},
],
},
{ pathname: '/x/react-date-pickers/fields', title: 'Field components', newFeature: true },
{ pathname: '/x/react-date-pickers/fields', title: 'Field components' },
],
},
{
Expand Down

0 comments on commit 9f3935f

Please sign in to comment.