Skip to content

Commit 503b30f

Browse files
committed
Merge branch 'main' of https://github.com/FlutterFlow/flutterflow-documentation into pinkesh/dev-env-supabase
2 parents 04cd171 + 9d78660 commit 503b30f

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

docs/ff-integrations/streaming/mux/integrate-mux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ screen).
501501
To customize the duration indicator:
502502

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

docs/resources/control-flow/backend-logic/api/rest-api.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@ To pass the request header:
4040
1. Select the **Headers** tab and click on the **+ Add Header** button.
4141
2. Inside the input box, enter the header name followed by the colon(:) and its value (e.g., **Content-Length: application/json**).
4242

43-
4443
<div style={{
4544
position: 'relative',
4645
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
4746
height: 0,
4847
width: '100%'
4948
}}>
5049
<iframe
51-
src="https://demo.arcade.software/mgjg0BAJW3dqxAQSvVZW?embed&show_copy_link=true"
50+
src="https://demo.arcade.software/AGgxnI4qdOL9veyDRVV1?embed&show_copy_link=true"
5251
title=""
5352
style={{
5453
position: 'absolute',
@@ -93,7 +92,7 @@ To pass the static auth token:
9392
width: '100%'
9493
}}>
9594
<iframe
96-
src="https://demo.arcade.software/9nVwxVq0iaNQ0OpQYojW?embed&show_copy_link=true"
95+
src="https://demo.arcade.software/lMEvyl0gjA7qMOLu8XAq?embed&show_copy_link=true"
9796
title=""
9897
style={{
9998
position: 'absolute',
@@ -214,7 +213,7 @@ Now you can pass values to these variables while triggering the API call from yo
214213
width: '100%'
215214
}}>
216215
<iframe
217-
src="https://demo.arcade.software/AdAx0UxdHANPgQ04la5Y?embed&show_copy_link=true"
216+
src="https://demo.arcade.software/Gw8MilWu4GV2XtlLh3Fj?embed&show_copy_link=true"
218217
title=""
219218
style={{
220219
position: 'absolute',
@@ -633,7 +632,7 @@ Optionally, you can force a user to be authenticated via the Firebase authentica
633632
width: '100%'
634633
}}>
635634
<iframe
636-
src="https://demo.arcade.software/3mptnc82659m28DX5yE5?embed&show_copy_link=true"
635+
src="https://demo.arcade.software/xoPi2UVZuw3JMqyXPeau?embed&show_copy_link=true"
637636
title=""
638637
style={{
639638
position: 'absolute',
@@ -725,7 +724,4 @@ If you prefer watching a video tutorial, here's the one for you:
725724

726725
<div class="video-container"><iframe src="https://www.youtube.
727726
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>
728-
:::
729-
730-
731-
727+
:::

docs/resources/ui/widgets/built-in-widgets/calendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Here are the steps in detail:
9797
1. Select the **Calendar** widget from the widget tree or canvas area.
9898
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.
9999
1. Click on the **+ Add Action**.
100-
2. On the right side, search and select the [**Update App State**](../../../../resources/data-representation/app-state.md#update-app-state-variable) action.
100+
2. On the right side, search and select the [**Update App State**](../../../../resources/data-representation/app-state.md#update-app-state-action) action.
101101
3. Set the **Select field to update** to the App State variable **name**.
102102
4. Choose the **Select Update Type** to **Set Value**.
103103
5. Set the **Value Source** to **From Variable**.

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const config: Config = {
99
baseUrl: '/',
1010
onBrokenLinks: 'throw',
1111
onBrokenMarkdownLinks: 'throw',
12+
onBrokenAnchors: 'throw',
1213
favicon: 'logos/favicon.png',
1314
i18n: {
1415
defaultLocale: 'en',

firebase.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,11 @@
15381538
"destination": "/integrations/database/cloud-firestore/firestore-rules",
15391539
"type": 301
15401540
},
1541+
{
1542+
"source": "/data-and-backend/firebase/firestore-database/storage-rules",
1543+
"destination": "/integrations/database/cloud-firestore/firestore-rules",
1544+
"type": 301
1545+
},
15411546
{
15421547
"source": "/data-and-backend/firebase/firestore-database-cloud-firestore/storage-rules",
15431548
"destination": "/integrations/firebase-storage/storage-rules",

0 commit comments

Comments
 (0)