replace master with release/3.4 in links for official addons

This commit is contained in:
Dara Carolan 2018-05-23 08:51:17 +01:00
parent 753721a94d
commit 74a7b4d04f

View File

@ -7,34 +7,34 @@ This is a list of available addons for Storybook.
## Addons maintained by storybook team.
### [Actions](https://github.com/storybooks/storybook/tree/master/addons/actions)
### [Actions](https://github.com/storybooks/storybook/tree/release/3.4/addons/actions)
With actions, you can inspect events related to your components. This is pretty neat when you are manually testing your components.
Also, you can think of this as a way to document events in your components.
### [Links](https://github.com/storybooks/storybook/tree/master/addons/links)
### [Links](https://github.com/storybooks/storybook/tree/release/3.4/addons/links)
With links you can link stories together. With that, you can build demos and prototypes directly from your UI components.
### [Knobs](https://github.com/storybooks/storybook/tree/master/addons/knobs)
### [Knobs](https://github.com/storybooks/storybook/tree/release/3.4/addons/knobs)
Knobs allow you to edit React props dynamically using the Storybook UI.
You can also use Knobs as dynamic variables inside your stories.
### [Notes](https://github.com/storybooks/storybook/tree/master/addons/notes)
### [Notes](https://github.com/storybooks/storybook/tree/release/3.4/addons/notes)
With this addon, you can write notes for each story in your component. This is pretty useful when you are working with a team.
### [Info](https://github.com/storybooks/storybook/tree/master/addons/info)
### [Info](https://github.com/storybooks/storybook/tree/release/3.4/addons/info)
If you are using Storybook as a style guide, then this addon will help you to build a nice-looking style guide with docs, automatic sample source code with a PropType explorer.
### [Options](https://github.com/storybooks/storybook/tree/master/addons/options)
### [Options](https://github.com/storybooks/storybook/tree/release/3.4/addons/options)
The Storybook webapp UI can be customised with this addon. It can be used to change the header, show/hide various UI elements and to enable full-screen mode by default.
### [Storyshots](https://github.com/storybooks/storybook/tree/master/addons/storyshots)
### [Storyshots](https://github.com/storybooks/storybook/tree/release/3.4/addons/storyshots)
Storyshots is a way to automatically jest-snapshot all your stories. [More info here](/testing/structural-testing/).
@ -46,7 +46,7 @@ Redirects console output (logs, errors, warnings) into Action Logger Panel. `wit
With this addon, you can switch between background colors and background images for your preview components. It is really helpful for styleguides.
### [Viewport](https://github.com/storybooks/storybook/tree/master/addons/viewport)
### [Viewport](https://github.com/storybooks/storybook/tree/release/3.4/addons/viewport)
Viewport allows your stories to be displayed in different sizes and layouts in [Storybook](https://storybook.js.org). This helps build responsive components inside of Storybook.