Skip to content

Fix broken videos #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 4, 2024
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
2 changes: 1 addition & 1 deletion docs/ff-integrations/streaming/mux/integrate-mux.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ screen).
To customize the duration indicator:

1. Open the **Duration Text Style** section
and [change its text style](../../../resources/ui/widgets/widget-commonalities.md#styling-text).
and [change its text style](../../../resources/ui/widgets/basic-widgets/text.md#common-text-styling-properties).
2. To change the indicator appearance, open the **Duration Container** section and use the property
such as **Background Color** and **Border Radius**.

Expand Down
14 changes: 5 additions & 9 deletions docs/resources/control-flow/backend-logic/api/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@ To pass the request header:
1. Select the **Headers** tab and click on the **+ Add Header** button.
2. Inside the input box, enter the header name followed by the colon(:) and its value (e.g., **Content-Length: application/json**).


<div style={{
position: 'relative',
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
height: 0,
width: '100%'
}}>
<iframe
src="https://demo.arcade.software/mgjg0BAJW3dqxAQSvVZW?embed&show_copy_link=true"
src="https://demo.arcade.software/AGgxnI4qdOL9veyDRVV1?embed&show_copy_link=true"
title=""
style={{
position: 'absolute',
Expand Down Expand Up @@ -93,7 +92,7 @@ To pass the static auth token:
width: '100%'
}}>
<iframe
src="https://demo.arcade.software/9nVwxVq0iaNQ0OpQYojW?embed&show_copy_link=true"
src="https://demo.arcade.software/lMEvyl0gjA7qMOLu8XAq?embed&show_copy_link=true"
title=""
style={{
position: 'absolute',
Expand Down Expand Up @@ -214,7 +213,7 @@ Now you can pass values to these variables while triggering the API call from yo
width: '100%'
}}>
<iframe
src="https://demo.arcade.software/AdAx0UxdHANPgQ04la5Y?embed&show_copy_link=true"
src="https://demo.arcade.software/Gw8MilWu4GV2XtlLh3Fj?embed&show_copy_link=true"
title=""
style={{
position: 'absolute',
Expand Down Expand Up @@ -633,7 +632,7 @@ Optionally, you can force a user to be authenticated via the Firebase authentica
width: '100%'
}}>
<iframe
src="https://demo.arcade.software/3mptnc82659m28DX5yE5?embed&show_copy_link=true"
src="https://demo.arcade.software/xoPi2UVZuw3JMqyXPeau?embed&show_copy_link=true"
title=""
style={{
position: 'absolute',
Expand Down Expand Up @@ -725,7 +724,4 @@ If you prefer watching a video tutorial, here's the one for you:

<div class="video-container"><iframe src="https://www.youtube.
com/embed/L5qj2f9skt4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
:::



:::
2 changes: 1 addition & 1 deletion docs/resources/ui/widgets/built-in-widgets/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Here are the steps in detail:
1. Select the **Calendar** widget from the widget tree or canvas area.
2. Select **Actions** from the Properties panel (the right menu), and click **Open**. This will open an **Action flow Editor** in a new popup window.
1. Click on the **+ Add Action**.
2. On the right side, search and select the [**Update App State**](../../../../resources/data-representation/app-state.md#update-app-state-variable) action.
2. On the right side, search and select the [**Update App State**](../../../../resources/data-representation/app-state.md#update-app-state-action) action.
3. Set the **Select field to update** to the App State variable **name**.
4. Choose the **Select Update Type** to **Set Value**.
5. Set the **Value Source** to **From Variable**.
Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const config: Config = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenAnchors: 'throw',
favicon: 'logos/favicon.png',
i18n: {
defaultLocale: 'en',
Expand Down
5 changes: 5 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,11 @@
"destination": "/integrations/database/cloud-firestore/firestore-rules",
"type": 301
},
{
"source": "/data-and-backend/firebase/firestore-database/storage-rules",
"destination": "/integrations/database/cloud-firestore/firestore-rules",
"type": 301
},
{
"source": "/data-and-backend/firebase/firestore-database-cloud-firestore/storage-rules",
"destination": "/integrations/firebase-storage/storage-rules",
Expand Down