Skip to content

Commit

Permalink
docs: fix Angular related links
Browse files Browse the repository at this point in the history
  • Loading branch information
mbechev committed Jul 10, 2024
1 parent b99b104 commit 3af5214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/fluent/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The Kendo UI for Vue Fluent theme is part of the Kendo UI for Vue library of UI

## Dependencies

For the Kendo UI Fluent theme to closely implement the [Fluent Design System](https://www.microsoft.com/design/fluent/#/), provide [the Segoe UI font family](#toc-fonts).
For the Kendo UI Fluent theme to closely implement the [Fluent Design System](https://www.microsoft.com/design/fluent/#/), provide the Segoe UI font family.

By default, the Fluent theme uses the Segoe UI font family but the font itself is not included in the theme package.

Expand Down
4 changes: 2 additions & 2 deletions packages/material/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The KendoReact Material theme is part of the KendoReact library of React UI comp

## Dependencies

For the Kendo UI Material theme to closely implement the [Material Design Guidelines](https://material.io/guidelines/), provide [the Roboto font family](#toc-fonts) and [configure additional modules](#toc-additional-configuration) in your application.
For the Kendo UI Material theme to closely implement the [Material Design Guidelines](https://material.io/guidelines/), provide the Roboto font family and [configure additional modules](#toc-additional-configuration) in your application.

By default, the Material theme uses the Roboto font family but the font itself is not included in the theme package.

Expand All @@ -45,7 +45,7 @@ You can add the font to the page from Google Fonts in the following way:
The following additional configuration improves the look and feel of the theme in your application:

* Use a [Ripple effect]({% slug overview_ripple %})—Available through the `kendoRippleContainer` directive from the `@progress/kendo-angular-ripple` NPM module. The `kendoRippleContainer` directive provides the [Material ink ripple effect](https://material.io/guidelines/motion/choreography.html#choreography-radial-reaction) for the Kendo UI components for Angular and is fully compatible with all available Kendo UI themes.
* Use the [Floating label component]({% slug overview_floatinglabel %})—with [HTML Input elements]({% slug overview_floatinglabel %}#toc-using-with-html-input-elements) and with Kendo UI for Angular components from the [inputs]({% slug overview_floatinglabel %}#toc-using-with-kendo-ui-for-angular-inputs), [dateinputs]({% slug overview_floatinglabel %}#toc-using-with-kendo-ui-for-angular-date-inputs) or [dropdowns]({% slug overview_floatinglabel %}#toc-using-with-kendo-ui-for-angular-dropdowns) packages.
* Use the [FloatingLabel component](slug:overview_floatinglabel)—with [HTML input elements](slug:associate_floatinglabel#toc-html-input-elements) and with [Kendo UI for Angular Inputs components](slug:overview_floatinglabel), [dateinputs](slug:associate_floatinglabel#toc-kendo-ui-for-angular-date-inputs) or [dropdowns](slug:associate_floatinglabel#toc-kendo-ui-for-angular-dropdowns) packages.
{% endplatform_content %}

{% platform_content react %}
Expand Down

0 comments on commit 3af5214

Please sign in to comment.