Skip to content

Commit

Permalink
chore: add blazor keyword to overview headings
Browse files Browse the repository at this point in the history
  • Loading branch information
jivanova committed Feb 2, 2022
1 parent 4ddf1b9 commit d92295b
Show file tree
Hide file tree
Showing 84 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion accessibility/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Accessibility Overview
# Blazor Accessibility Overview

Websites and applications are accessible when they provide full control over their features by enabling users with disabilities to access their content through assistive technologies or keyboard navigation.

Expand Down
2 changes: 1 addition & 1 deletion components/animationcontainer/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Animation Container
# Blazor Animation Container

The <a href="https://www.telerik.com/blazor-ui/animation-container" target="_blank">Blazor Animation Container component</a> enables you to create messages and popups such as [notifications](https://demos.telerik.com/blazor-ui/animationcontainer/notification) or expandable containers, even [tooltips](https://demos.telerik.com/blazor-ui/animationcontainer/tooltip). It lets you define its animation, size and position, and arbitrary content.

Expand Down
2 changes: 1 addition & 1 deletion components/autocomplete/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# AutoComplete Overview
# Blazor AutoComplete Overview

The <a href="https://www.telerik.com/blazor-ui/autocomplete" target="_blank">Blazor AutoComplete component</a> is a textbox that offers the users hints as they type. These suggestions can be [filtered]({%slug autocomplete-filter%}) as the user types. The user can write their own value or click a suggestion from the dropdown to select it and populate the input. You can control the list of suggestions through [data binding]({%slug autocomplete-databind%}), various appearance settings like [dimensions]({%slug common-features/dimensions%}) and [templates]({%slug autocomplete-templates%}).

Expand Down
2 changes: 1 addition & 1 deletion components/barcodes/barcode/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Barcode Overview
# Blazor Barcode Overview

The Barcode represents data in a machine-readable format. You can choose from several supported standards.

Expand Down
2 changes: 1 addition & 1 deletion components/barcodes/qrcode/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# QRCode Overview
# Blazor QRCode Overview

The QRCode generates **Canvas** and **SVG** images that represent Quick Response (QR) codes.

Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Breadcrumb Overview
# Blazor Breadcrumb Overview

The <a href="https://www.telerik.com/blazor-ui/breadcrumb" target="_blank">Blazor Breadcrumb component</a> allows navigation within a folder structure or web page. It provides an easy way to navigate backwards by one or multiple steps. In addition to built-in [navigation capabilities]({%slug breadcrumb-navigation%}), you can browse through the items, define [templates]({%slug breadcrumb-templates%}) for the individual nodes, render text and [icons/images]({%slug breadcrumb-icons%}), and respond to [events]({%slug breadcrumb-events%}).

Expand Down
2 changes: 1 addition & 1 deletion components/button/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Button Overview
# Blazor Button Overview

This article introduces the <a href="https://www.telerik.com/blazor-ui/buttons" target="_blank">Blazor Button component</a>, shows how to start using it, and lists its core features.

Expand Down
2 changes: 1 addition & 1 deletion components/buttongroup/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# ButtonGroup Overview
# Blazor ButtonGroup Overview

This article provides information about the <a href="https://www.telerik.com/blazor-ui/buttongroup" target="_blank">Blazor ButtonGroup component</a> and its core features.

Expand Down
2 changes: 1 addition & 1 deletion components/calendar/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Calendar Overview
# Blazor Calendar Overview

The <a href="https://www.telerik.com/blazor-ui/calendar" target="_blank">Blazor Calendar component</a> allows the user to scroll through a Gregorian calendar and select one or more dates. You can control to what level the user can zoom the calendar (for example, up to months or years), what are the minimum and maximum date the user can navigate to, and whether they can select one or more dates.

Expand Down
2 changes: 1 addition & 1 deletion components/card/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ position: 0
---


# Card Overview
# Blazor Card Overview

The <a href = "https://www.telerik.com/blazor-ui/card" target="_blank">Card for Blazor</a> is a component that combines text, visual content and actions about a single subject. It quickly grabs the user’s attention with its clean layout, consisting of a title, usually an image, some text as the body and perhaps a footer. You can use it to easily organize content when building catalogs, dashboards, blogs, e-shops, etc. It has dedicated areas for its [building blocks]({%slug card-building-blocks%}) and that provides various ways of component usage.

Expand Down
2 changes: 1 addition & 1 deletion components/carousel/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Carousel Overview
# Blazor Carousel Overview

The <a href = "https://www.telerik.com/blazor-ui/carousel" target="_blank">Carousel for Blazor</a> is an interactive component that allows users to browse a collection of content items (pages) one at a time. The Carousel template supports random web content, although it is most often used to display images.

Expand Down
2 changes: 1 addition & 1 deletion components/chart/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Chart Overview
# Blazor Chart Overview

The <a href="https://www.telerik.com/blazor-ui/chart" target="_blank">Blazor Chart component</a> allows you to visualize data to your users in a meaningful way so they can draw conclusions. You can use a variety of chart types and control all aspects of the chart's appearance - from colors and fonts, to paddings, margins and templates.

Expand Down
2 changes: 1 addition & 1 deletion components/checkbox/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Checkbox Overview
# Blazor Checkbox Overview

The <a href="https://www.telerik.com/blazor-ui/checkbox" target="_blank">Blazor Checkbox component</a> allows you to add more customizable checkboxes to your application. It maintains the behavior of the standard HTML checkbox and provides checked, unchecked and [indeterminate]({%slug checkbox-indeterminate-state%}) states.

Expand Down
2 changes: 1 addition & 1 deletion components/chunkprogressbar/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# ChunkProgressBar Overview
# Blazor ChunkProgressBar Overview

The <a href = "https://www.telerik.com/blazor-ui/chunkprogressbar" target = "_blank">Blazor ChunkProgressBar component</a> tracks the execution of operations and displays what portion of it is completed in predefined number of sections (chunks). For very long tasks, you can also make it [indeterminate]({%slug chunkprogressbar-indeterminate-state%}) while waiting for an update.

Expand Down
2 changes: 1 addition & 1 deletion components/colorgradient/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# ColorGradient Overview
# Blazor ColorGradient Overview

The <a href = "https://www.telerik.com/blazor-ui/colorgradient" target="_blank">ColorGradient for Blazor</a> enables users to select a color from an [HSVA](https://en.wikipedia.org/wiki/HSL_and_HSV) canvas, or to type a specific RGB/HEX color value. Compared to our [ColorPalette component]({%slug colorpalette-overview%}), the ColorGradient allows selection from unlimited number of colors. It may also be preferred by advanced users.

Expand Down
2 changes: 1 addition & 1 deletion components/colorpalette/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Color Palette Overview
# Blazor Color Palette Overview

The <a href = "https://www.telerik.com/blazor-ui/colorpalette" target="_blank">Blazor Color Palette component</a> provides a list of color tiles for the user to pick a color from by clicking or tapping. You can choose a [predefined list of colors]({%slug colorpalette-presets%}), or [create your own]({%slug colorpalette-custom-colors%}). Two-way binding and [events]({%slug colorpalette-events%}) let you react to the user choice.

Expand Down
2 changes: 1 addition & 1 deletion components/colorpicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# ColorPicker Overview
# Blazor ColorPicker Overview

The <a href = "https://www.telerik.com/blazor-ui/colorpicker" target="_blank">ColorPicker for Blazor</a> is an interactive component that allows color selection from a popup palette or a [HSVA](https://en.wikipedia.org/wiki/HSL_and_HSV) canvas. Users can also type a specific RGB/HEX color value manually. The ColorPicker is practically identical to the [FlatColorPicker component]({%slug flatcolorpicker-overview%}) with the only difference that the ColorPicker takes up less space and displays the color selection UI in a popup.

Expand Down
2 changes: 1 addition & 1 deletion components/combobox/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# ComboBox Overview
# Blazor ComboBox Overview

The <a href="https://www.telerik.com/blazor-ui/combobox" target="_blank">Blazor ComboBox component</a> allows the user to choose an option from a predefined set of choices presented in a dropdown popup. You can also allow them to enter [custom values]({%slug components/combobox/custom-value%}) and to [filter]({%slug components/combobox/filter%}) the available items. You can control the [data]({%slug components/dropdownlist/databind%}), sizes, and various appearance options like class and [templates]({%slug components/combobox/templates%}).

Expand Down
2 changes: 1 addition & 1 deletion components/contextmenu/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Context Menu Overview
# Blazor Context Menu Overview

The <a href="https://www.telerik.com/blazor-ui/context-menu" target="_blank">Blazor Context Menu component </a> displays a contextual popup with data (flat or hierarchical) in a traditional menu-like structure. It lets you invoke commands while preserving screen real estate.

Expand Down
2 changes: 1 addition & 1 deletion components/dateinput/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Date Input Overview
# Blazor Date Input Overview

The <a href="https://www.telerik.com/blazor-ui/date-input" target="_blank">Blazor Date Input component</a> allows the user to enter a date. The developer can control the format of the date. If the user input does not match the desired pattern, the value is not accepted. If the input can be parsed, it will be corrected automatically.

Expand Down
2 changes: 1 addition & 1 deletion components/datepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Blazor Date Picker Component Overview
# Blazor Blazor Date Picker Component Overview

The <a href="https://www.telerik.com/blazor-ui/datepicker" target="_blank">Blazor Date Picker component</a> allows the user to choose a date from a visual Gregorian [calendar]({%slug components/calendar/overview%}) or type it into a [date input]({%slug components/dateinput/overview%}) that can accept only dates. You can control the date format of the input, how the user navigates through the calendar, and which dates the user cannot select.

Expand Down
2 changes: 1 addition & 1 deletion components/daterangepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Blazor DateRange Picker Component Overview
# Blazor Blazor DateRange Picker Component Overview

The <a href="https://www.telerik.com/blazor-ui/daterange-picker" target="_blank">Blazor DateRange Picker component</a> allows the user to select a date range (start and end date) - both from a visual list ([calendar]({%slug components/calendar/overview%})) or to type it into a [date input]({%slug components/dateinput/overview%}) that can accept only dates. You can control the format shown in the input, and dates the user cannot select, as well as implement validation and respond to events.

Expand Down
2 changes: 1 addition & 1 deletion components/datetimepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# DateTime Picker Overview
# Blazor DateTime Picker Overview

The <a href="https://www.telerik.com/blazor-ui/datetimepicker" target="_blank">Blazor DateTime Picker component</a> allows the user to choose both a date and a time from a visual list in a dropdown, or to type it into a [date input]({%slug components/dateinput/overview%}) that can accept only DateTime values. You can control the date and time format of the input, and respond to [events]({%slug components/datetimepicker/events %}).

Expand Down
2 changes: 1 addition & 1 deletion components/dialog/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Dialog Overview
# Blazor Dialog Overview

The Dialog is a modal popup that brings information to the user. It provides actions through its action buttons to prompt the user for input or to ask for a decision. The component can also contain more complex UI elements that require the attention of the user. The main difference from the Window modal is the functionality for actions and predefined dialogs.

Expand Down
2 changes: 1 addition & 1 deletion components/drawer/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Drawer Overview
# Blazor Drawer Overview

The <a href="https://www.telerik.com/blazor-ui/drawer" target="_blank">Blazor Drawer component</a> is a dismissible or permanently visible panel for [navigating]({%slug drawer-navigation%}) in responsive web applications. It allows switching the content of different sections of the page. You can customize its [templates]({%slug drawer-templates%}), [display]({%slug drawer-modes%}), behavior when [minimizing]({%slug drawer-mini-mode%}) and respond to [events]({%slug drawer-events%}).

Expand Down
2 changes: 1 addition & 1 deletion components/dropdownlist/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# DropDownList Overview
# Blazor DropDownList Overview

The <a href="https://www.telerik.com/blazor-ui/dropdownlist" target="_blank">Blazor DropDownList component</a> allows the user to choose an option from a predefined set of choices presented in a dropdown popup. The developer can control the [data]({%slug components/dropdownlist/databind%}), sizes, and various appearance options like class and [templates]({%slug components/dropdownlist/templates%}).

Expand Down
2 changes: 1 addition & 1 deletion components/editor/edit-modes/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ position: 0
---


# Editor Edit Modes Overview
# Blazor Editor Edit Modes Overview

The Editor provides two different configuration modes you can set that affect the way the content is styled.

Expand Down
2 changes: 1 addition & 1 deletion components/editor/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Editor Overview
# Blazor Editor Overview

The <a href = "https://www.telerik.com/blazor-ui/editor" target="_blank">Blazor HTML Editor component</a> enables your users to create rich textual content through a What-You-See-Is-What-You-Get (WYSIWYG) interface and delivers a set of tools for creating, editing, and formatting text, paragraphs, lists, and other HTML elements.

Expand Down
2 changes: 1 addition & 1 deletion components/fileselect/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# FileSelect Overview
# Blazor FileSelect Overview

The <a href = "https://www.telerik.com/blazor-ui/fileselect" target="_blank">Blazor FileSelect component</a> helps users select single or multiple files from their local file systems. It provides UI for selecting the files and allows the application logic to handle the actual upload as desired. The component is especially useful when you want full control over the process of creating the server requests and sent forms.

Expand Down
2 changes: 1 addition & 1 deletion components/flatcolorpicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# FlatColorPicker Overview
# Blazor FlatColorPicker Overview

The <a href = "https://www.telerik.com/blazor-ui/flatcolorpicker" target="_blank">FlatColorPicker for Blazor</a> is an interactive component that allows color selection from a color palette or a [HSVA](https://en.wikipedia.org/wiki/HSL_and_HSV) canvas. Users can also type a specific RGB/HEX color value manually. The FlatColorPicker is practically identical to the [ColorPicker component]({%slug colorpicker-overview%}) with the only difference that the ColorPicker takes up less space and displays the color selection UI in a popup.

Expand Down
2 changes: 1 addition & 1 deletion components/form/formitems/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Form Items Overview
# Blazor Form Items Overview

You can customize the [default editors]({%slug form-overview%}#automatic-generation-of-fields) by using instances of the `FormItem` tag. Those instances should be in the `FormItems` collection.

Expand Down
2 changes: 1 addition & 1 deletion components/form/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Form Overview
# Blazor Form Overview

The <a href = "https://www.telerik.com/blazor-ui/form" target="_blank">Form for Blazor</a> allows you to generate a form based on your model and to manage customized forms. You can control the component through various parameters, achieve the desired layout by using the [default editor](#automatic-generation-of-fields) or add [custom ones]({%slug form-formitems%}), set the [orientation]({%slug form-orientation%}) and organize those editors in [groups]({%slug form-formgroups%}) and [columns]({%slug form-columns%}).

Expand Down
2 changes: 1 addition & 1 deletion components/gantt/gantt-tree/filter/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Filtering Overview
# Blazor Filtering Overview

The Grid component offers built-in support for filtering.

Expand Down
2 changes: 1 addition & 1 deletion components/gantt/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Blazor Gantt Component Overview
# Blazor Blazor Gantt Component Overview

The <a href = "https://www.telerik.com/blazor-ui/gantt" target="_blank">Blazor Gantt Chart component</a> allows you to easily illustrate a collection of tasks. The component consists of two areas:

Expand Down
2 changes: 1 addition & 1 deletion components/gauges/arc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Arc Gauge Overview
# Blazor Arc Gauge Overview

The <a href = "https://www.telerik.com/blazor-ui/arc-gauge" target="_blank">Telerik Arc Gauge for Blazor</a> represents [numerical values]({%slug arc-gauge-pointers%}) on an arc [scale]({%slug arc-gauge-scale%}).

Expand Down
2 changes: 1 addition & 1 deletion components/gauges/circular/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Circular Gauge Overview
# Blazor Circular Gauge Overview

The <a href = "https://www.telerik.com/blazor-ui/circular-gauge" target="_blank">Telerik Circular Gauge for Blazor</a> represents [numerical values]({%slug circular-gauge-pointers%}) on a circular [scale]({%slug circular-gauge-scale%}).

Expand Down
2 changes: 1 addition & 1 deletion components/gauges/linear/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Linear Gauge Overview
# Blazor Linear Gauge Overview

The <a href = "https://www.telerik.com/blazor-ui/linear-gauge" target="_blank">Telerik Linear Gauge for Blazor</a> represents [numerical values]({%slug linear-gauge-pointers%}) on a [scale]({%slug linear-gauge-scale%}) of ranges in a linear format.

Expand Down
2 changes: 1 addition & 1 deletion components/gauges/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Gauges Overview
# Blazor Gauges Overview

The Telerik UI for Blazor suite offers several gauge components that let you visualize data values against a scale to easily identify them as suitable or sub-par values.

Expand Down
2 changes: 1 addition & 1 deletion components/gauges/radial/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Radial Gauge Overview
# Blazor Radial Gauge Overview

The <a href = "https://www.telerik.com/blazor-ui/radial-gauge" target="_blank">Telerik Radial Gauge for Blazor</a> represents numerical values on a [scale]({%slug radial-gauge-scale%}) of ranges in a radial format.

Expand Down
2 changes: 1 addition & 1 deletion components/grid/editing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Grid CRUD Operations Overview
# Blazor Grid CRUD Operations Overview

CRUD operations with the Grid for Blazor support validation and are done through the dedicated CRUD events it exposes for data editing. You can use them to transfer the changes to the underlying data source (for example, call a service that will actually work with the database, and not only with the view data).

Expand Down
2 changes: 1 addition & 1 deletion components/grid/filter/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ previous_url: /components/grid/filtering
position: 0
---

# Grid Filtering Overview
# Blazor Grid Filtering Overview

The Grid component offers built-in support for filtering.

Expand Down
2 changes: 1 addition & 1 deletion components/grid/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# Blazor Grid Component Overview
# Blazor Blazor Grid Component Overview

This article provides a quick introduction so you can get your first <a href="https://www.telerik.com/blazor-ui/grid" target="_blank">Blazor data grid component</a> up and running in a few seconds, a video tutorial, and a list of the key features it provides.

Expand Down
2 changes: 1 addition & 1 deletion components/gridlayout/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# GridLayout Overview
# Blazor GridLayout Overview

The <a href="https://www.telerik.com/blazor-ui/gridlayout" target="_blank">Blazor GridLayout component</a> allows you to arrange the contents of the component in rows and columns in a grid structure.

Expand Down
2 changes: 1 addition & 1 deletion components/listview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

# ListView Overview
# Blazor ListView Overview

The <a href="https://www.telerik.com/blazor-ui/listview" target="_blank">Blazor ListView component</a> is a fully customizable templated component that repeats your layout for each item in the data source. It lets you page the data, edit items through a dedicated edit template and also add header and footer templates.

Expand Down
Loading

0 comments on commit d92295b

Please sign in to comment.