Skip to content

Commit 48643b7

Browse files
docs(common): clarify wording on themes cdn
1 parent c508882 commit 48643b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_contentTemplates/common/js-interop-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<script src="https://kendo.cdn.telerik.com/blazor/{{site.uiForBlazorLatestVersion}}/telerik-blazor.min.js" defer></script>
7070
</head>
7171
72-
Make sure that the version in the URL matches the version of the Telerik UI for Blazor package.
72+
>note Make sure that the version in the URL matches the version of the Telerik UI for Blazor package.
7373

7474
#end
7575

getting-started/client-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For client-side `Blazor App`, we recommend the usage of `Blazor (ASP.NET Hosted)
4747
![Add Telerik Blazor Package to Client Project](images/add-telerik-nuget-to-client-app.png)
4848

4949
50-
1. Open the `~/wwwroot/index.html` file in the client web application and register the [Theme stylesheet]({%slug general-information/themes%}) (make sure to use the correct version that matches the official Kendo UI for jQuery release number):
50+
1. Open the `~/wwwroot/index.html` file in the client web application and register the [Theme stylesheet]({%slug general-information/themes%}):
5151

5252
**HTML**
5353

getting-started/what-you-need.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To have the Telerik Blazor components look and behave as expected in the browser
5555
<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" />
5656
</head>
5757

58-
For a server-side app, escape the `@` symbols as `@@`.
58+
>note For a server-side app, escape the `@` symbols as `@@`.
5959
6060
* Our JS Interop file. It provides features that cannot be implemented with native Blazor.
6161

themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To use a theme, you must reference its stylesheet in the `<head>` of your main i
3636
</html>
3737
````
3838

39-
>note The way bundling and resources will be used in Blazor is still unclear (see [the issue on embedded resources](https://github.com/aspnet/AspNetCore/issues/6349)). Until then, you can use the unpkg workaround above, or local dependency management as described below. Once this matter is decided upon by Microsoft, we will update this information with a proper CDN.
39+
>note We are considering a better CDN option. Until then, you can use the unpkg workaround above, or local dependency management as described below.
4040
4141
## Optional Dependency Management
4242

0 commit comments

Comments
 (0)