Skip to content

Commit

Permalink
Update configure_storybook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda authored Jun 14, 2016
1 parent 172c292 commit 2772b53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/configure_storybook.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ Here's how to tell React Storybook to use that directory to load static files:
start-storybook -p 6977 -s ./public
```

> You can also specify multiple static directories like this:
> ```sh
> start-storybook -p 6977 -s ./public
> ```
### Configuration Directory
React Storybook uses `.storybook` directory as a default location for its [basic](#basic-configurations) and [custom webpack](#custom-webpack-configurations) configuration.
Expand Down

0 comments on commit 2772b53

Please sign in to comment.