From 8caccfd3832e321b7750b70a62af75138c66cda9 Mon Sep 17 00:00:00 2001 From: Dobrinka Yordanova Date: Fri, 8 Nov 2024 16:35:21 +0200 Subject: [PATCH] update slugs --- installation-and-deployment/mac/getting-started-mac.md | 1 - knowledge-base/datagrid-row-height.md | 2 +- nativecontrols/android/calendar/calendar-localization.md | 2 +- nativecontrols/android/calendar/calendar-overview.md | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/installation-and-deployment/mac/getting-started-mac.md b/installation-and-deployment/mac/getting-started-mac.md index 81241693..65e636b7 100644 --- a/installation-and-deployment/mac/getting-started-mac.md +++ b/installation-and-deployment/mac/getting-started-mac.md @@ -87,4 +87,3 @@ If you open the installation folder you will probably note the following sub dir - [System Requirements]({% slug system-requirements %}) - [Telerik NuGet packages server]({%slug telerik-nuget-server%}) -- [Project Wizard for Visual Studio for Mac]({%slug project-wizard-xamarin-studio%}) diff --git a/knowledge-base/datagrid-row-height.md b/knowledge-base/datagrid-row-height.md index 827ee656..e33453f0 100644 --- a/knowledge-base/datagrid-row-height.md +++ b/knowledge-base/datagrid-row-height.md @@ -3,7 +3,7 @@ title: How to set row height of Xamarin DataGrid? description: How to define the rows height through TextMargin property in Telerik DataGrid for Xamarin control type: how-to page_title: Is there a simple way to set the heights of the rows in Telerik DataGrid for Xamarin? -slug: datagrid-row-height +slug: set-datagrid-row-height tags: datagrid, row, height, textmargin, xamarin, xamarin.forms ticketid: 1427027 res_type: kb diff --git a/nativecontrols/android/calendar/calendar-localization.md b/nativecontrols/android/calendar/calendar-localization.md index 23d0265a..c5434c5e 100644 --- a/nativecontrols/android/calendar/calendar-localization.md +++ b/nativecontrols/android/calendar/calendar-localization.md @@ -2,7 +2,7 @@ title: Localization page_title: RadCalendarView Localization | Telerik UI for Xamarin.Android Documentation description: This page explains how to localize RadCalendarView for Android per your requirements. -slug: calendar-localization +slug: android-calendar-localization tags: radcalendarview, calendar, localization position: 8 publish: true diff --git a/nativecontrols/android/calendar/calendar-overview.md b/nativecontrols/android/calendar/calendar-overview.md index 6bc6869b..443679df 100644 --- a/nativecontrols/android/calendar/calendar-overview.md +++ b/nativecontrols/android/calendar/calendar-overview.md @@ -52,7 +52,7 @@ be handled in a way which changes the calendar's properties with nice transition ## Localizations **RadCalendarView** follows the locale information provided from the user's device settings. If you want, you can easily apply locale of your choice so that the information that is displayed is translated and formatted -according to your preferences. [Here]({% slug calendar-localization %} "Read more about RadCalendarView's localization")'s more about the calendar's localizations capabilities. +according to your preferences. [Here]({% slug android-calendar-localization %} "Read more about RadCalendarView's localization")'s more about the calendar's localizations capabilities. ## Xamarin.Android Examples