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 API links for pickers #9573

Merged
merged 14 commits into from
Jul 6, 2023
Prev Previous commit
Next Next commit
rename
  • Loading branch information
alexfauquette committed Jul 5, 2023
commit 0f637bebf7f8f070b7078b00e51552dca7241430
2 changes: 1 addition & 1 deletion docs/data/date-pickers/adapters-locale/adapters-locale.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time pickers - Date localization
components: LocalizationProvider
githubLabel: 'component: pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/base-concepts/base-concepts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time Picker - Base concepts
packageName: '@mui/x-date-pickers'
githubLabel: 'component: pickers'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time pickers - Calendar systems
components: LocalizationProvider
githubLabel: 'component: pickers'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time pickers - Custom subcomponents
components: DateTimePickerTabs
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/custom-field/custom-field.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time pickers - Custom field
githubLabel: 'component: pickers'
packageName: '@mui/x-date-pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/custom-layout/custom-layout.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time pickers - Custom layout
components: PickersActionBar, PickersLayout
githubLabel: 'component: pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/date-calendar/date-calendar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Calendar component
components: DateCalendar, MonthCalendar, YearCalendar, PickersDay, DayCalendarSkeleton
githubLabel: 'component: DatePicker'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/date-field/date-field.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Field component
components: DateField
githubLabel: 'component: pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/date-picker/date-picker.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Picker component
components: DatePicker, DesktopDatePicker, MobileDatePicker, StaticDatePicker
githubLabel: 'component: DatePicker'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Range Calendar component
components: DateRangeCalendar
githubLabel: 'component: DateRangePicker'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Range Field components
components: MultiInputDateRangeField, SingleInputDateRangeField
githubLabel: 'component: pickers'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Range Picker component
components: DateRangePicker, DesktopDateRangePicker, MobileDateRangePicker, StaticDateRangePicker, DateRangeCalendar, DateRangePickerDay
githubLabel: 'component: DateRangePicker'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/date-time-field/date-time-field.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Field component
components: DateTimeField
githubLabel: 'component: pickers'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Time Picker component
components: DateTimePicker, DesktopDateTimePicker, MobileDateTimePicker, StaticDateTimePicker
githubLabel: 'component: DateTimePicker'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Time Range Field components
components: MultiInputDateTimeRangeField, SingleInputDateTimeRangeField
githubLabel: 'component: pickers'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Time Range Picker component
githubLabel: 'component: DateTimeRangePicker'
packageName: '@mui/x-date-pickers-pro'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/digital-clock/digital-clock.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Digital Clock component
components: DigitalClock, MultiSectionDigitalClock
githubLabel: 'component: TimePicker'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/fields/fields.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Date Fields components
components: DateField, TimeField, DateTimeField, MultiInputDateRangeField, SingleInputDateRangeField, MultiInputTimeRangeField, SingleInputTimeRangeField, MultiInputDateTimeRangeField, SingleInputDateTimeRangeField
githubLabel: 'component: pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/getting-started/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time Picker - Getting started
packageName: '@mui/x-date-pickers'
githubLabel: 'component: pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/lifecycle/lifecycle.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Components lifecycle
githubLabel: 'component: pickers'
packageName: '@mui/x-date-pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/localization/localization.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time Pickers - Component localization
components: LocalizationProvider
githubLabel: 'component: pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/overview/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time Picker React components
packageName: '@mui/x-date-pickers'
githubLabel: 'component: pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/shortcuts/shortcuts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time pickers - Shortcuts
components: PickersShortcuts
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/time-clock/time-clock.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Time Clock component
components: TimeClock
githubLabel: 'component: TimePicker'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/time-field/time-field.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Time Field component
components: TimeField
githubLabel: 'component: pickers'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/time-picker/time-picker.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Time Picker component
components: TimePicker, DesktopTimePicker, MobileTimePicker, StaticTimePicker
githubLabel: 'component: TimePicker'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Time Range Field components
components: MultiInputTimeRangeField, SingleInputTimeRangeField
githubLabel: 'component: pickers'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: React Time Range Picker component
githubLabel: 'component: TimeRangePicker'
packageName: '@mui/x-date-pickers-pro'
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/timezone/timezone.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
productId: date-pickers
productId: x-date-pickers
title: Date and Time pickers - UTC and timezones
components: LocalizationProvider
githubLabel: 'component: pickers'
Expand Down