Skip to content

Commit dd56b10

Browse files
committed
chore: comment out ai slugs
1 parent 1d22b09 commit dd56b10

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

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)