Skip to content

Commit

Permalink
Merge pull request #17149 from storybookjs/chore_minor_fix_configure_…
Browse files Browse the repository at this point in the history
…docs

Chore: (Docs) removes incorrect info in Configure section
  • Loading branch information
jonniebigodes committed Jan 6, 2022
2 parents a0e325b + 2ce9ee1 commit c2eeedc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/configure/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ Additionally, you can also customize your Storybook configuration to load your s

<!-- prettier-ignore-end -->

<div class="aside">
💡 If you've enabled <a href="#on-demand-story-loading">on-demand story loading</a>, this option will not work. You must define the story's titles manually.
</div>

When Storybook starts, it will look for any file containing the `stories` extension inside the `packages/stories` directory and generate the titles for your stories.

### With a directory
Expand Down Expand Up @@ -129,7 +125,6 @@ Once you've restarted your Storybook, you'll see an almost immediate performance
This feature is experimental, and it has some limitations on what you can and cannot do in your stories files. If you plan to use it, you'll need to take into consideration the following limitations:

- [CSF formats](../api/csf.md) from version 1 to version 3 are supported. The `storiesOf` construct is not.
- You must manually set the story's titles and names (e.g., `title: 'MyComponent`).
- Custom`storySort` functions are allowed based on a restricted API.

## Configure story rendering
Expand Down

0 comments on commit c2eeedc

Please sign in to comment.