Skip to content

Commit a86bb44

Browse files
authored
docs(themes): disable REPL (#1849)
* docs(themes): disable REPL * update general-info.md
1 parent 1e6f596 commit a86bb44

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_contentTemplates/common/general-info.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ You can reference the built-in Telerik assets like the JS Interop file and the t
1616
* The [Telerik UI for Blazor CDN]({%slug themes-swatch-distribution%}#telerik-blazor-cdn) distributes the most common [swatches]({%slug themes-swatches%}) for each base theme.
1717
* The additional Themes CDN distributes [all available swatches for the built-in themes]({%slug themes-swatches%}#built-in-themes-and-swatches-list).
1818

19+
<div class="skip-repl"></div>
20+
1921
````CSHTML
2022
<!DOCTYPE html>
2123
<html>

styling-and-themes/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Static assets are part of the NuGet package and the framework will copy them to
4242

4343
>caption Reference the Telerik theme from the static assets
4444
45+
<div class="skip-repl"></div>
46+
4547
````HTML
4648
<!DOCTYPE html>
4749
<html>
@@ -163,6 +165,8 @@ By default, the Material theme uses the Roboto font family but the font itself i
163165

164166
You can add the font to the page from Google Fonts in the following way:
165167

168+
<div class="skip-repl"></div>
169+
166170
````HTML
167171
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
168172

0 commit comments

Comments
 (0)