Skip to content

Commit eb99aa3

Browse files
Merge dimodi-patch-1-links-3345 into production (#3346)
* Fix broken links * Update copilot-extension.md --------- Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent 3c34687 commit eb99aa3

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

ai/copilot-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ position: 10
1212

1313
The Telerik Blazor [GitHub Copilot](https://github.com/features/copilot) extension provides proprietary context for the [Telerik UI for Blazor components](https://www.telerik.com/blazor-ui). The extension works as a Blazor AI code generator and can help you reach new levels of developer productivity. You can get useful tips and generate tailored code snippets that include Telerik UI for Blazor components and API.
1414

15-
> [Microsoft is sunsetting GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps) on November 10, 2025, in favor of the Model Context Protocol (MCP) standard.
15+
> [Microsoft sunset GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps) on November 10, 2025, in favor of the Model Context Protocol (MCP) standard.
1616
>
17-
> From that date, the Telerik and Kendo UI AI Coding Assistants will be available exclusively through our [MCP servers](slug:ai-mcp-server). You can enjoy the same powerful capabilities that are delivered by a modern, open, and officially recommended standard.
17+
> The Telerik and Kendo UI AI Coding Assistants are available exclusively through our [MCP servers](slug:ai-mcp-server). You can enjoy the same powerful capabilities that are delivered by a modern, open, and officially recommended standard.
1818
1919
## Prerequisites
2020

@@ -25,7 +25,7 @@ To use the Telerik GitHub Copilot extension for Blazor, you need to have:
2525
* A [Telerik user account](https://www.telerik.com/account/).
2626
* An active [DevCraft or Telerik UI for Blazor license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/blazor-ui).
2727
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).
28-
* Using the latest version of your [Copilot-enabled app](https://docs.github.com/en/copilot/building-copilot-extensions/about-building-copilot-extensions#supported-clients-and-ides) is recommended (for example, Visual Studio or VS Code).
28+
* Using the latest version of your Copilot-enabled app is recommended (for example, Visual Studio or VS Code).
2929

3030
Check [AI Coding Assistant Overview](slug:ai-overview) for more recommendations and usage information.
3131

knowledge-base/predefined-dialog-beneath-modal-dialog-blazor.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ ticketid: 1686792
1717
<td>Product</td>
1818
<td>Dialog for Blazor</td>
1919
</tr>
20+
<tr>
21+
<td>Version</td>
22+
<td>7.1.0 and earlier</td>
23+
</tr>
2024
</tbody>
2125
</table>
2226

@@ -147,7 +151,6 @@ function bringDialogToTop() {
147151

148152
## See Also
149153

150-
- [Dialog Overview](https://www.telerik.com/blazor-ui/documentation/components/dialog/overview)
151-
- [VisibleChanged Event](https://www.telerik.com/blazor-ui/documentation/components/dialog/events#visiblechanged)
152-
- [Feature Request: Dialog Behind Modal Window](https://feedback.telerik.com/blazor/1675962-telerik-dialog-shows-behind-modal-window-after-second-opening)
153-
- [Predefined Dialogs](https://www.telerik.com/blazor-ui/documentation/components/dialogfactory/overview)
154+
- [Dialog Overview](slug:dialog-overview)
155+
- [VisibleChanged Event](slug:dialog-events#visiblechanged)
156+
- [Predefined Dialogs](slug:dialog-predefined)

0 commit comments

Comments
 (0)