Skip to content

Commit 2c6a007

Browse files
chore(themes): readability of CDN refs for different apps
1 parent 967d221 commit 2c6a007

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_contentTemplates/common/general-info.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ the `Format` is culture-specific and the same format may produce different resul
1313
#cdn
1414
You can reference the built-in Telerik assets from a cloud CDN instead of a local resource on your server.
1515

16-
>caption Reference the Telerik assets from the cloud
16+
>caption Reference the Telerik assets from the cloud in a `WebAssembly` app
1717
18-
````ClientApp
18+
````CSHTML
1919
<!DOCTYPE html>
2020
<html>
2121
<head>
@@ -35,7 +35,10 @@ You can reference the built-in Telerik assets from a cloud CDN instead of a loca
3535
3636
</html>
3737
````
38-
````ServerApp
38+
39+
>caption Reference the Telerik assets from the cloud in a `Server-side` app
40+
41+
````CSHTML
3942
<!DOCTYPE html>
4043
<html>
4144
<head>

0 commit comments

Comments
 (0)