diff --git a/docs/ff-integrations/streaming/mux/integrate-mux.md b/docs/ff-integrations/streaming/mux/integrate-mux.md index e7ba0fec..6c1d9870 100644 --- a/docs/ff-integrations/streaming/mux/integrate-mux.md +++ b/docs/ff-integrations/streaming/mux/integrate-mux.md @@ -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**. diff --git a/docs/resources/control-flow/backend-logic/api/rest-api.md b/docs/resources/control-flow/backend-logic/api/rest-api.md index 05e1dbdd..661c48c7 100644 --- a/docs/resources/control-flow/backend-logic/api/rest-api.md +++ b/docs/resources/control-flow/backend-logic/api/rest-api.md @@ -40,7 +40,6 @@ 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**). -
-::: - - - +::: \ No newline at end of file diff --git a/docs/resources/ui/widgets/built-in-widgets/calendar.md b/docs/resources/ui/widgets/built-in-widgets/calendar.md index e2fde886..d983a8e4 100644 --- a/docs/resources/ui/widgets/built-in-widgets/calendar.md +++ b/docs/resources/ui/widgets/built-in-widgets/calendar.md @@ -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**. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index d774b5f0..524c8f8a 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -9,6 +9,7 @@ const config: Config = { baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'throw', + onBrokenAnchors: 'throw', favicon: 'logos/favicon.png', i18n: { defaultLocale: 'en', diff --git a/firebase.json b/firebase.json index 9fd039de..dd20f40f 100644 --- a/firebase.json +++ b/firebase.json @@ -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",