Skip to content

Commit c66fa60

Browse files
committed
docs(Chat): Disable REPL for some code snippets
1 parent 2d24356 commit c66fa60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

components/chat/file-uploads-and-media.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Configure file actions and handle downloads using JavaScript interop and custom
177177

178178
Add this JavaScript function to enable file downloads:
179179

180-
````html
180+
````html.skip-repl
181181
@inject IJSRuntime JS
182182
183183
<script>
@@ -226,7 +226,7 @@ Configure file actions and handle downloads using JavaScript interop and custom
226226

227227
The click handler calls the js `downloadFileFromBytes` function.
228228

229-
````csharp
229+
````csharp.skip-repl
230230
private async Task OnDirectFileDownload(ChatFileActionClickEventArgs args)
231231
{
232232
try

components/chat/quick-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Message suggestions provide users with quick reply options that appear below the
111111

112112
Customize the appearance of suggestions using the Chat's `SuggestionTemplate`.
113113

114-
````razor
114+
````razor.skip-repl
115115
<TelerikChat Data="@ChatConversation"
116116
@ref="@Chat1"
117117
Width="600px"

components/chat/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This allows you to define context menu actions that can be performed on Chat mes
102102

103103
>caption A complete example that integrates all templates into a Chat component
104104
105-
````RAZOR
105+
````RAZOR.skip-repl
106106
<TelerikChat Data="@ChatConversation"
107107
@ref="@Chat1"
108108
Width="600px"

0 commit comments

Comments
 (0)