Skip to content

Commit

Permalink
Merge branch 'production' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
vandreleal committed Mar 4, 2024
2 parents 7cecd9d + 3cb632c commit 1ec6f7f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin.sh
Expand Up @@ -64,7 +64,7 @@ main() {
echo "Missing NEW_VERSION or SDK_NAME. Skipping versioning.."
else
cd $PACKAGE_DIR
npm docusaurus docs:version:"$SDK_NAME" "$NEW_VERSION";
npm run docusaurus docs:version:"$SDK_NAME" "$NEW_VERSION";

if [ ! -d "$CURRENT_WORKING_PATH/docusaurus/${SDK_NAME}_versioned_docs" ]; then
cp -r "$SDK_NAME"* "$CURRENT_WORKING_PATH"/docusaurus
Expand Down
1 change: 1 addition & 0 deletions constants.js
Expand Up @@ -49,6 +49,7 @@ const SDK_ORDER = [
"android",
"reactnative",
"flutter",
"javascript",
"angular",
"api",
]
Expand Down
2 changes: 1 addition & 1 deletion shared/video/_call-types.md
Expand Up @@ -48,7 +48,7 @@ The `default` call type can be used for different video-calling apps, such as 1-

:::info
The `default` type can be used in apps that use regular video calling.
To learn more try our tutorial on [building a video calling app](../../tutorials/video-calling) to learn more.
To learn more try our tutorial on [building a video calling app](../../tutorials/video-calling).
:::

### Audio Room
Expand Down
2 changes: 1 addition & 1 deletion shared/video/_call-types.mdx
Expand Up @@ -50,7 +50,7 @@ The `default` call type can be used for different video-calling apps, such as 1-

:::info
The `default` type can be used in apps that use regular video calling.
To learn more try our tutorial on [building a video calling app](../../tutorials/video-calling) to learn more.
To learn more try our tutorial on [building a video calling app](../../tutorials/video-calling).
:::

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/css/components/menu.scss
Expand Up @@ -180,7 +180,7 @@ html[data-theme="dark"] {
}

.theme-doc-sidebar-item-category-level-1 {
.menu__list-item-collapsible {
& > .menu__list-item-collapsible {
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.0825rem;
Expand Down
3 changes: 2 additions & 1 deletion src/product-variables.js
Expand Up @@ -59,7 +59,8 @@ module.exports = {
flutter: `${GITHUB_ROOT}/stream-video-flutter/`,
ios: `${GITHUB_ROOT}/stream-video-swift/`,
react: `${GITHUB_ROOT}/stream-video-js/`,
// Disable only on production for now. Beware when merging. reactnative: `${GITHUB_ROOT}/stream-video-js/`,
reactnative: `${GITHUB_ROOT}/stream-video-js/`,
// Disable only on production for now. Beware when merging.
// angular: `${GITHUB_ROOT}/stream-video-js/`,
},
docusaurus: {
Expand Down

0 comments on commit 1ec6f7f

Please sign in to comment.