Skip to content

Commit

Permalink
Merge pull request #305 from apivideo/SDK-documentation-fixes
Browse files Browse the repository at this point in the history
SDK documentation fixes
  • Loading branch information
szekelyzol authored Oct 18, 2023
2 parents 9b0e0f5 + 32c4201 commit dad9c2e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 445 deletions.
4 changes: 2 additions & 2 deletions templates/documentation/sdks/api-clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: API client libraries
slug: api-client-libraries
hide_side_table_of_contents: true
meta:
description: api.video client libraries for NodeJS, Python, PHP, Go, C#, Java, iOS Swift, and Android Kotlin.
description: api.video client libraries for NodeJS, Python, PHP, Go, C#, Java, iOS Swift, and Android.
---

API client libraries
Expand Down Expand Up @@ -35,6 +35,6 @@ Seamlessly integrate video on demand or live streaming into your current tech st

{% include "_partials/hagrid-item.md" title: "Swift", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/swift_b6e888925d.svg", subtitle: "API client", link: "././apivideo-swift5-client.md" %}

{% include "_partials/hagrid-item.md" title: "Kotlin", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/android_4356dd4e0c.svg", subtitle: "API client", link: "././apivideo-android-client.md" %}
{% include "_partials/hagrid-item.md" title: "Android", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/android_4356dd4e0c.svg", subtitle: "API client", link: "././apivideo-android-client.md" %}

</div>
4 changes: 2 additions & 2 deletions templates/documentation/sdks/livestream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Live stream SDKs
hide_side_table_of_contents: true
slug: live-stream-sdks
meta:
description: This page lists all api.video Live stream SDKs and client libraries for React Native, Flutter, Swift, and Kotlin.
description: This page lists all api.video Live stream SDKs and client libraries for React Native, Flutter, Swift, and Android.
---

Live streaming SDK catalog
Expand All @@ -20,6 +20,6 @@ With api.video you can use live streaming mobile SDKs to create a streaming clie

{% include "_partials/hagrid-item.md" title: "Swift", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/swift_b6e888925d.svg", subtitle: "Live streaming", link: "././swift-livestream-library.md" %}

{% include "_partials/hagrid-item.md" title: "Kotlin", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/android_4356dd4e0c.svg", subtitle: "Live streaming", link: "././apivideo-kotlin-livestream-module.md" %}
{% include "_partials/hagrid-item.md" title: "Android", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/android_4356dd4e0c.svg", subtitle: "Live streaming", link: "././apivideo-kotlin-livestream-module.md" %}

</div>
2 changes: 2 additions & 0 deletions templates/documentation/sdks/player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Enable video playback from your app.

{% include "_partials/hagrid-item.md" title: "api.video Player SDK", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/javascript_052f5287c4.svg", subtitle: "Player", link: "././apivideo-player-sdk.md" %}

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

{% include "_partials/hagrid-item.md" title: "React.js", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/react_0062aa9c7c.svg", subtitle: "Player", link: "././apivideo-react-player.md" %}

</div>
Expand Down
4 changes: 3 additions & 1 deletion templates/documentation/sdks/vod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Enable users to upload videos from your application.

{% include "_partials/hagrid-item.md" title: "TypeScript", image: "https://s3.eu-central-1.amazonaws.com/api.video-strapi/typescript_613d95b010.svg", subtitle: "Uploader", link: "././apivideo-typescript-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" %}
{% 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" %}

</div>

Expand All @@ -45,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
6 changes: 3 additions & 3 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: "Updstream SDKs"
- 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
Loading

0 comments on commit dad9c2e

Please sign in to comment.