diff --git a/docs/Layout.md b/docs/Layout.md
index 3b3362942bb..5a0e11a8a16 100644
--- a/docs/Layout.md
+++ b/docs/Layout.md
@@ -51,6 +51,7 @@ const App = () => (
| `className` | Optional | `string` | - | Passed to the root `
` component |
| `error` | Optional | `Component` | - | A React component rendered in the content area in case of error |
| `menu` | Optional | `Component` | - | A React component rendered at the side of the screen |
+| `sidebar` | Optional | `Component` | - | A React component responsible for rendering the menu (e.g. in a drawer) |
| `sx` | Optional | `SxProps` | - | Style overrides, powered by MUI System |
React-admin injects more props at runtime based on the `
` props:
@@ -233,6 +234,46 @@ React-admin provides alternative menu layouts that you can use as a base for you
And you can build a totally custom menu using [MUI's `