diff --git a/components/drawer/data-bind.md b/components/drawer/data-bind.md index 70583c9221..1b49e326fa 100644 --- a/components/drawer/data-bind.md +++ b/components/drawer/data-bind.md @@ -89,9 +89,7 @@ https://docs.telerik.com/blazor-ui/components/drawer/navigation ```` - ## See Also -* [Drawer Overview]({% slug drawer-overview%}) +* [Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview) * [Drawer Navigation]({% slug drawer-navigation%}) - diff --git a/components/drawer/events.md b/components/drawer/events.md index 3ecde0c064..ae86293844 100644 --- a/components/drawer/events.md +++ b/components/drawer/events.md @@ -17,7 +17,6 @@ This article explains the events available in the Telerik Drawer for Blazor: * [`OnItemRender`](#onitemrender) - ## SelectedItemChanged The `SelectedItemChanged` event fires every time the user clicks on a new item from the Drawer. You can use it with one-way data binding to respond to the user [selection]({%slug drawer-selection%}). It receives an argument of the Drawer data model type. @@ -203,3 +202,7 @@ As an argument, the event handler receives an object of type `DrawerItemRenderEv } } ```` + +## See Also + +* [Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview) diff --git a/components/drawer/icons.md b/components/drawer/icons.md index 4d33ba7d2d..614652f105 100644 --- a/components/drawer/icons.md +++ b/components/drawer/icons.md @@ -89,4 +89,5 @@ If the icon property name in the Drawer model is `Icon`, there is no need to set ## See Also -* [Drawer Overview]({%slug drawer-overview%}) +* [Drawer Data Binding]({%slug drawer-data-binding%}) +* [Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview) diff --git a/components/drawer/mini-view.md b/components/drawer/mini-view.md index 981e5bfd25..dc4eb2aea6 100644 --- a/components/drawer/mini-view.md +++ b/components/drawer/mini-view.md @@ -50,6 +50,6 @@ To enable the mini view when the drawer is collapsed (minimized), set the `MiniM } ```` +## See Also - - +* [Drawer Mini View Demo](https://demos.telerik.com/blazor-ui/drawer/mini) diff --git a/components/drawer/modes.md b/components/drawer/modes.md index f0a000e6b4..fa648019c7 100644 --- a/components/drawer/modes.md +++ b/components/drawer/modes.md @@ -126,6 +126,6 @@ You may want to add padding to the left of the content so that it is not overlap ## See Also - * [Drawer MiniMode]({%slug drawer-mini-mode%}) - * [Drawer Data Binding]({%slug drawer-data-binding%}) - * [Drawer Navigation]({%slug drawer-navigation%}) +* [Drawer MiniMode]({%slug drawer-mini-mode%}) +* [Drawer Navigation]({%slug drawer-navigation%}) +* [Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview) diff --git a/components/drawer/navigation.md b/components/drawer/navigation.md index 40e000eaae..1e8105bdd9 100644 --- a/components/drawer/navigation.md +++ b/components/drawer/navigation.md @@ -68,6 +68,6 @@ To use the Drawer for navigating between pages: ## See Also -* [Drawer Overview]({% slug drawer-overview%}) * [Drawer Data Binding]({%slug drawer-data-binding%}) * [Drawer Templates]({%slug drawer-templates%}) +* [Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview) diff --git a/components/drawer/overview.md b/components/drawer/overview.md index 4493f5ee85..03d8806ef4 100644 --- a/components/drawer/overview.md +++ b/components/drawer/overview.md @@ -170,5 +170,5 @@ The Drawer methods are accessible through it's reference. These methods change t ## See Also - * [Live Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview) - * [Drawer API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikDrawer-1) +* [Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview) +* [Drawer API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikDrawer-1) diff --git a/components/drawer/refresh-data.md b/components/drawer/refresh-data.md index 5895cdcbc6..8ba7d7ef47 100644 --- a/components/drawer/refresh-data.md +++ b/components/drawer/refresh-data.md @@ -95,6 +95,6 @@ In this article: ## See Also - * [ObservableCollection]({%slug common-features-observable-data%}) - * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui) +* [ObservableCollection]({%slug common-features-observable-data%}) +* [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) +* [Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview) diff --git a/components/drawer/selection.md b/components/drawer/selection.md index 29f49f685f..125d5302d8 100644 --- a/components/drawer/selection.md +++ b/components/drawer/selection.md @@ -64,6 +64,5 @@ If you use the drawer for [page navigation]({%slug drawer-navigation%}), the sel ## See Also * [Drawer Events]({%slug drawer-events%}) -* [Drawer Data Binding]({%slug drawer-data-binding%}) * [Drawer Navigation]({%slug drawer-navigation%}) - +* [Drawer Demos](https://demos.telerik.com/blazor-ui/drawer/overview) diff --git a/components/drawer/templates.md b/components/drawer/templates.md index fe85667c53..836db75697 100644 --- a/components/drawer/templates.md +++ b/components/drawer/templates.md @@ -215,5 +215,7 @@ Using the `