Skip to content

Commit edce214

Browse files
docs(common): improve getting started, update version
1 parent a9f7c54 commit edce214

File tree

5 files changed

+29
-34
lines changed

5 files changed

+29
-34
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ baseurl: /blazor-ui
287287

288288
## Latest UI for Blazor version. Used in some articles
289289

290-
uiForBlazorLatestVersion: "1.7.0"
290+
uiForBlazorLatestVersion: "2.0.0"
291291

292292
## The Kendo UI version used
293293
cdnVersion: "2019.1.115"

_contentTemplates/common/get-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
>tip Make sure that you have [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0) and [Visual Studio 2019 **Preview**](https://visualstudio.microsoft.com/vs/preview/) installed. You must use the Preview version of Visual Studio for working with Blazor apps.
3333
>
34-
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Preview 9`.
34+
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Release Candidate 1`.
3535
3636
You may also find useful the [Getting started videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.
3737

@@ -161,8 +161,6 @@ Open the main layout file (by default, the `~/Shared/MainLayout.razor` file in t
161161

162162
@inherits LayoutComponentBase
163163
164-
@using Telerik.Blazor.Components.RootComponent
165-
166164
<TelerikRootComponent>
167165
168166
<div class="sidebar">

getting-started/client-blazor.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@ For client-side `Blazor App`, we recommend the usage of `Blazor (ASP.NET Hosted)
7474
}
7575
}
7676

77-
1. @[template](/_contentTemplates/common/get-started.md#telerik-main-container-text)
78-
79-
**MainLayout.razor**
80-
81-
@[template](/_contentTemplates/common/get-started.md#telerik-main-container-snippet)
82-
8377
1. Add the following to your **`~/_Imports.razor`** file so the project recognizes our components in all files:
8478

8579
**CSHTML**
8680

8781
@using Telerik.Blazor
8882
@using Telerik.Blazor.Components
8983

84+
1. @[template](/_contentTemplates/common/get-started.md#telerik-main-container-text)
85+
86+
**MainLayout.razor**
87+
88+
@[template](/_contentTemplates/common/get-started.md#telerik-main-container-snippet)
89+
9090
1. @[template](/_contentTemplates/common/issues-and-warnings.md#mono-linker-issue)
9191

9292

getting-started/server-blazor.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,20 @@ To use Blazor server-side, you need to use the `Blazor App` type of project with
7474
}
7575
}
7676

77-
1. @[template](/_contentTemplates/common/get-started.md#telerik-main-container-text)
78-
79-
**MainLayout.razor**
80-
81-
@[template](/_contentTemplates/common/get-started.md#telerik-main-container-snippet)
82-
8377
1. Add the following to your **`~/_Imports.razor`** file so the project recognizes our components in all files:
8478

8579
**CSHTML**
8680

8781
@using Telerik.Blazor
8882
@using Telerik.Blazor.Components
8983

84+
1. @[template](/_contentTemplates/common/get-started.md#telerik-main-container-text)
85+
86+
**MainLayout.razor**
87+
88+
@[template](/_contentTemplates/common/get-started.md#telerik-main-container-snippet)
89+
90+
9091

9192
Now your project can use the Telerik UI for Blazor components.
9293

getting-started/what-you-need.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ To use the Telerik UI for Blazor, you need to:
1919
1. add the [client assets](#client-assets)
2020
1. [set up the project](#project-configuration) to recognize the Telerik components
2121

22-
>note Make sure you can build and deploy a vanilla Blazor project before moving forward with using UI for Blazor. This will ensure that the framework prerequisites are working. See the [Before You Continue](#before-you-continue) section if you don't have a project already, before you continue with this article from the top.
22+
## Before You Continue
23+
24+
Before you continue, make sure you can use Blazor. Read below for more details.
25+
26+
Once you have Blazor running, follow the articles below to see how to add the Telerik components to your project.
27+
28+
@[template](/_contentTemplates/common/get-started.md#after-install)
29+
30+
@[template](/_contentTemplates/common/get-started.md#blazor-tutorial-intro)
31+
@[template](/_contentTemplates/common/get-started.md#get-started-msdn-link)
32+
33+
@[template](/_contentTemplates/common/get-started.md#after-you-run-vanilla)
34+
2335

2436
## Telerik Specific Packages
2537

@@ -34,7 +46,7 @@ There are four ways to get these packages:
3446

3547
* The **[Telerik private NuGet feed]({%slug installation/nuget%})** that requires an Internet connection and credentials. It also provides information about updates and new versions.
3648

37-
* The **[Automated MSI installer]({%slug installation/msi%})**. You can download it from your account once and use without an Internet connection. It does not provide information about new versions. Depending on your setup, it may require elevated privileges to run the install wizard. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui).
49+
* The **[Automated MSI installer]({%slug installation/msi%})**. You can download it from your account once and use without an Internet connection. It does not provide information about new versions. Depending on your setup, it may require elevated privileges to run the install wizard. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui) and our [VS extensions]({%slug getting-started-vs-integration-overview%}).
3850

3951
* The **[ZIP archive]({%slug installation/zip%})** package. You can download it from your account once and it does not require Internet connection after that. It does not provide information about new versions, and does not require installation. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui).
4052

@@ -115,22 +127,6 @@ To allow working with detached popups (for example, dropdown lists, menus, grid
115127
If you are using a **client-side Blazor** project,
116128
@[template](/_contentTemplates/common/issues-and-warnings.md#mono-linker-issue)
117129

118-
119-
120-
121-
## Before You Continue
122-
123-
Before you continue, make sure you can use Blazor. Read below for more details.
124-
125-
Once you have Blazor running, follow the articles below to see how to add the Telerik components to your project.
126-
127-
@[template](/_contentTemplates/common/get-started.md#after-install)
128-
129-
@[template](/_contentTemplates/common/get-started.md#blazor-tutorial-intro)
130-
@[template](/_contentTemplates/common/get-started.md#get-started-msdn-link)
131-
132-
@[template](/_contentTemplates/common/get-started.md#after-you-run-vanilla)
133-
134130
## See Also
135131

136132
* [Telerik private NuGet feed]({%slug installation/nuget%})

0 commit comments

Comments
 (0)