Skip to content

Commit

Permalink
Move TS media recorder to upstream category
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol committed Oct 17, 2023
1 parent 6b6e202 commit 32c4201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/documentation/sdks/vod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Enable users to upload videos from your application.

{% include "_partials/hagrid-item.md" title: "Flutter", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/flutter_0d0a3cf5e8.svg", subtitle: "Uploader", link: "././apivideo-flutter-uploader.md" %}

{% include "_partials/hagrid-item.md" title: "TypeScript", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/typescript_613d95b010.svg", subtitle: "Media recorder", link: "././apivideo-typescript-media-recorder.md" %}

</div>

## Mobile
Expand All @@ -47,6 +45,8 @@ Enable your users to simultaneously create and upload video & audio using these
### Web
<div class="hagrid">

{% include "_partials/hagrid-item.md" title: "TypeScript", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/typescript_613d95b010.svg", subtitle: "Media recorder", link: "././apivideo-typescript-media-recorder.md" %}

{% include "_partials/hagrid-item.md" title: "TypeScript", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/typescript_613d95b010.svg", subtitle: "Media stream composer", link: "././apivideo-typescript-media-stream-composer.md" %}

</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/documentation/sdks/vod/navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
href: ././apivideo-android-uploader.md
- label: React Native
href: ././apivideo-react-native-uploader.md
- label: TypeScript Media Recorder
href: ././apivideo-typescript-media-recorder.md

- heading: "Upstream SDKs"
items:
- label: Android Upstream
href: ././apivideo-android-upstream.md
- label: TypeScript Media Recorder
href: ././apivideo-typescript-media-recorder.md
- label: TypeScript Media Composer
href: ././apivideo-typescript-media-stream-composer.md

0 comments on commit 32c4201

Please sign in to comment.