Skip to content

Commit

Permalink
Merge pull request #15713 from storybookjs/fix_storysource_images
Browse files Browse the repository at this point in the history
Chore: (Docs) Fixes the images within Storyshots addon to prevent 404
  • Loading branch information
jonniebigodes authored Jul 29, 2021
2 parents cb09e54 + 073854f commit d0db188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions addons/storysource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This addon is used to show stories source in the addon panel.

[Framework Support](https://github.com/storybookjs/storybook/blob/main/ADDONS_SUPPORT.md)

![Storysource Demo](./docs/demo.gif)
![Storysource Demo](https://raw.githubusercontent.com/storybookjs/storybook/next/addons/storysource/docs/demo.gif)

- [Getting Started](#getting-started)
- [Install using preset](#install-using-preset)
Expand Down Expand Up @@ -57,7 +57,8 @@ To customize the `source-loader`, pass `loaderOptions`. Valid configurations are
## Theming

Storysource will automatically use the light or dark syntax theme based on your storybook theme. See [Theming Storybook](https://storybook.js.org/docs/react/configure/theming) for more information.
![Storysource Light/Dark Themes](./docs/theming-light-dark.png)

![Storysource Light/Dark Themes](https://raw.githubusercontent.com/storybookjs/storybook/next/addons/storysource/docs/theming-light-dark.png)

## Displaying full source

Expand Down

0 comments on commit d0db188

Please sign in to comment.