Skip to content

Commit 2e176e1

Browse files
Merge pull request #7036 from syncfusion-content/985195-UG
Updated Common Getting Started title section and accessibility UG documentation
2 parents 9a6650e + 9486497 commit 2e176e1

File tree

3 files changed

+40
-5
lines changed

3 files changed

+40
-5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To get start quickly with Blazor Web App, you can check on this video.
1818

1919
## Using Playground
2020

21-
[Blazor Playground](https://blazor.syncfusion.com/documentation/blazor-playground/overview) allows you to interact with our Blazor components directly in your web browser without need to install any required NuGet packages. By default, the `Syncfusion.Blazor` package is included in this.
21+
[Blazor Playground](https://blazor.syncfusion.com/documentation/common/playground/getting-started) allows you to interact with our Blazor components directly in your web browser without need to install any required NuGet packages. By default, the `Syncfusion.Blazor` package is included in this.
2222

2323
{% playground "https://blazorplayground.syncfusion.com/" %}
2424

@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This article provides a step-by-step instructions for building Blazor WebAssembl
1313

1414
## Using Playground
1515

16-
[Blazor Playground](https://blazor.syncfusion.com/documentation/blazor-playground/overview) allows you to interact with our Blazor components directly in your web browser without need to install any required NuGet packages. By default, the `Syncfusion.Blazor` package is included in this.
16+
[Blazor Playground](https://blazor.syncfusion.com/documentation/common/playground/getting-started) allows you to interact with our Blazor components directly in your web browser without need to install any required NuGet packages. By default, the `Syncfusion.Blazor` package is included in this.
1717

1818
{% playground "https://blazorplayground.syncfusion.com/" %}
1919

@@ -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)