From 0881ae86fbad34d90840b3b1a88a99defcaba1ed Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Fri, 29 Oct 2021 16:44:02 +0800 Subject: [PATCH] Clarify inlineStories works at any level of granularity --- docs/writing-docs/docs-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-docs/docs-page.md b/docs/writing-docs/docs-page.md index 606bd538547..bc18ca7aade 100644 --- a/docs/writing-docs/docs-page.md +++ b/docs/writing-docs/docs-page.md @@ -174,7 +174,7 @@ But using an iframe has disadvantages. For example, you have to set the height o Therefore, we recommend inline rendering where possible. It's the default mode for all the frameworks in which [we support it](../api/frameworks-feature-support.md). The one exception is Angular, where it's opt-in. -To toggle the between the two settings, set the `docs.inlineStories` parameter in `.storybook/preview.js`: +To toggle the between the two settings, set `docs.inlineStories` in `.storybook/preview.js`. Like most [parameters](../writing-stories/parameters.md), you can also toggle at the component or story level: ```js export const parameters = {