Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion knowledge-base/common-telerik-themes-libman.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ res_type: kb

This KB article answers the following questions:

* How to use LibMan to add [Telerik themes](slug:themes-overview) to your Telerik Blazor app.
* How to use LibMan to add [Telerik Blazor themes](slug:themes-overview) to your Blazor app.
* How to update local themes in `wwwroot` automatically when a new version is available.

[LibMan](https://learn.microsoft.com/en-us/aspnet/core/client-side/libman/) is a client-side dependency manager, which is included in ASP.NET Core. You can use it to automatically download a Telerik theme to the `wwwroot` folder of your app, instead of using [static NuGet assets](slug:themes-overview#loading-themes-from-the-nuget-package) or [Telerik CDN](slug:common-features-cdn).
Expand Down
Loading