From 1367f1e216ebc930e7ac41d7a885c226ab4630a2 Mon Sep 17 00:00:00 2001 From: Steve Bilogan Date: Thu, 15 Feb 2024 16:00:25 -0500 Subject: [PATCH] docs: refactor material toolkit name --- doc/controls/CardAndCardContentControl.md | 2 +- doc/controls/ChipAndChipGroup.md | 2 +- doc/controls/DrawerControl.md | 2 +- doc/controls/NavigationBar.md | 2 +- doc/controls/SegmentedControls.md | 2 +- doc/material-getting-started.md | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/controls/CardAndCardContentControl.md b/doc/controls/CardAndCardContentControl.md index 270bf2293..4e6184053 100644 --- a/doc/controls/CardAndCardContentControl.md +++ b/doc/controls/CardAndCardContentControl.md @@ -5,7 +5,7 @@ uid: Toolkit.Controls.Card # Card & CardContentControl > [!TIP] -> This guide covers details for `Card` and `CardContentControl` specifically. If you are just getting started with the Uno Toolkit Material Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. +> This guide covers details for `Card` and `CardContentControl` specifically. If you are just getting started with the Uno Material Toolkit Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. ## Summary diff --git a/doc/controls/ChipAndChipGroup.md b/doc/controls/ChipAndChipGroup.md index e91cd9887..c9c08b78e 100644 --- a/doc/controls/ChipAndChipGroup.md +++ b/doc/controls/ChipAndChipGroup.md @@ -4,7 +4,7 @@ uid: Toolkit.Controls.Chip # Chip & ChipGroup > [!TIP] -> This guide covers details for `Chip` and `ChipGroup` specifically. If you are just getting started with the Uno Toolkit Material Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. +> This guide covers details for `Chip` and `ChipGroup` specifically. If you are just getting started with the Uno Material Toolkit Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. ## Summary diff --git a/doc/controls/DrawerControl.md b/doc/controls/DrawerControl.md index 98517e986..642f953f4 100644 --- a/doc/controls/DrawerControl.md +++ b/doc/controls/DrawerControl.md @@ -4,7 +4,7 @@ uid: Toolkit.Controls.DrawerControl # DrawerControl > [!TIP] -> This guide covers details for `DrawerControl` specifically. If you are just getting started with the Uno Toolkit Material Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. +> This guide covers details for `DrawerControl` specifically. If you are just getting started with the Uno Material Toolkit Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. ## Summary diff --git a/doc/controls/NavigationBar.md b/doc/controls/NavigationBar.md index 13e1627a1..70e8fb9fc 100644 --- a/doc/controls/NavigationBar.md +++ b/doc/controls/NavigationBar.md @@ -5,7 +5,7 @@ uid: Toolkit.Controls.NavigationBar # NavigationBar > [!TIP] -> This guide covers details for `NavigationBar` specifically. If you are just getting started with the Uno Toolkit Material Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. +> This guide covers details for `NavigationBar` specifically. If you are just getting started with the Uno Material Toolkit Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. ## Summary diff --git a/doc/controls/SegmentedControls.md b/doc/controls/SegmentedControls.md index 762b83ae2..9ef538f0b 100644 --- a/doc/controls/SegmentedControls.md +++ b/doc/controls/SegmentedControls.md @@ -5,7 +5,7 @@ uid: Toolkit.Controls.SegmentedControls # Segmented Controls > [!TIP] -> This guide covers details for `Segmented Controls` specifically. If you are just getting started with the Uno Toolkit Material Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. +> This guide covers details for `Segmented Controls` specifically. If you are just getting started with the Uno Material Toolkit Library, please see our [general getting started](../getting-started.md) page to make sure you have the correct setup in place. ## Summary diff --git a/doc/material-getting-started.md b/doc/material-getting-started.md index 514ebfc44..39fe4ce18 100644 --- a/doc/material-getting-started.md +++ b/doc/material-getting-started.md @@ -1,13 +1,13 @@ --- uid: Toolkit.GettingStarted.Material --- -# Uno Toolkit Material Library +# Uno Material Toolkit Library

Material Toolkit Design System

-The Uno.Toolkit.Material library is available as NuGet packages that can be added to any new or existing Uno solution. +The Uno Material Toolkit provides a set of resources and styles based on [Material Design guidelines](https://m3.material.io/) for the controls included in the base [Uno Toolkit library](xref:Toolkit.GettingStarted) ## Getting Started