Skip to content

Commit 3813da6

Browse files
committed
Updated Common Getting Started title section and accessibility UG documentation
1 parent 9a6650e commit 3813da6

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

blazor/common/accessibility.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ AI AssistView
252252
<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes">
253253
</td>
254254
<td>
255-
---
255+
<a href="https://blazor.syncfusion.com/accessibility/ai-assistview" target="_blank">Demo</a>
256256
</td>
257257
<td>
258258
<a href="https://blazor.syncfusion.com/documentation/ai-assistview/accessibility" target="_blank">Documentation</a>
@@ -540,6 +540,41 @@ Chart
540540
</tr>
541541
<tr>
542542
<td>
543+
Chat UI
544+
</td>
545+
<td>
546+
<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes">
547+
</td>
548+
<td>
549+
<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes">
550+
</td>
551+
<td>
552+
<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes">
553+
</td>
554+
<td>
555+
<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes">
556+
</td>
557+
<td>
558+
<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes">
559+
</td>
560+
<td>
561+
<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes">
562+
</td>
563+
<td>
564+
<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes">
565+
</td>
566+
<td>
567+
<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes">
568+
</td>
569+
<td>
570+
<a href="https://blazor.syncfusion.com/accessibility/chat-ui" target="_blank">Demo</a>
571+
</td>
572+
<td>
573+
<a href="https://blazor.syncfusion.com/documentation/chat-ui/accessibility" target="_blank">Documentation</a>
574+
</td>
575+
</tr>
576+
<tr>
577+
<td>
543578
CheckBox
544579
</td>
545580
<td>

blazor/getting-started/blazor-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dotnet --version
129129
{% endhighlight %}
130130
{% endtabs %}
131131

132-
## Create a Blazor Web App using .NET CLI
132+
### Create a Blazor Web App using .NET CLI
133133

134134
Run the following command to create a new Blazor Web App in a command prompt (Windows) or terminal (macOS) or command shell (Linux).
135135

blazor/getting-started/blazor-webassembly-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ dotnet --version
113113
{% endhighlight %}
114114
{% endtabs %}
115115

116-
## Create a Blazor WebAssembly App using .NET CLI
116+
### Create a Blazor WebAssembly App using .NET CLI
117117

118118
Run the `dotnet new blazorwasm` command to create a new Blazor WebAssembly App in a command prompt (Windows) or terminal (macOS) or command shell (Linux).
119119

0 commit comments

Comments
 (0)