Skip to content

Commit 25350e3

Browse files
authored
Merge pull request #789 from telerik/dkrastev/m-fix-SEO-errors
Fix SEO errors
2 parents 7dd21eb + 35bedf6 commit 25350e3

File tree

60 files changed

+77
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+77
-88
lines changed

controls/breadcrumb/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Data Binding
33
page_title: Data Binding - RadBreadCrumb
4-
description:
4+
description: Bind data to the Telerik BreadCrumb control in WinForms to create dynamic navigation paths and improve user navigation in your applications.
55
slug: breadcrumb-data-binding
66
tags: breadcrumb
77
published: True

controls/breadcrumb/properties-methods-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Properties, Methods and Events
33
page_title: Properties, Methods and Events - RadBreadCrumb
4-
description:
4+
description: Explore the properties, methods, and events of the Telerik Breadcrumb control for WinForms to customize and extend navigation.
55
slug: breadcrumb-properties-methods-events
66
tags: breadcrumb
77
published: True

controls/cardview/features/grouping.md

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

1111
# Grouping
1212

13-
__RadCardView__ allows grouping of its __CardViewItems__ and it can be enabled by using the __EnableGrouping__ property of the control. An example with custom grouping is demonstrated in the __Populating Data Programmatically__ section of the [Unbound Mode](%slug winforms/cardview/populating-with-data/unbound-mode%) article.
13+
__RadCardView__ allows grouping of its __CardViewItems__ and it can be enabled by using the __EnableGrouping__ property of the control. An example with custom grouping is demonstrated in the __Populating Data Programmatically__ section of the [Unbound Mode]({%slug winforms/cardview/populating-with-data/unbound-mode%}) article.
1414

1515
#### Enable Grouping
1616

controls/chartview/structure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article describes the inner structure and organization of the elements whic
2323
2424
## Cartesian Area
2525

26-
The featured example illustrates the hierarchy defined by two [BarSeries](%slug winforms/chartview-/series-types/bar%}) added to __RadChartView__.
26+
The featured example illustrates the hierarchy defined by two [BarSeries]({%slug winforms/chartview-/series-types/bar%}) added to __RadChartView__.
2727

2828
>caption Figure 1: RadChartView`s Element Hierarchy
2929
![WinForms RadChartView Element Hierarchy Cartesian Area](images/radchartview-structure001.png)
@@ -42,7 +42,7 @@ The featured example illustrates the hierarchy defined by two [BarSeries](%slug
4242

4343
## Polar Area
4444

45-
The featured example illustrates the hierarchy defined by one [RadarSeries](%slug winforms/chartview-/series-types/radar%}) added to __RadChartView__.
45+
The featured example illustrates the hierarchy defined by one [RadarSeries]({%slug winforms/chartview-/series-types/radar%}) added to __RadChartView__.
4646

4747
>caption Figure 3: RadChartView`s Element Hierarchy
4848
![WinForms RadChartView Element Hierarchy Polar Area](images/radchartview-structure003.png)
@@ -59,7 +59,7 @@ The featured example illustrates the hierarchy defined by one [RadarSeries](%slu
5959

6060
## Pie Area
6161

62-
The featured example illustrates the hierarchy defined by three [PieSeries](%slug winforms/chartview-/series-types/pie%}) added to __RadChartView__.
62+
The featured example illustrates the hierarchy defined by three [PieSeries]({%slug winforms/chartview-/series-types/pie%}) added to __RadChartView__.
6363

6464
>caption Figure 5: RadChartView`s Element Hierarchy
6565
![WinForms RadChartView Pie Area Element Hierarchy](images/radchartview-structure005.png)

controls/file-dialogs/features/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Environment Variables
33
page_title: Environment Variables - File Dialogs
4-
description:
4+
description: Enable environment variables in Telerik FileDialogs for WinForms to simplify file navigation and improve user workflows.
55
slug: file-dialogs-environment-variables
66
tags: filedialogs
77
published: True
@@ -54,7 +54,7 @@ Depending on whether the environment variable points to a folder or a file, the
5454

5555
* **USERNAME**: It is possible to include an environment variable in the middle of a file path. "C:\Users\%USERNAME%\", followed by a valid path is a supported scenario.
5656

57-
* **userdomain**: When typing this environment variable and hitting enter, an **InvalidOperationException** will be thrown and the [ExceptionRaised](%slug winforms/file-dialogs/features/error-handling%) event will be raised, since this environment variable does not point to a file or folder.
57+
* **userdomain**: When typing this environment variable and hitting enter, an **InvalidOperationException** will be thrown and the [ExceptionRaised]({%slug winforms/file-dialogs/features/error-handling%}) event will be raised, since this environment variable does not point to a file or folder.
5858

5959
The examples above assume that the default paths of the listed system environment variables have not been changed.
6060

controls/gridview/features/exporting-data/spreadstream-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The __GridViewSpreadStreamExport__ uses the [__RadSpreadStreamProcessing__](http
2929

3030
# Exporting
3131

32-
To use the spread export functionality create an instance of the __GridViewSpreadStreamExport__ object. Pass as a parameter the __RadGridView__ instance to export. Afterward, the __RunExport__ method will trigger the export process. The latter method accepts as a parameter the filename of the file to be exported and a [SpreadStreamExportRenderer](%slug winforms/telerik-presentation-framework/export-renderers/spreadstreamexportrenderer%) instance.
32+
To use the spread export functionality create an instance of the __GridViewSpreadStreamExport__ object. Pass as a parameter the __RadGridView__ instance to export. Afterward, the __RunExport__ method will trigger the export process. The latter method accepts as a parameter the filename of the file to be exported and a [SpreadStreamExportRenderer]({%slug winforms/telerik-presentation-framework/export-renderers/spreadstreamexportrenderer%}) instance.
3333

3434
#### Exporting the grid.
3535

controls/gridview/hierarchical-grid/load-on-demand-self-referencing-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RadGridView currently offers Load On Demand feature in hierarchy mode. Fetching
1616

1717
### Self Reference
1818

19-
The self-reference mode allows to build a hierarchy using a flat collection of objects, by defining a relation. In self-reference hierarchy the RadGridView needs all the data and based on the primary and foreign keys, it builds up the hierarchy levels. More information about the Self Reference Hierarchy is available [here](%slug winforms/gridview/hierarchical-grid/self-referencing-hierarchy).
19+
The self-reference mode allows to build a hierarchy using a flat collection of objects, by defining a relation. In self-reference hierarchy the RadGridView needs all the data and based on the primary and foreign keys, it builds up the hierarchy levels. More information about the Self Reference Hierarchy is available [here]({%slug winforms/gridview/hierarchical-grid/self-referencing-hierarchy%}).
2020

2121
## Load on Demand in Self-Reference Hierarchy
2222

controls/gridview/visual-elements/rows/resizing-rows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Resizing rows
33
page_title: Resizing rows - RadGridView
4-
description:
4+
description: Discover how to resize rows in the Telerik GridView for WinForms, adjusting height dynamically to improve layout and readability.
55
slug: winforms/gridview/rows/resizing-rows
66
tags: resizing,rows
77
published: True

controls/panels-and-labels/collapsiblepanel/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ Our example is ready to be tested. You can start the application and observe the
109109
* [Design Time]({%slug winforms/panels-and-labels/collapsiblepanel/design-time%})
110110

111111
## Telerik UI for WinForms Learning Resources
112-
* [Telerik UI for WinForms CollapsiblePanel Component](https://www.telerik.com/products/winforms/collapsiblepanel.aspx)
113112
* [Getting Started with Telerik UI for WinForms Components](https://docs.telerik.com/devtools/winforms/getting-started/first-steps)
114113
* [Telerik UI for WinForms Setup](https://docs.telerik.com/devtools/winforms/installation-and-upgrades/installing-on-your-computer)
115114
* [Telerik UI for WinForms Application Modernization](https://docs.telerik.com/devtools/winforms/winforms-converter/overview)

controls/pdfviewer/features/text/text-position.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Text Position
33
page_title: Text Position - WinForms PdfViewer Control
4-
description: TextPosition is a position in the text of a RadFixedDocument. They enable keeping track of a "current" position in the document (i.e. a caret) and lay the foundations of document selection.
4+
description: TextPosition is a position in the text of a RadFixedDocument. They enable keeping track of a current position in the document (i.e. a caret) and lay the foundations of document selection.
55
slug: winforms/pdfviewer/text/text-position
66
tags: text,position
77
published: True

0 commit comments

Comments
 (0)