diff --git a/docs/data/material/components/dialogs/dialogs.md b/docs/data/material/components/dialogs/dialogs.md index 87efff1e61e2ca..c12c0b7a4306ec 100644 --- a/docs/data/material/components/dialogs/dialogs.md +++ b/docs/data/material/components/dialogs/dialogs.md @@ -172,7 +172,7 @@ Follow the [Modal accessibility section](/material-ui/react-modal/#accessibility ### useDialogs -You can create and manipulate dialogs imperatively with the useDialogs() API in @toolpad/core. This hook handles +You can create and manipulate dialogs imperatively with the [`useDialogs()`](https://mui.com/toolpad/core/react-use-dialogs/) API in `@toolpad/core`. This hook handles - state management for opening and closing dialogs - passing data to dialogs and receiving results back from them diff --git a/docs/data/material/components/drawers/drawers.md b/docs/data/material/components/drawers/drawers.md index afa767485ee230..20af480e863f3d 100644 --- a/docs/data/material/components/drawers/drawers.md +++ b/docs/data/material/components/drawers/drawers.md @@ -142,4 +142,4 @@ Apps focused on productivity that require balance across the screen. The [DashboardLayout](https://mui.com/toolpad/core/react-dashboard-layout/) component from `@toolpad/core` is the starting point for dashboarding applications. It takes care of application layout, theming, navigation, and more. An example usage of this component: -{{"demo": "../app-bar/DashboardLayoutBasic.js", "height": 400, "iframe": true, "defaultExpanded": false}} +{{"demo": "../app-bar/DashboardLayoutBasic.js", "height": 400, "iframe": true, "bg": "inline", "defaultExpanded": false}}