* docs(themes): disable REPL

* update general-info.md
This commit is contained in:
Dimo Dimov 2024-01-10 18:39:36 +02:00 коммит произвёл GitHub
Родитель 1e6f596591
Коммит a86bb441d2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,8 @@ You can reference the built-in Telerik assets like the JS Interop file and the t
* 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.
* The additional Themes CDN distributes [all available swatches for the built-in themes]({%slug themes-swatches%}#built-in-themes-and-swatches-list).
<div class="skip-repl"></div>
````CSHTML
<!DOCTYPE html>
<html>

Просмотреть файл

@ -42,6 +42,8 @@ Static assets are part of the NuGet package and the framework will copy them to
>caption Reference the Telerik theme from the static assets
<div class="skip-repl"></div>
````HTML
<!DOCTYPE html>
<html>
@ -163,6 +165,8 @@ By default, the Material theme uses the Roboto font family but the font itself i
You can add the font to the page from Google Fonts in the following way:
<div class="skip-repl"></div>
````HTML
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />