Skip to content

Commit 8ba7495

Browse files
committed
Remove content from Swatches page
1 parent 35178ef commit 8ba7495

36 files changed

+149
-199
lines changed

_contentTemplates/common/general-info.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ If you set the `ShouldRender` field of the event arguments to `true`, the compon
124124

125125
#change-theme-runtime
126126

127-
### Changing Themes Runtime
128-
129127
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.
130128

131129
#end

_contentTemplates/common/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Well done! Now you have your first Telerik UI for Blazor component running in yo
9090
* [Explore the live Telerik UI for Blazor demos](https://demos.telerik.com/blazor-ui/).
9191
* [Learn the data binding fundamentals for Telerik UI for Blazor components]({%slug common-features-data-binding-overview%}).
9292
* [Get started with the data Grid]({%slug grid-overview%}).
93-
* [Review the built-in themes or create custom ones]({%slug themes-built-in%}).
93+
* [Review the built-in themes or create custom ones]({%slug themes-overview%}).
9494

9595
#end
9696

accessibility/accessibility-swatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can [obtain and use the Default Ocean Blue A11y swatch]({%slug themes-swatch
3030
* [Telerik UI for Blazor version 4.0.1](https://www.telerik.com/support/whats-new/blazor-ui/release-history/ui-for-blazor-4-0-1)
3131
* [Themes version 6.0.3](https://github.com/telerik/kendo-themes/releases/tag/v6.0.3)
3232

33-
Check section [Theme Version Compatibility]({%slug themes-built-in%}#theme-version-compatibility-and-maintenance) for more information about how to align Telerik UI for Blazor versions with theme versions.
33+
Check section [Theme Version Compatibility]({%slug themes-overview%}#theme-version-compatibility-and-maintenance) for more information about how to align Telerik UI for Blazor versions with theme versions.
3434

3535
> An existing limitation is that the ColorPalette component fails WCAG success criterion 1.4.11. "Non-text contrast for the focus indicator on its items".
3636

common-features/cdn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The CDN hosts two kinds of static client assets for the Telerik UI for Blazor co
2020

2121
## CSS Theme URLs
2222

23-
The [Telerik CSS themes]({%slug themes-built-in%}) are available on two CDN hosts:
23+
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}}`.
2626
* `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}}`.

common-features/dimensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ The examples here showcase different units and examples of using them to set dim
9595

9696
## See Also
9797

98-
* [Themes]({%slug themes-built-in%})
98+
* [Themes]({%slug themes-overview%})
9999
* [Override Theme Styles]({%slug themes-override%})

common-features/icons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Our font icons are designed on a 16px grid base. For better display quality, use
172172

173173
### Render Font Icons with HTML
174174

175-
Telerik UI for Blazor shares the same [themes]({%slug themes-built-in%}) with several other Telerik and Kendo UI web component suites. All these products use the same font icons.
175+
Telerik UI for Blazor shares the same [themes]({%slug themes-overview%}) with several other Telerik and Kendo UI web component suites. All these products use the same font icons.
176176

177177
You can use the built-in font icons directly with HTML tags, without the `<TelerikFontIcon>` component. Such direct HTML usage may provide more flexibility, but if you don't really need it, we recommend using `FontIcon` objects and the `<TelerikFontIcon>` component instead.
178178

@@ -343,4 +343,4 @@ Telerik UI for Blazor supports using custom (third-party) icons:
343343

344344
* [Built-in Icon List](https://www.telerik.com/design-system/docs/foundation/iconography/icon-list/)
345345
* [Blazor Live Demos](https://demos.telerik.com/blazor-ui/)
346-
* [CSS Themes]({%slug themes-built-in%})
346+
* [CSS Themes]({%slug themes-overview%})

components/button/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article introduces the <a href="https://www.telerik.com/blazor-ui/buttons"
1414

1515
Buttons convey user actions and can display text, images and HTML.
1616

17-
The Blazor Button provides a variety of styling options through the [built-in themes]({%slug themes-built-in%}) and the [button type]({%slug button-type%}). It supports [font icons and images]({%slug button-icons%}) and fires click [events]({%slug button-events%}).
17+
The Blazor Button provides a variety of styling options through the [built-in themes]({%slug themes-overview%}) and the [button type]({%slug button-type%}). It supports [font icons and images]({%slug button-icons%}) and fires click [events]({%slug button-events%}).
1818

1919
## Creating Blazor Button
2020

@@ -57,7 +57,7 @@ To prevent user interaction with a Button, disable it. [Read more about the disa
5757

5858
## Styling
5959

60-
To customize the style and the appearance of the Blazor Button, you can use the [built-in themes]({%slug themes-built-in%}). Additionally, set the `Class` attribute to implement custom CSS rules or [configure the built-in appearance options]({%slug button-styling%}).
60+
To customize the style and the appearance of the Blazor Button, you can use the [built-in themes]({%slug themes-overview%}). Additionally, set the `Class` attribute to implement custom CSS rules or [configure the built-in appearance options]({%slug button-styling%}).
6161

6262
>tip To learn more about the appearance, anatomy, and accessibility of the Button, visit the [Progress Design System documentation](https://www.telerik.com/design-system/docs/components/button/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
6363

components/button/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ position: 10
1313
There are a few ways to style the Button component:
1414

1515
* Set a [primary button](#primary-button) style.
16-
* Use another [built-in theme]({%slug themes-built-in%}).
16+
* Use another [built-in theme]({%slug themes-overview%}).
1717
* Use the [Button `Class`](#button-class) attribute.
1818

1919
## Primary Button

components/buttongroup/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article provides information about the <a href="https://www.telerik.com/bla
1414

1515
The ButtonGroup component is a container for [regular and toggle buttons]({%slug buttongroup-buttons%}). Before continuing, make sure you are familiar with the differences between [regular buttons]({%slug components/button/overview%}) and [toggle buttons]({%slug togglebutton-overview%}).
1616

17-
The ButtonGroup component lets you [select one or more toggle buttons]({%slug buttongroup-selection%}), and respond to the [selection and click events]({%slug buttongroup-events%}). The buttons inside fill up the container, match the styling according to the [chosen theme]({%slug themes-built-in%}) and provide the regular button features like images and icons and the other parameters and attributes.
17+
The ButtonGroup component lets you [select one or more toggle buttons]({%slug buttongroup-selection%}), and respond to the [selection and click events]({%slug buttongroup-events%}). The buttons inside fill up the container, match the styling according to the [chosen theme]({%slug themes-overview%}) and provide the regular button features like images and icons and the other parameters and attributes.
1818

1919
## Creating Blazor ButtonGroup
2020

components/loader/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The `ThemeColor` parameter sets the color of the animated loading indicator. You
9494
* `Light`
9595
* `Inverse`
9696

97-
These predefined options match the main [Telerik Theme]({%slug themes-built-in%}) and you can see that in action in the [Loader Appearance live demo](https://demos.telerik.com/blazor-ui/loader/appearance).
97+
These predefined options match the main [Telerik Theme]({%slug themes-overview%}) and you can see that in action in the [Loader Appearance live demo](https://demos.telerik.com/blazor-ui/loader/appearance).
9898

9999
>caption Built-in Theme Colors
100100

0 commit comments

Comments
 (0)