Skip to content

Commit 9660f5f

Browse files
Merge pull request #1246 from telerik/docs-builder
merge docs builder branch into master
2 parents acd3b9a + 8546489 commit 9660f5f

File tree

249 files changed

+939
-1629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+939
-1629
lines changed

controls/accordion/item-spacing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ And the Accordion when all items are collapsed:
2424

2525
![.NET MAUI Accordion Item Spacing](images/accordion-item-spacing-2.png)
2626

27-
>important A sample Item Spacing example can be found in the Accordion/Features folder of the [SDK Samples Browser application]({%slug developer-focused-examples%}#sdk-browser-application).
28-
2927
## See Also
3028

3129
- [AccordionItem]({%slug accordion-accordion-item%})

controls/autocomplete/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Commands
33
page_title: .NET MAUI AutoComplete Documentation - Commands
44
description: Learn more about the commands that the Telerik UI for .NET MAUI AutoComplete control exposes.
5-
position: 14
5+
position: 15
66
slug: autocomplete-commands
77
---
88

controls/autocomplete/display-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here is an example how the `RadAutoComplete` `DisplayTextFormatter` works on Pla
3535

3636
<snippet id='autocomplete-text-formatter-plain-class'/>
3737

38-
**4.**Use the following snippet to declare a `RadAutoComplete` in XAML:
38+
**4.** Use the following snippet to declare a `RadAutoComplete` in XAML:
3939

4040
<snippet id='autocomplete-textformatter-plain'/>
4141

controls/autocomplete/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Localization
33
page_title: .NET MAUI AutoComplete Documentation - Localization
44
description: Learn more about the MAUI localization options in the Telerik UI for .NET MAUI AutoComplete control.
5-
position: 13
5+
position: 14
66
tags: maui localization, maui, localization, dotnet maui
77
slug: autocomplete-localization
88
---

controls/autocomplete/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Styling
33
page_title: .NET MAUI AutoComplete Documentation - Styling
44
description: Change the Telerik .NET MAUI AutoComplete look using its flexible styling API.
5-
position: 14
5+
position: 16
66
slug: autocomplete-styling
77
---
88

controls/autocomplete/visual-states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Visual States
33
page_title: .NET MAUI AutoComplete Documentation - Visual States
44
description: Learn how to set the border color, background color, and other visual states for the Telerik UI for .NET MAUI AutoComplete control.
5-
position: 15
5+
position: 17
66
tags: .net maui, telerik .net maui, ui for .net maui, autocomplete, states, microsoft .net maui
77
slug: autocomplete-visual-states
88
---

controls/badgeview/predefined-badges.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ page_title: .NET MAUI BadgeView Documentation - Predefined Badges
44
description: Learn what are the available badges the .NET MAUI BadgeView control provides.
55
tags: badge, marker, indicator, badgeview for .net maui, badge for .net maui
66
position: 5
7-
tags: badge types, badge for .net maui, badgeview
87
slug: badgeview-predefined-badges
98
---
109

controls/chart/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before adding the Chart, you need to:
2828

2929
## Define the Control
3030

31-
**1.**When your .NET MAUI application is set up, you are ready to add a Chart control to your page.
31+
**1.** When your .NET MAUI application is set up, you are ready to add a Chart control to your page.
3232

3333
<snippet id='chart-getting-started-xaml' />
3434

@@ -50,7 +50,7 @@ series.CategoryBinding = new PropertyNameDataPointBinding { PropertyName = "Cate
5050
chart.Series.Add(series);
5151
```
5252

53-
**2.**Add the following namespace:
53+
**2.** Add the following namespace:
5454

5555
```XAML
5656
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"

controls/collectionview/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Filtering
33
page_title: .NET MAUI CollectionView Documentation - Filtering
44
description: Check the Telerik .NET MAUI CollectionView filtering options like programmatically filtering by using filter descriptors.
5-
position: 14
5+
position: 13
66
slug: collectionview-filtering
77
tags: filter, collectionview, filterdescriptor
88
---

controls/collectionview/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
4949

5050
<snippet id='collectionview-viewmodel' />
5151

52-
**5.** Register the Telerik controls through the `Telerik.Maui.Controls.Compatibility.UseTelerik` extension method called inside the `CreateMauiApp` method of the `MauiProgram.cs` file of your project:
52+
**6.** Register the Telerik controls through the `Telerik.Maui.Controls.Compatibility.UseTelerik` extension method called inside the `CreateMauiApp` method of the `MauiProgram.cs` file of your project:
5353

5454
```C#
5555
using Telerik.Maui.Controls.Compatibility;

0 commit comments

Comments
 (0)