Skip to content

Commit 6a08b50

Browse files
committed
Theme info removal continued
1 parent 8ba7495 commit 6a08b50

File tree

16 files changed

+44
-114
lines changed

16 files changed

+44
-114
lines changed

_contentTemplates/common/general-info.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,14 @@ If you set the `ShouldRender` field of the event arguments to `true`, the compon
122122
| tb-wizard | [Wizard]({%slug wizard-overview%}) |
123123
#end
124124

125-
#change-theme-runtime
126-
127-
The application can remove a loaded stylesheet from the page and register another one. See [how to change the theme or swatch at runtime]({%slug change-theme-runtime%}) with step-by-step instructions and an example.
128-
129-
#end
130125

131126
#status-telerik-com
132127
## Telerik NuGet Feed Status
133128

134129
Visit [status.telerik.com](https://status.telerik.com) to check the status of the Telerik NuGet server. The top section shows manually logged incidents with possible updates or workaround suggestions. The [**System Metrics** section](https://status.telerik.com/#system-metrics) provides real-time automated diagnostics.
135130
#end
136131

132+
137133
#ci-cd-support
138134
> All deployment articles in this documentation provide general guidance and fundamentals. Telerik does not provide technical support for setting up CI/CD environments or application publishing infrastructure.
139135
#end

_contentTemplates/common/themebuilder-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## ThemeBuilder
44

5-
To take full control over the appearance of the Telerik UI for Blazor components, you can create your own styles by using [ThemeBuilder]({%slug themebuilder%}).
5+
To take full control over the appearance of the Telerik UI for Blazor components, you can create your own styles by using [ThemeBuilder](https://docs.telerik.com/themebuilder).
66

77
ThemeBuilder is a web application that enables you to create new themes and customize existing ones. Every change that you make is visualized almost instantly. Once you are done styling the UI components, you can export a ZIP file with the styles for your theme and use them in your Blazor app.
88
#end

accessibility/accessibility-swatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 7
1010

1111
# Ocean Blue Accessibility Swatch
1212

13-
The [Web Content Accessibility Guidelines](https://www.w3.org/TR/WCAG21/) sections [1.4.3 Contrast (Minimum)](https://www.w3.org/TR/WCAG21/#contrast-minimum) and [1.4.6 Contrast (Enhanced)](https://www.w3.org/TR/WCAG21/#contrast-enhanced) define contrast ratios for accessibility compliance. The *Default Ocean Blue A11y* [theme swatch]({%slug themes-swatches%}) in Telerik UI for Blazor conforms to WCAG Level AA, which requires contrast ratios of at least:
13+
The [Web Content Accessibility Guidelines](https://www.w3.org/TR/WCAG21/) sections [1.4.3 Contrast (Minimum)](https://www.w3.org/TR/WCAG21/#contrast-minimum) and [1.4.6 Contrast (Enhanced)](https://www.w3.org/TR/WCAG21/#contrast-enhanced) define contrast ratios for accessibility compliance. The *Default Ocean Blue A11y* [theme swatch]({%slug themes-overview%}#basics) in Telerik UI for Blazor conforms to WCAG Level AA, which requires contrast ratios of at least:
1414

1515
* 4.5:1 for normal text
1616
* 3:1 for large text

common-features/cdn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The CDN hosts two kinds of static client assets for the Telerik UI for Blazor co
2323
The [Telerik CSS themes]({%slug themes-overview%}) are available on two CDN hosts:
2424

2525
* `unpkg.com` provides [all built-in theme swatches]({%slug themes-swatches%}#swatch-urls). The version number in the theme URL matches the version of the theme itself. Make sure to [use compatible theme and component versions]({%slug themes-swatches%}#theme-version-compatibility-and-maintenance). For example, use theme version `{{site.themesVersion}}` with UI for Blazor version `{{site.uiForBlazorLatestVersion}}`.
26-
* `blazor.cdn.telerik.com` provides a limited set of popular [theme swatches]({%slug themes-swatches%}). The version number in the theme URL matches the version of the Telerik UI for Blazor components, for example, `{{site.uiForBlazorLatestVersion}}`.
26+
* `blazor.cdn.telerik.com` provides a limited set of popular [theme swatches]({%slug themes-overview%}#basics). The version number in the theme URL matches the version of the Telerik UI for Blazor components, for example, `{{site.uiForBlazorLatestVersion}}`.
2727

2828
### UNPKG CDN
2929

components/grid/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,3 @@ To execute these methods, obtain reference to the Grid instance via `@ref`.
226226

227227
* [Live Grid Demos](https://demos.telerik.com/blazor-ui/grid/index)
228228
* [Grid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGrid-1)
229-
* [Create Custom Styles by Using ThemeBuilder]({%slug themebuilder%})

getting-started/repl/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The Sidebar provides the following functionalities:
5252

5353
* **User Snippets**—allows you to review and manage the snippets saved in your account. [Read more about the user snippets...]({%slug blazor-repl-user-snippets%})
5454

55-
* **Telerik UI Asset Manager**—shows the Telerik.UI.for.Blazor package version and allows you to change or update it. Starting from September 14, 2022 (R3 2022), each REPL example maintains its Telerik UI package version until changed explicitly. The Asset Manager also shows a list with the available [built-in themes]({%slug themes-overview%}) and their corresponding [color swatches]({%slug themes-swatches%}). When you select a new theme or swatch, you can immediately see the applied styles in the Result View.
55+
* **Telerik UI Asset Manager**—shows the Telerik.UI.for.Blazor package version and allows you to change or update it. Starting from September 14, 2022 (R3 2022), each REPL example maintains its Telerik UI package version until changed explicitly. The Asset Manager also shows a list with the available [built-in themes]({%slug themes-overview%}) and their corresponding [theme swatches]({%slug themes-overview%}#basics). When you select a new theme and swatch, you can immediately see the applied styles in the Result View.
5656

5757
* **Snippets and Scaffolders**—it allows you to add predefined component snippets or scaffold some components defining your desired configuration. [Read more about Snippets and Scaffolders...]({%slug blazor-repl-snippets-scaffolders%})
5858

getting-started/vs-code-integration/new-project-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The available .NET framework versions vary depending on the selected hosting mod
7676

7777
#### Section 10: Select Theme
7878

79-
Select your desired [theme]({%slug themes-overview%}) for your project. Click **See All Swatches** to explore the available [theme variations]({%slug themes-swatches%}).
79+
Select your desired [theme]({%slug themes-overview%}) for your project. Click **See All Swatches** to explore the available [theme color variations]({%slug themes-overview%}#basics).
8080

8181
@[template](/_contentTemplates/common/general-info.md#vs-code-nuget-note)
8282

installation/zip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `ZIP` archive provides the following:
1919
* The [necessary `.nupkg` files]({%slug getting-started/what-you-need%}) so you can setup a [local feed in Visual Studio](#set-up-a-local-nuget-feed-in-visual-studio). You can find them in the `packages` folder in the archive.
2020
* An offline version of our [demos](https://demos.telerik.com/blazor-ui) that you can run and inspect in your IDE. You can find them in the `demos` folder in the archive.
2121
* The [document processing]({%slug dpl-in-blazor%}) `.nupkg` files (in the `dpl` folder).
22-
* The [built-in themes]({%slug themes-overview%}) and some of their most commonly used [swatches]({%slug themes-swatches%}). You can find them in the `styles` folder in the archive.
22+
* The [built-in themes]({%slug themes-overview%}) and some of their most commonly used [swatches]({%slug themes-overview%}#basics). You can find them in the `styles` folder in the archive.
2323

2424
## How to Download the ZIP Archive
2525

knowledge-base/change-theme-runtime.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Change Telerik Theme at Runtime
33
description: Learn how to switch the Telerik Blazor theme at runtime on the fly with JavaScript.
44
type: how-to
55
page_title: How to Change the Telerik Theme or Swatch at Runtime
6-
slug: change-theme-runtime
6+
slug: common-kb-common-kb-change-theme-runtime
77
position:
88
tags: telerik, blazor, theme
99
ticketid: 1442823
@@ -32,7 +32,7 @@ This KB article answers the following questions:
3232

3333
## Solution
3434

35-
The app stylesheets reside outside the Razor component hierarchy, so the Blazor code cannot access them. You can change Telerik [themes]({%slug themes-overview%}) and [swatches]({%slug themes-swatches%}) at runtime with [JSInterop](https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-javascript-from-dotnet).
35+
The app stylesheets reside outside the Razor component hierarchy, so the Blazor code cannot access them. You can change the current Telerik [themes or swatch]({%slug themes-overview%}) at runtime with [JSInterop](https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-javascript-from-dotnet).
3636

3737
The following algorithm follows the commonly used approach to replace a CSS file in any web app. You can use it for built-in themes and custom themes, regardless of the [CSS theme's physical location]({%slug themes-overview%}#using-a-theme).
3838

@@ -333,5 +333,4 @@ The following algorithm follows the commonly used approach to replace a CSS file
333333
## See Also
334334
335335
* [Themes Overview]({%slug themes-overview%})
336-
* [Theme Swatches]({%slug themes-swatches%})
337336
* [Implement CDN Fallback]({%slug common-kb-cdn-fallback%})

knowledge-base/common-telerik-themes-libman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The benefits of Libman are:
4343
You can use Libman to consume the following **npm** packages that are published on the **UNPKG** CDN:
4444

4545
* [`@progress/kendo-font-icons`](https://www.npmjs.com/package/@progress/kendo-font-icons) provides font icon styles when using [font icons instead of SVG icons]({%slug common-features-icons%}).
46-
* All [built-in themes]({%slug themes-overview%}) and their [swatches]({%slug themes-swatches%}):
46+
* All [built-in themes]({%slug themes-overview%}) and their [swatches]({%slug themes-overview%}#basics):
4747
* [`@progress/kendo-theme-bootstrap`](https://www.npmjs.com/package/@progress/kendo-theme-bootstrap)
4848
* [`@progress/kendo-theme-default`](https://www.npmjs.com/package/@progress/kendo-theme-default)
4949
* [`@progress/kendo-theme-fluent`](https://www.npmjs.com/package/@progress/kendo-theme-fluent)

0 commit comments

Comments
 (0)