Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,26 @@
path = theoplayer_versioned_docs/version-v9/external/iOS-Connector
url = https://github.com/THEOplayer/iOS-Connector.git
branch = 9.x
[submodule "react-native-connectors"]
path = theoplayer/external/react-native-connectors
url = https://github.com/THEOplayer/react-native-connectors.git
branch = main
shallow = true
[submodule "react-native-connectors-v7"]
path = theoplayer_versioned_docs/version-v7/external/react-native-connectors
url = https://github.com/THEOplayer/react-native-connectors.git
branch = main
shallow = true
[submodule "react-native-connectors-v8"]
path = theoplayer_versioned_docs/version-v8/external/react-native-connectors
url = https://github.com/THEOplayer/react-native-connectors.git
branch = main
shallow = true
[submodule "react-native-connectors-v9"]
path = theoplayer_versioned_docs/version-v9/external/react-native-connectors
url = https://github.com/THEOplayer/react-native-connectors.git
branch = main
shallow = true
[submodule "web-ui"]
path = open-video-ui/external/web-ui
url = https://github.com/THEOplayer/web-ui.git
Expand All @@ -112,4 +132,4 @@
[submodule "react-native-theoplayer-ui"]
path = open-video-ui/external/react-native-theoplayer-ui
url = https://github.com/THEOplayer/react-native-theoplayer-ui.git
branch = main
branch = main
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const docsConfigBase = {
'external/android-connector/connectors/uplynk/docs/*.md',
'external/iOS-Connector/Code/**/README.md',
'external/iOS-Connector/Code/Uplynk/docs/*.md',
'external/react-native-connectors/*/README.md',
'external/react-native-connectors/*/CHANGELOG.md',
'external/flutter-theoplayer-sdk/flutter_theoplayer_sdk/{CHANGELOG,README}.md',
'external/flutter-theoplayer-sdk/flutter_theoplayer_sdk/flutter_theoplayer_sdk/{CHANGELOG,README}.md',
'external/*/{doc,docs}/**/*.{md,mdx}',
Expand Down Expand Up @@ -463,6 +465,9 @@ const config: Config = {
.replace('flutter-theoplayer-sdk/doc/', '/flutter/guides/')
.replace('react-native-theoplayer-ui/CHANGELOG', '/react-native/changelog')
.replace('react-native-theoplayer-ui/doc/', '/react-native/')
.replace(/react-native-connectors\/([^/]+)\/CHANGELOG/, '/connectors/react-native/$1/changelog')
.replace(/react-native-connectors\/([^/]+)\/README/, '/connectors/react-native/$1/getting-started')
.replace(/react-native-connectors\/([^/]+)\/doc\//, '/connectors/react-native/$1/')
.replace(/web-connectors\/([^/]+)\/CHANGELOG/, '/connectors/web/$1/changelog')
.replace(/web-connectors\/([^/]+)\/README/, '/connectors/web/$1/getting-started')
.replace(/web-connectors\/([^/]+)\/doc\//, '/connectors/web/$1/')
Expand Down
Loading
Loading