diff --git a/docs/api/doc-block-canvas.md b/docs/api/doc-block-canvas.md index 4deda4611680..ad84f57929bc 100644 --- a/docs/api/doc-block-canvas.md +++ b/docs/api/doc-block-canvas.md @@ -203,51 +203,3 @@ Type: `boolean` Default: `parameters.docs.canvas.withToolbar` Determines whether to render a toolbar containing tools to interact with the story. - -### `children` - -(⛔️ **Deprecated**) - -Type: `React.ReactNode` - -Expects only [Story](./doc-block-story.md) children. Reference the story with the `of` prop instead. - -### `columns` - -(⛔️ **Deprecated**) - -Type: `number` - -Splits the stories based on the number of defined columns. Multiple stories are not supported. - -### `isColumn` - -(⛔️ **Deprecated**) - -Type: `boolean` - -Displays the stories one above the other. Multiple stories are not supported. - -### `mdxSource` - -(⛔️ **Deprecated**) - -Type: `string` - -Provides source to display. Use [`source.code`](#source) instead. - -### `withSource` - -(⛔️ **Deprecated**) - -Type: `'open' | 'closed' | 'none'` - -Controls the source code block visibility. Use [`sourceState`](#sourcestate) instead. - -### `withToolbar` - -(⛔️ **Deprecated**) - -Type: `boolean` - -Sets the Canvas toolbar visibility. Use [`story.withToolbar`](#story) instead.