Skip to content

Commit e6bb5bb

Browse files
committed
update articles order and config file
1 parent f937fe8 commit e6bb5bb

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
lines changed

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,10 @@ navigation:
493493
position: 15
494494
## End SlideView Sub-Folders
495495
##End SlideView
496+
## SpeechToTextButton
497+
controls/speechtotextbutton:
498+
title: "SpeechToTextButton"
499+
## End SpeechToTextButton
496500
## SpreadProcessing
497501
controls/spreadprocessing:
498502
title: "SpreadProcessing"
@@ -743,6 +747,7 @@ intro_columns:
743747
"Segmented Control": "segmentedcontrol-overview"
744748
"Button": "button-overview"
745749
"CheckBox": "checkbox-overview"
750+
"SpeechToTextButton": "speechtotextbutton-overview"
746751
"TemplatedButton": "templatedbutton-overview"
747752
"ToggleButton": "togglebutton-overview"
748753
-

controls/speechtotextbutton/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 SpeechToTextButton Documentation - Commands
44
description: Use the exposed commands of the Telerik UI for .NET MAUI SpeechToTextButton
5-
position: 3
5+
position: 9
66
tags: .net maui, telerik speech to text button for .net maui, ui for .net maui, microsoft .net maui
77
slug: speechtotextbutton-commands
88
---

controls/speechtotextbutton/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configuration
33
page_title: .NET MAUI SpeechToTextButton Documentation - Configuration
44
description: Learn how to define language, get the text from the speech to text recognizer when using the Telerik SpeechToTextButton for .NET MAUI.
5-
position: 3
5+
position: 5
66
tags: .net maui, telerik speech to text button for .net maui, ui for .net maui, microsoft .net maui
77
slug: speechtotextbutton-configuration
88
---

controls/speechtotextbutton/custom-recognizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Custom Recognizer
33
page_title: .NET MAUI SpeechToTextButton Documentation - Custom Recognizer
44
description: Learn how to use a custom speech recognizer with the Telerik SpeechToTextButton for .NET MAUI.
5-
position: 3
5+
position: 6
66
tags: .net maui, telerik speech to text button for .net maui, ui for .net maui, custom recognizer, microsoft .net maui
77
slug: speechtotextbutton-custom-recognizer
88
---

controls/speechtotextbutton/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Events
33
page_title: .NET MAUI SpeechToTextButton Documentation - Events
44
description: Learn about the events that the SpeechToTextButton for .NET MAUI exposes.
5-
position: 3
5+
position: 8
66
tags: .net maui, telerik speech to text button for .net maui, ui for .net maui
77
slug: speechtotextbutton-events
88
---

controls/speechtotextbutton/states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: States
33
page_title: .NET MAUI SpeechToTextButton Documentation - States
44
description: Learn what are the different states the SpeechToTextControl for .NET MAUI uses.
5-
position: 3
5+
position: 4
66
tags: .net maui, telerik speech to text button for .net maui, ui for .net maui
77
slug: speechtotextbutton-states
88
---

controls/speechtotextbutton/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Styling
33
page_title: .NET MAUI SpeechToTextButton Documentation - Styling
44
description: Learn how to set background color, border color, corner radius, and other properties of the SpeechToTextButton for .NET MAUI.
55
tags: speech to text for .net maui, .net maui, ui for .net maui, listening state
6-
position: 0
6+
position: 11
77
slug: speechtotextbutton-styling
88
---
99

controls/speechtotextbutton/winui-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: WinUI Support
33
page_title: .NET MAUI SpeechToTextButton Documentation - WinUI Support
44
description: Review what are the options and limitations using the .NET MAUI SpeechToTextButton on WinUI.
5-
position: 1
5+
position: 3
66
slug: speechtotextbutton-winui-support
77
---
88

@@ -18,7 +18,7 @@ The Speech Recognizer uses platform-specific speech recognition services. On Win
1818

1919
* Based on this issue, the SpeechToTextButton control is not fully supported on WinUI. When you click the control, an `InvalidOperationException` is thrown.
2020

21-
## Solutions
21+
## Solution
2222

2323
To use the SpeechToTextButton on WinUI, you can use one of the following approaches:
2424

@@ -32,7 +32,7 @@ this.speechToTextButton.SpeechRecognizerCreator = () => new RadSpeechRecognizer(
3232

3333
* Use an **Unpackaged** app deployment model.
3434

35-
## configure Speech Recognition
35+
## Configure Speech Recognition
3636

3737
Confirm that **Online speech recognition** (Settings -> Privacy -> Speech) is enabled.
3838

0 commit comments

Comments
 (0)