Skip to content

Commit d3aaee5

Browse files
author
dmihaylo
committed
docs: update links and See Also, unify casing
1 parent ad7e267 commit d3aaee5

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

docs/styles-and-layout/appearance-styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The Kendo UI `.less` files, including the styling of the Kendo UI hybrid widgets
229229

230230
> **Important**
231231
>
232-
> Kendo UI versions before 2015.2.805 inclusive had to be built with [Telerik `LESS` fork, located on GitHub](https://github.com/telerik/less.js). This is no longer a requirement.
232+
> Kendo UI versions earlier than and including 2015.2.805 had to be built with [Telerik `LESS` fork](https://github.com/telerik/less.js) located on GitHub. This is no longer a requirement.
233233
234234
### Customizaion of Themes
235235

@@ -238,7 +238,7 @@ To create a custom theme with Kendo UI, choose either of the two possible ways:
238238
1. Use the [Kendo UI ThemeBuilder](http://demos.telerik.com/kendo-ui/themebuilder/). For detailed information on how to configure its options, refer to the [section on the Less Theme Builder](#theme-builder).
239239
2. Modify a `.less` file to achieve a theme of your liking. To do so, choose one of the available `kendo.*.less` files depending on what you want to achieve. Copy it to your project and rename it. Change the colors and run the [`LESS` command-line compiler](http://lesscss.org/#using-less-command-line-usage) on it.
240240

241-
## Less Theme Builder
241+
## LESS Theme Builder
242242

243243
The [Kendo UI ThemeBuilder](http://demos.telerik.com/kendo-ui/themebuilder/web.html) enables you to modify Kendo UI themes to match the look and feel of your website or application.
244244

docs/styles-and-layout/how-to/change-themes-on-the-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ Other articles on styling, appearance, and rendering of Kendo UI widgets:
149149
* [LESS ThemeBuilder Overview]({% slug themesandappearnce_kendoui_desktopwidgets %}#less-theme-builder)
150150
* [Rendering Modes for Data Visualization]({% slug renderingmodesfor_datavisualization_kendouistyling %})
151151
* [Troubleshooting]({% slug commonissues_troubleshooting_kendouistyling %})
152-
* [Themes and Appearance of the Kendo UI Hybrid Widgets](/controls/hybrid/styling)
152+
* [Themes and Appearance of the Kendo UI Hybrid Widgets]({% slug forms_hybridkendoui %})

docs/styles-and-layout/icons-web.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,8 @@ Other articles on styling, appearance, and rendering of Kendo UI widgets:
656656
* [Themes and Appearance of the Kendo UI Widgets]({% slug themesandappearnce_kendoui_desktopwidgets %})
657657
* [Responsive Web Design]({% slug responsivewebdesign_integration_kendoui %})
658658
* [How to Change Themes on the Client]({% slug howto_changethemes_ontheclient_styleskendoui %})
659-
* [Sass ThemeBuilder Overview]({% slug sassbasedthemes_kendoui %}#sass-theme-builder)
660-
* [Less ThemeBuilder Overview]({% slug themesandappearnce_kendoui_desktopwidgets %}#less-theme-builder)
659+
* [SASS ThemeBuilder Overview]({% slug sassbasedthemes_kendoui %}#sass-theme-builder)
660+
* [LESS ThemeBuilder Overview]({% slug themesandappearnce_kendoui_desktopwidgets %}#less-theme-builder)
661661
* [Rendering Modes for Data Visualization]({% slug renderingmodesfor_datavisualization_kendouistyling %})
662662
* [Troubleshooting]({% slug commonissues_troubleshooting_kendouistyling %})
663-
* [Themes and Appearance of the Kendo UI Hybrid Widgets](/controls/hybrid/styling)
663+
* [Themes and Appearance of the Kendo UI Hybrid Widgets]({% slug forms_hybridkendoui %})

docs/styles-and-layout/rendering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Other articles on styling, appearance, and rendering of Kendo UI widgets:
6868
* [Responsive Web Design]({% slug responsivewebdesign_integration_kendoui %})
6969
* [Web Font Icons]({% slug webfonticons_kendoui_desktopwidgets %})
7070
* [How to Change Themes on the Client]({% slug howto_changethemes_ontheclient_styleskendoui %})
71-
* [Sass ThemeBuilder Overview]({% slug sassbasedthemes_kendoui %}#sass-theme-builder)
72-
* [Less ThemeBuilder Overview]({% slug themesandappearnce_kendoui_desktopwidgets %}#less-theme-builder)
71+
* [SASS ThemeBuilder Overview]({% slug sassbasedthemes_kendoui %}#sass-theme-builder)
72+
* [LESS ThemeBuilder Overview]({% slug themesandappearnce_kendoui_desktopwidgets %}#less-theme-builder)
7373
* [Troubleshooting]({% slug commonissues_troubleshooting_kendouistyling %})
74-
* [Themes and Appearance of the Kendo UI Hybrid Widgets](/controls/hybrid/styling)
74+
* [Themes and Appearance of the Kendo UI Hybrid Widgets]({% slug forms_hybridkendoui %})

docs/styles-and-layout/sass-themes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ Other articles on styling, appearance, and rendering of Kendo UI widgets:
673673
* [Responsive Web Design]({% slug responsivewebdesign_integration_kendoui %})
674674
* [Web Font Icons]({% slug webfonticons_kendoui_desktopwidgets %})
675675
* [How to Change Themes on the Client]({% slug howto_changethemes_ontheclient_styleskendoui %})
676-
* [Less ThemeBuilder Overview]({% slug themesandappearnce_kendoui_desktopwidgets %}#theme-builder)
676+
* [LESS ThemeBuilder Overview]({% slug themesandappearnce_kendoui_desktopwidgets %}#theme-builder)
677677
* [Rendering Modes for Data Visualization]({% slug renderingmodesfor_datavisualization_kendouistyling %})
678678
* [Troubleshooting]({% slug commonissues_troubleshooting_kendouistyling %})
679-
* [Themes and Appearance of the Kendo UI Hybrid Widgets](/controls/hybrid/styling)
679+
* [Themes and Appearance of the Kendo UI Hybrid Widgets]({% slug forms_hybridkendoui %})

docs/styles-and-layout/using-kendo-in-responsive-web-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ Other articles on styling, appearance, and rendering of Kendo UI widgets:
150150
* [Themes and Appearance of the Kendo UI Widgets]({% slug themesandappearnce_kendoui_desktopwidgets %})
151151
* [Web Font Icons]({% slug webfonticons_kendoui_desktopwidgets %})
152152
* [How to Change Themes on the Client]({% slug howto_changethemes_ontheclient_styleskendoui %})
153-
* [Sass ThemeBuilder Overview]({% slug sassbasedthemes_kendoui %}#sass-theme-builder)
154-
* [Less ThemeBuilder Overview]({% slug themesandappearnce_kendoui_desktopwidgets %}#less-theme-builder)
153+
* [SASS ThemeBuilder Overview]({% slug sassbasedthemes_kendoui %}#sass-theme-builder)
154+
* [LESS ThemeBuilder Overview]({% slug themesandappearnce_kendoui_desktopwidgets %}#less-theme-builder)
155155
* [Rendering Modes for Data Visualization]({% slug renderingmodesfor_datavisualization_kendouistyling %})
156156
* [Troubleshooting]({% slug commonissues_troubleshooting_kendouistyling %})
157157
* [Themes and Appearance of the Kendo UI Hybrid Widgets](/controls/hybrid/styling)

0 commit comments

Comments
 (0)