Skip to content

Commit 2532df9

Browse files
authored
chore: reapply ai-related changes (#2977)
1 parent 68f77cf commit 2532df9

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

ai/copilot-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page_title: Telerik Blazor GitHub Copilot Extension
44
description: Learn how to add and use the Telerik Blazor GitHub Copilot extension as a Blazor AI coding assistant and code generator for better developer productivity. The Telerik Blazor GitHub Copilot extension provides proprietary context about Telerik UI for Blazor to AI-powered software.
55
slug: ai-copilot-extension
66
tags: telerik,blazor,ai
7-
published: False
7+
published: True
88
position: 10
99
---
1010

ai/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page_title: Telerik Blazor MCP Server
44
description: Learn how to add and use the Telerik Blazor MCP Server as a Blazor AI coding assistant and code generator for better developer productivity. The Telerik Blazor MCP server provides proprietary context about Telerik UI for Blazor to AI-powered software.
55
slug: ai-mcp-server
66
tags: telerik,blazor,ai
7-
published: False
7+
published: True
88
position: 20
99
---
1010

ai/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page_title: Telerik Blazor AI Tooling Overview
44
description: Learn about the AI-powered developer tools that integrate with your IDE or code editor for greater productivity and enhanced developer experience.
55
slug: ai-overview
66
tags: telerik,blazor,ai
7-
published: False
7+
published: True
88
position: 1
99
---
1010

getting-started/client-blazor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ The final step in this tutorial is to use a Telerik UI for Blazor component in a
101101

102102
@[template](/_contentTemplates/common/get-started.md#add-component-sample)
103103

104-
<!-- ## Step 7: Install Telerik AI Coding Assistants
104+
## Step 7: Install Telerik AI Coding Assistants
105105

106-
Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API. -->
106+
Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
107107

108108
@[template](/_contentTemplates/common/get-started.md#next-steps-after-getting-started)
109109

@@ -113,9 +113,9 @@ If you prefer video instructions, you can also check the video tutorial below.
113113

114114
<iframe width="560" height="315" src="https://www.youtube.com/embed/fwR8Yxe7DPQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
115115

116-
<!-- ## Next Steps
116+
## Next Steps
117117

118-
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API. -->
118+
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
119119

120120
## See Also
121121

getting-started/hybrid-blazor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ namespace MyBlazorMauiAppName
114114

115115
Add your desired Telerik Blazor components in the app as in a native Blazor app. Explore the available UI for Blazor components and their features in our [live demos](https://demos.telerik.com/blazor-ui).
116116

117-
<!-- ### 8. Install Telerik AI Coding Assistants
117+
### 8. Install Telerik AI Coding Assistants
118118

119-
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API. -->
119+
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
120120

121121
## Running the Blazor Hybrid App
122122

getting-started/vs-code-integration/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ To access the VS Code extension, press `Ctrl`+`Shift`+`P` on Windows/Linux or `C
2828

2929
![launch Telerik Blazor VS Code extension](images/launch-extension.png)
3030

31-
<!-- ## See Also
31+
## See Also
3232

33-
* [Telerik GitHub Copilot extension for Blazor](slug:ai-copilot-extension) -->
33+
* [Telerik GitHub Copilot extension for Blazor](slug:ai-copilot-extension)

getting-started/vs-integration/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ To access the Telerik Visual Studio extension, go to the **Extensions** > **Tele
3535
* [Creating New Projects with Visual Studio](slug:getting-started-vs-integration-new-project)
3636
* [Converting Existing Projects with Visual Studio](slug:getting-started-vs-integration-convert-project)
3737
* [Downloading the Latest Telerik UI for Blazor Versions](slug:getting-started-vs-integration-latest-version)
38-
<!-- * [Telerik GitHub Copilot extension for Blazor](slug:ai-copilot-extension) -->
38+
* [Telerik GitHub Copilot extension for Blazor](slug:ai-copilot-extension)

getting-started/web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ The final step in this tutorial is to use a Telerik UI for Blazor component in a
121121

122122
@[template](/_contentTemplates/common/get-started.md#add-component-sample)
123123

124-
<!-- ## Step 7: Install Telerik AI Coding Assistants
124+
## Step 7: Install Telerik AI Coding Assistants
125125

126-
Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API. -->
126+
Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
127127

128128
@[template](/_contentTemplates/common/get-started.md#next-steps-after-getting-started)
129129

getting-started/what-you-need.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ The Blazor application is ready to use Telerik components.
261261
}
262262
````
263263

264-
<!-- ## Install Telerik AI Coding Assistants
264+
## Install Telerik AI Coding Assistants
265265

266-
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API. -->
266+
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
267267

268268
@[template](/_contentTemplates/common/get-started.md#next-steps-after-getting-started)
269269

introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ To use UI for Blazor commercially, you need to <a href="https://www.telerik.com/
222222

223223
For questions and issues related to Telerik UI for Blazor, use any of the available support channels:
224224

225-
<!-- * The [Telerik Blazor MCP server](slug:ai-mcp-server) and the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) can help you generate code snippets that include Telerik UI for Blazor components and API. -->
225+
* The [Telerik Blazor MCP server](slug:ai-mcp-server) and the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) can help you generate code snippets that include Telerik UI for Blazor components and API.
226226

227227
* License holders and active trialists can take advantage of our outstanding customer support. To submit a support ticket, use the dedicated [UI for Blazor support](https://www.telerik.com/account/support-tickets/) system.
228228

0 commit comments

Comments
 (0)