Skip to content

Commit 688e4f5

Browse files
docs(common): link to videos
1 parent cc1573e commit 688e4f5

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

_config.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,23 +350,27 @@ footer:
350350
links:
351351
"Client-side Blazor": https://docs.telerik.com/blazor-ui/getting-started/client-blazor
352352
"Server-side Blazor": https://docs.telerik.com/blazor-ui/getting-started/server-blazor
353-
"Demos": https://demos.telerik.com/blazor-ui
354-
# "Sample Applications": https://github.com/telerik/ui-for-blazor-examples/
355-
#-
356-
# title: "Support Resources"
357-
# links:
358-
"Knowledge Base": https://docs.telerik.com/blazor-ui/knowledge-base
353+
"Blazor Introduction Videos" : https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo
354+
359355
-
360356
title: "Community"
361357
links:
362358
"Forums": https://www.telerik.com/forums/blazor
363359
"Blogs": https://www.telerik.com/blogs/tag/blazor
364360
"Feedback Portal": https://feedback.telerik.com/blazor
361+
362+
-
363+
title: "Support Resources"
364+
links:
365+
"Demos": https://demos.telerik.com/blazor-ui
366+
"Knowledge Base": https://docs.telerik.com/blazor-ui/knowledge-base
367+
365368
-
366369
title: "Sample Applications"
367370
links:
368371
"Dashboard": https://demos.telerik.com/blazor-dashboard-app/
369372

373+
370374
footer_social:
371375
facebook: https://www.facebook.com/Telerik/
372376
youtube: https://www.youtube.com/user/TelerikInc

_contentTemplates/common/get-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ You need to install the [Blazor VS Extensions](https://marketplace.visualstudio.
2929
>
3030
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Preview 6`.
3131
32+
You may also find useful the [Getting started videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.
33+
3234
### Using Official Visual Studio 2019
3335

3436
The official (RTM) version of Visual Studio 2019 does not fully support Blazor at the moment, and you must use the Visual Studio 2019 Preview channel: [https://visualstudio.microsoft.com/vs/preview/](https://visualstudio.microsoft.com/vs/preview/).

getting-started/client-blazor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,5 @@ The final step is to actually use a component on a view and run it in the browse
9797

9898
* [Get Started with Server-side Blazor]({%slug getting-started/server-side%})
9999
* [Telerik Private NuGet Feed]({%slug installation/nuget%})
100+
* [Getting Started Videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo)
101+

getting-started/server-blazor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,5 @@ The final step is to actually use a component on a view and run it in the browse
9393

9494
* [Get Started with Client-side Blazor]({%slug getting-started/client-side%})
9595
* [Telerik Private NuGet Feed]({%slug installation/nuget%})
96+
* [Getting Started Videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo)
97+

0 commit comments

Comments
 (0)