Skip to content

Commit

Permalink
Fix code snippet tab includes
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol committed Aug 28, 2023
1 parent d52f40e commit 3ef4f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/documentation/vod/list-videos-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Using Nuget
Install-Package ApiVideo
```
{% endcapture %}
{% include "_partials/code-tabs.md" samples: samples %}
{% include "_partials/code-tabs.html" samples: content %}

## List all videos

Expand Down Expand Up @@ -148,7 +148,7 @@ videos = videos_api.list()
print(videos)
```
{% endcapture %}
{% include "_partials/code-tabs.md" samples: samples %}
{% include "_partials/code-tabs.html" samples: content %}

## List videos using query parameters

Expand Down Expand Up @@ -262,7 +262,7 @@ videos = videos_api.list(title='your title')
print(videos)
```
{% endcapture %}
{% include "_partials/code-tabs.md" samples: samples %}
{% include "_partials/code-tabs.html" samples: content %}

## See a list of videos in the dashboard

Expand Down

0 comments on commit 3ef4f19

Please sign in to comment.