From 038659dae4fe4228019952b75275fcbfbf1b74f2 Mon Sep 17 00:00:00 2001 From: gpbl Date: Sun, 24 Nov 2024 10:08:18 -0500 Subject: [PATCH] docs: update README --- README.md | 3 ++- website/docs/intro.mdx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc48d48ca..8656b75a3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ DayPicker is a [React](https://react.dev) component for creating date pickers, c - 🛠 Extensive set of props for [customizing](https://daypicker.dev/docs/customization) the calendar. - 🎨 Minimal design that can be [easily styled](https://daypicker.dev/docs/styling) with CSS or any CSS framework. - 📅 Supports [selections](https://daypicker.dev/docs/selection-modes) of single days, multiple days, ranges of days, or [custom selections](https://daypicker.dev/guides/custom-selections). -- 🌍 Can be [localized](https://daypicker.dev/docs/localization) into any language, supports [ISO 8601 dates](https://daypicker.dev/docs/localization#iso-week-dates), [time zones](https://daypicker.dev/docs/localization#time-zone), and the [Jalali calendar](https://daypicker.dev/docs/localization#jalali-calendar). +- 🌍 Can be [localized](https://daypicker.dev/docs/localization) into any language and [time zones](https://daypicker.dev/docs/localization#time-zone). +- 🌐 Support for [ISO 8601 dates](https://daypicker.dev/docs/localization#iso-week-dates), [Jalali](https://daypicker.dev/docs/localization#jalali-calendar), and [broadcast](https://daypicker.dev/docs/localization#broadcast-calendar) calendar. - 🦮 Complies with WCAG 2.1 AA requirements for [accessibility](https://daypicker.dev/guides/accessibility). - ⚙️ [Customizable components](https://daypicker.dev/guides/custom-components) to extend the rendered elements. - 🔤 Easy integration [with input fields](https://daypicker.dev/guides/input-fields). diff --git a/website/docs/intro.mdx b/website/docs/intro.mdx index 1a6a13c37..cdfd2e714 100644 --- a/website/docs/intro.mdx +++ b/website/docs/intro.mdx @@ -14,7 +14,8 @@ DayPicker is a [React](https://react.dev) component for creating date pickers, c - 🛠 Extensive set of props for [customizing](./docs/customization.mdx) the calendar. - 🎨 Minimal design that can be [easily styled](./docs/styling.mdx) with CSS or any CSS framework. - 📅 Supports [selections](./docs/selection-modes.mdx) of single days, multiple days, ranges of days, or [custom selections](./guides/custom-selections.mdx). -- 🌍 Can be [localized](./docs/localization.mdx) into any language, supports [ISO 8601 dates](./docs/localization.mdx#iso-week-dates), [time zones](./docs/localization.mdx#time-zone), and the [Jalali calendar](./docs/localization.mdx#jalali-calendar). +- 🌍 Can be [localized](https://daypicker.dev/docs/localization) into any language and [time zones](https://daypicker.dev/docs/localization#time-zone). +- 🌐 Support for [ISO 8601 dates](https://daypicker.dev/docs/localization#iso-week-dates), [Jalali](https://daypicker.dev/docs/localization#jalali-calendar), and [broadcast](https://daypicker.dev/docs/localization#broadcast-calendar) calendar. - 🦮 Complies with WCAG 2.1 AA requirements for [accessibility](./guides/accessibility.mdx). - ⚙️ [Customizable components](./guides/custom-components.mdx) to extend the rendered elements. - 🔤 Easy integration [with input fields](./guides/input-fields.mdx).