Skip to content

Commit c8f65df

Browse files
committed
docs(common): Add AI Coding Assistant
1 parent 2532df9 commit c8f65df

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
lines changed

_contentTemplates/common/get-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,10 @@ This will make the license key available to all Telerik .NET apps that you devel
208208

209209
The [Telerik License Key](slug:installation-license-key) article provides additional details on installing and updating your Telerik license key in different scenarios. [Automatic license key maintenance](slug:installation-license-key#automatic-installation) is more effective and recommended in the long run.
210210

211+
#end
212+
213+
#ai-coding-assistant-ad
214+
215+
Use the [Telerik AI Coding Assistant](slug:ai-overview) through the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension). These tools help you receive tips and generate code snippets that include Telerik UI for Blazor components and API.
216+
211217
#end

ai/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The Telerik AI Coding Assistant is integrated in:
1919

2020
The major differences between these tools are:
2121

22-
* The MCP server is more powerful and can handle more complex prompts that require several requests to the AI model. An MCP-enabled client like GitHub Copilot in **Agent** mode can make changes to your app and rebuild it to verify the AI suggestions.
23-
* The responses of the GitHub Copilot extension may contain shorter or partial code snippets and more explanations how to accomplish the task. When using the MCP server, the AI response is mostly code.
22+
* The MCP server is more powerful and can handle more complex prompts that require several requests to the AI model. An MCP-enabled client like Cursor or GitHub Copilot in **Agent** mode can directly suggest changes to your app and even rebuild it to verify the new AI generated code.
23+
* The responses of the GitHub Copilot extension may contain more explanations how to accomplish the task, and shorter or partial code snippets. When using the MCP server, the AI response is mostly code.
2424

2525
## Getting Started
2626

getting-started/client-blazor.md

Lines changed: 2 additions & 2 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 the Telerik AI Coding Assistant
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+
@[template](/_contentTemplates/common/get-started.md#ai-coding-assistant-ad)
107107

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

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 the Telerik AI Coding Assistant
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+
@[template](/_contentTemplates/common/get-started.md#ai-coding-assistant-ad)
120120

121121
## Running the Blazor Hybrid App
122122

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 the Telerik AI Coding Assistant
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+
@[template](/_contentTemplates/common/get-started.md#ai-coding-assistant-ad)
127127

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

getting-started/what-you-need.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The required milestones to obtain and use Telerik UI for Blazor are:
3737
1. Add the [CSS theme and JavaScript file](#css-theme-and-javascript-files).
3838
1. Add the [`<TelerikRootComponent>`](#telerikrootcomponent).
3939
1. [Add components to a view](#add-telerik-components-to-a-view).
40-
1. Install [Telerik Blazor AI coding assistants](#install-telerik-ai-coding-assistants).
40+
1. Install the [Telerik Blazor AI Coding Assistant](#install-the-telerik-ai-coding-assistant).
4141

4242

4343
## NuGet Packages
@@ -261,9 +261,9 @@ The Blazor application is ready to use Telerik components.
261261
}
262262
````
263263

264-
## Install Telerik AI Coding Assistants
264+
## Install the Telerik AI Coding Assistant
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+
@[template](/_contentTemplates/common/get-started.md#ai-coding-assistant-ad)
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 AI Coding Assistant](slug:ai-overview) provides Telerik UI for Blazor tips and produces 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)