Skip to content

Commit 4410524

Browse files
chore: comment out video object descriptors (#2868)
Co-authored-by: radkostanev <stanev@progress.com>
1 parent b3f2085 commit 4410524

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

components/grid/overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ To execute these methods, obtain reference to the Grid instance via `@ref`.
227227
* [Live Demos: Grid](https://demos.telerik.com/blazor-ui/grid/overview)
228228
* [Grid API Reference](slug:Telerik.Blazor.Components.TelerikGrid-1)
229229

230-
<script type="application/ld+json">
230+
<!-- <script type="application/ld+json">
231231
{
232232
"@context": "https://schema.org",
233233
"@type": "VideoObject",
@@ -239,4 +239,4 @@ To execute these methods, obtain reference to the Grid instance via `@ref`.
239239
"contentUrl": "https://youtu.be/NW2hHtmM2Gk",
240240
"embedUrl": "https://www.youtube.com/embed/NW2hHtmM2Gk"
241241
}
242-
</script>
242+
</script> -->

getting-started/server-blazor.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If you prefer video instructions, you can also check the video tutorial below.
125125
* [First Steps with Blazor Web App](slug:getting-started/web-app)
126126
* [First Steps with Blazor WebAssembly](slug:getting-started/client-side)
127127

128-
<script type="application/ld+json">
128+
<!-- <script type="application/ld+json">
129129
{
130130
"@context": "https://schema.org",
131131
"@type": "VideoObject",
@@ -137,4 +137,4 @@ If you prefer video instructions, you can also check the video tutorial below.
137137
"contentUrl": "https://youtu.be/fwR8Yxe7DPQ",
138138
"embedUrl": "https://www.youtube.com/embed/fwR8Yxe7DPQ"
139139
}
140-
</script>
140+
</script> -->

introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ For any issues you might encounter while working with Telerik UI for Blazor, use
259259
* [Convert an existing project to a Telerik-enabled project](slug:getting-started-vs-integration-convert-project)
260260
* [Style the Telerik Blazor Components](slug:themes-overview)
261261

262-
<script type="application/ld+json">
262+
<!-- <script type="application/ld+json">
263263
{
264264
"@context": "https://schema.org",
265265
"@type": "VideoObject",
@@ -271,4 +271,4 @@ For any issues you might encounter while working with Telerik UI for Blazor, use
271271
"contentUrl": "https://youtu.be/HKsTL4byyTA",
272272
"embedUrl": "https://www.youtube.com/embed/HKsTL4byyTA"
273273
}
274-
</script>
274+
</script> -->

0 commit comments

Comments
 (0)