Skip to content

Commit f825b4c

Browse files
committed
Add versioned docs sidebars
1 parent 57c9925 commit f825b4c

9 files changed

Lines changed: 1563 additions & 0 deletions

File tree

theoplayer_versioned_docs/version-v7/connectors/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
3131
customProps: { icon: 'apple' },
3232
href: useBaseUrl(`theoplayer/connectors/ios`),
3333
},
34+
{
35+
type: 'link',
36+
label: 'Connectors for React Native SDK',
37+
customProps: { icon: 'react-native' },
38+
href: useBaseUrl(`theoplayer/connectors/react-native`),
39+
},
3440
]}
3541
/>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
sidebar_position: 0
3+
sidebar_label: Overview
4+
pagination_label: React Native Connectors
5+
---
6+
7+
# Connectors for THEOplayer React Native SDK
8+
9+
import DocCardList from '@theme/DocCardList';
10+
11+
<DocCardList />

theoplayer_versioned_docs/version-v8/connectors/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
3131
customProps: { icon: 'apple' },
3232
href: useBaseUrl(`theoplayer/connectors/ios`),
3333
},
34+
{
35+
type: 'link',
36+
label: 'Connectors for React Native SDK',
37+
customProps: { icon: 'react-native' },
38+
href: useBaseUrl(`theoplayer/connectors/react-native`),
39+
},
3440
{
3541
type: 'link',
3642
label: 'Connectors for Roku',
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
sidebar_position: 0
3+
sidebar_label: Overview
4+
pagination_label: React Native Connectors
5+
---
6+
7+
# Connectors for THEOplayer React Native SDK
8+
9+
import DocCardList from '@theme/DocCardList';
10+
11+
<DocCardList />

theoplayer_versioned_docs/version-v9/connectors/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
3131
customProps: { icon: 'apple' },
3232
href: useBaseUrl(`theoplayer/connectors/ios`),
3333
},
34+
{
35+
type: 'link',
36+
label: 'Connectors for React Native SDK',
37+
customProps: { icon: 'react-native' },
38+
href: useBaseUrl(`theoplayer/connectors/react-native`),
39+
},
3440
{
3541
type: 'link',
3642
label: 'Connectors for Roku',
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
sidebar_position: 0
3+
sidebar_label: Overview
4+
pagination_label: React Native Connectors
5+
---
6+
7+
# Connectors for THEOplayer React Native SDK
8+
9+
import DocCardList from '@theme/DocCardList';
10+
11+
<DocCardList />

0 commit comments

Comments
 (0)